On Mon, 13 Jan 2003, Scott M Stark wrote:

> Our FileURLConnection  should be picked due to the org.jboss.net.protocol
> package being placed into the java.protocol.handler.pkgs by thiscode in
> org.jboss.system.server.ServerImpl.doInit:
>
>       // Include the default JBoss protocol handler package
>       String handlerPkgs = System.getProperty("java.protocol.handler.pkgs");
>       if (handlerPkgs != null)
>       {
>          handlerPkgs += "|org.jboss.net.protocol";
>       }
>       else
>       {
>          handlerPkgs = "org.jboss.net.protocol";
>       }
>       System.setProperty("java.protocol.handler.pkgs", handlerPkgs);

Wouldn't it be better to prepend it?  Maybe some implementations have a file
url handler before jboss'.



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to