User: user57  
  Date: 02/02/25 17:28:37

  Modified:    src/main/org/jboss/net/protocol/nestedjar
                        NestedJarURLHandlerFactory.java
  Log:
   o Adding factory that will load handlers from org.jboss.net.protocol
     as it appears that the URL version won't work with our custom class loading
  
  Revision  Changes    Path
  1.4       +2 -0      
jboss-common/src/main/org/jboss/net/protocol/nestedjar/NestedJarURLHandlerFactory.java
  
  Index: NestedJarURLHandlerFactory.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss-common/src/main/org/jboss/net/protocol/nestedjar/NestedJarURLHandlerFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NestedJarURLHandlerFactory.java   25 Feb 2002 05:27:26 -0000      1.3
  +++ NestedJarURLHandlerFactory.java   26 Feb 2002 01:28:37 -0000      1.4
  @@ -66,6 +66,8 @@
          */
         protected URLConnection openConnection(URL u) throws IOException
         {
  +         System.out.println("Using old factory style n(ested)jar protocol...");
  +
            String file = u.getFile();
            String embeddedURL = file;
            String jarPath = "";
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to