remm        02/05/29 17:02:35

  Modified:    jasper2/src/share/org/apache/jasper Constants.java
  Log:
  - The suggested amount was actually 512.
  - Patch submitted by Tyler Van Gorder <tkv at landacorp.com>. Sorry for forgetting
    to give you credit the first time around.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Constants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Constants.java    29 May 2002 23:24:59 -0000      1.2
  +++ Constants.java    30 May 2002 00:02:35 -0000      1.3
  @@ -134,7 +134,7 @@
       /**
        * Default size for the tag buffers.
        */
  -    public static final int DEFAULT_TAG_BUFFER_SIZE = 256;
  +    public static final int DEFAULT_TAG_BUFFER_SIZE = 512;
   
       /**
        * The query parameter that causes the JSP engine to just
  
  
  

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

Reply via email to