From tomcat-dev-return-21765-qmlist-jakarta-archive-tomcat-dev=jakarta.apache.org@jakarta.apache.org Thu Nov 14 12:43:45 2002 Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 90282 invoked from network); 14 Nov 2002 12:43:45 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Nov 2002 12:43:45 -0000 Received: (qmail 5619 invoked by uid 97); 14 Nov 2002 12:44:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 5604 invoked by uid 97); 14 Nov 2002 12:44:33 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 5590 invoked by uid 50); 14 Nov 2002 12:44:33 -0000 Date: 14 Nov 2002 12:44:33 -0000 Message-ID: <20021114124433.5589.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 13983] - RMI call from Web Application throws SocketException if CATALINA_HOME has a space in it X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=13983 RMI call from Web Application throws SocketException if CATALINA_HOME has a space in it ------- Additional Comments From kelly@ad1440.net 2002-11-14 12:44 ------- See Sun's bug 4273532 (http://developer.java.sun.com/developer/bugParade/bugs/4273532.html). Apparently, the WebappClassLoader is doing nothing wrong when in the getURL method it calls realFile.toURL(). Sun's File.toURL is to blame. Sun's suggested workaround fixes the problem: return realFile.toURI().toURL(); -- To unsubscribe, e-mail: For additional commands, e-mail: