https://issues.apache.org/bugzilla/show_bug.cgi?id=42141
--- Comment #4 from Sebb <[email protected]> 2011-09-16 23:44:04 UTC --- Many of the so-called "forbidden" characters are actually allowed on other systems. And why should one not be allowed to use the directory separator? By the way, [ and ] are valid in path names on OpenVMS; they are used to enclose the directory portion. So I don't think this is the correct way to solve the problem; it is likely to prevent some legitimate characters from being used. Any validation needs to use the underlying JVM and OS; perhaps one way to do this would be to create the file, and then see what file name it was given? -- 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]
