DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30349>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30349 Cannot compile JSP pages from doc base with spaces in path [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-07-27 17:32 ------- I am closing this as invalid as this issue turns out to be a side effect of my attempt to fix bug 13983. Those who distrusted this fix were thus justified, as it broke page compilation for paths including space where the prior situation was that only RMI was broken (and only due to issues with Sun's silly RMI implementation involving a space-delimited URL list). [I tried several other tacks to the fix, but the issues appears to be that Tomcat 5's JSP compiler requires that spaces be *unescaped* and RMI requires that they be *escaped* -- and they're both apparently using the same API, getURLs().] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]