Re: [JBoss-dev] Fw: [jboss-cvs] jboss-common/src/main/org/jboss/net/protocol/resource ResourceURLConnection.java

2003-01-15 Thread Alex Loubyansky
JBoss-3.2 doesn't have + String urlStr = target.toString(); + target = new URL(urlStr); But just adding this doesn't help me. BTW, is java.protocol.handler.pkgs setup after the SCL is created? As I see it is, but how is it supposed to be? I would expect vice versa. alex

[JBoss-dev] Fw: [jboss-cvs] jboss-common/src/main/org/jboss/net/protocol/resource ResourceURLConnection.java

2003-01-14 Thread Scott M Stark
Here is the context in which I looked into the JBoss file protocol handler not being used. As far as I remember, the issue was that very early on there are file URLs being created and these were picking up the default file protocol handler. Recreating the URL after the URLStreamHandlerFactory was