You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/04/10 00:53:34 UTC

DO NOT REPLY [Bug 17505] - JspC misplaces java files if Jsp directory has a '.' in the name

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=17505>.
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=17505

JspC misplaces java files if Jsp directory has a '.' in the name





------- Additional Comments From kchan@borland.com  2003-04-09 22:53 -------
Not just with '.', but other invalid characters like '-' (as in "WEB-INF"): the 
package name in the generated .java is mangled, but the subdirectory name is 
not. 

(4.0.6 correctly mangles both names when necessary, although it handles dots by 
treating them as subdirectories/subpackages instead of mangling. For 
example /somedir/class.org/shell.jsp is generated in the package 
somedir.class_00025.org -- "class" is mangled to "class%" and encoded.)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org