DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12381>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12381

Mangling file names not unique

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2002-09-07 04:00 -------
The fix doesn't quite fix everything. For example, the jsp files "a(.jsp" and 
a_00028.jsp will be mapped to the same java class file. 
 
The attached patch mangles all non-valid characters plus '_'. It also shortens 
the mangled sequence. Chars range in value from \u0000 to \uFFFF, so only 4 
hex digits are required, not 5. The total string length is 5 instead of 6.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to