remm        2004/09/13 00:30:53

  Modified:    jasper2/src/share/org/apache/jasper
                        JspCompilationContext.java
  Log:
  - Oops: must now discard the JSP loader before starting a compilation.
  
  Revision  Changes    Path
  1.54      +1 -0      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- JspCompilationContext.java        9 Sep 2004 21:28:13 -0000       1.53
  +++ JspCompilationContext.java        13 Sep 2004 07:30:53 -0000      1.54
  @@ -552,6 +552,7 @@
           createCompiler();
           if (isPackagedTagFile || jspCompiler.isOutDated()) {
               try {
  +                jspLoader = null;
                   jspCompiler.compile();
                   jsw.setReload(true);
                   jsw.setCompilationException(null);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to