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=13983>. 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=13983 RMI call from Web Application throws SocketException if CATALINA_HOME has a space in it ------- Additional Comments From [EMAIL PROTECTED] 2004-07-27 17:36 ------- My proposed fix caused other issues -- at least in Tomcat 5.0.27, namely bug 30349 (which I closed as invalid once I realized it was not reproducible with an unpatched Tomcat). Essentially my "fix" made it impossible to compile JSP pages from directories containing spaces, which otherwise worked fine. [I do not believe this issue occured in Tomcat 4.1.24 with my proposed fix.] 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(). Back to the drawing board... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]