costin      01/07/18 22:56:00

  Modified:    src/share/org/apache/tomcat/modules/config
                        LoaderInterceptor11.java
  Log:
  The loader is created only on init, when all classpath components have been
  added.
  
  Revision  Changes    Path
  1.16      +0 -2      
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LoaderInterceptor11.java
  
  Index: LoaderInterceptor11.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LoaderInterceptor11.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- LoaderInterceptor11.java  2001/07/16 17:53:53     1.15
  +++ LoaderInterceptor11.java  2001/07/19 05:56:00     1.16
  @@ -146,8 +146,6 @@
            }
        }
   
  -     // needed for modules using classes from the context
  -     prepareClassLoader(context);
       }
   
       public void contextInit( Context ctx )
  
  
  

Reply via email to