You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2002/11/27 03:54:46 UTC

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java

kinman      2002/11/26 18:54:46

  Modified:    jasper2/src/share/org/apache/jasper/runtime
                        JspRuntimeLibrary.java
  Log:
  - Oops!  Forgot to check in this.
  
  Revision  Changes    Path
  1.9       +4 -4      jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime/JspRuntimeLibrary.java
  
  Index: JspRuntimeLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime/JspRuntimeLibrary.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- JspRuntimeLibrary.java	6 Nov 2002 18:47:14 -0000	1.8
  +++ JspRuntimeLibrary.java	27 Nov 2002 02:54:46 -0000	1.9
  @@ -550,7 +550,7 @@
                       method.getParameterTypes()[0],
   		    pageContext,
                       functionMapper,
  -                    null )
  +                    null, false )
               });
           } catch (Exception ex) {
               throw new JasperException(ex);
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>