https://issues.apache.org/bugzilla/show_bug.cgi?id=42141
--- Comment #6 from Sebb <[email protected]> 2011-09-17 11:44:46 UTC --- Sorry, should have read the bug more carefully. It does make sense to sanitise the default name, however my concerns about OS variations still hold. It's not obvious how to do this without annoying users on some OSes. In particular, on Unix I think the only disallowed character is /. For maximum portability, the generated name should probably contain alphanumeric ascii characters only, with the possible exception of underscore and dash, but that would be very restricting. So perhaps the default name should depend on the OS. Is it possible to determine which characters are disallowed on a file system? If so, should these be deleted or replaced? Also, I think it should be possible to disable the conversion. This could be done by using a JMeter property - no need for a run-time switch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
