cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java EmbededServletOptions.java JasperException.java JspC.java JspCompilationContext.java Options.java

2004-08-26 Thread markt
markt   2004/08/26 11:25:53

  Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
Constants.java EmbededServletOptions.java
JasperException.java JspC.java
JspCompilationContext.java Options.java
  Log:
  Update TC4 branch to Apache License 2.0.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.4.2.2   +13 -53
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.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- Constants.java22 Aug 2004 12:35:57 -  1.4.2.1
  +++ Constants.java26 Aug 2004 18:25:52 -  1.4.2.2
  @@ -1,57 +1,17 @@
   /*
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer. 
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:  
  - *   "This product includes software developed by the 
  - *Apache Software Foundation (http://www.apache.org/)."
  - *Alternately, this acknowlegement may appear in the software itself,
  - *if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  - *Foundation" must not be used to endorse or promote products derived
  - *from this software without prior written permission. For written 
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called "Apache"
  - *nor may "Apache" appear in their names without prior written
  - *permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * .
  - *
  - *
  + * Copyright 1999,2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
*/ 
   
   package org.apache.jasper;
  
  
  
  1.8.2.7   +12 -57
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Attic/EmbededServletOptions.java
  
  Index: EmbededServletOptions.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Attic/EmbededServletOptions.java,v
  retrieving revision 1.8.2.6
  retrieving revision 1.8.2.7
  diff -u -r1.8.2.6 -r1.8.2.7
  --- EmbededServletOptions.java22 Aug 2004 12:35:57 -  1.8.2.6
  +++ EmbededServletOptions.java26 Aug 2004 18:25:53 -  1.8

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

2002-06-22 Thread jfclere

jfclere 2002/06/22 03:19:04

  Modified:jasper2/src/share/org/apache/jasper Constants.java
  Log:
  "Typo"
  Submitted by: Ian Darwin, ian at darwinsys.com
  
  Revision  ChangesPath
  1.4   +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Constants.java30 May 2002 00:02:35 -  1.3
  +++ Constants.java22 Jun 2002 10:19:03 -  1.4
  @@ -118,7 +118,7 @@
   
   /**
* FIXME
  - * ServletContext attribute for classpath. This is tomcat specific. 
  + * ServletContext attribute for class loader. This is tomcat specific. 
* Other servlet engines can choose to have this attribute if they 
* want to have this JSP engine running on them. 
*/
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

2002-05-30 Thread peter lin


I'll give it a run through later today when I get home. too many things
to do at work right now. thanks for the info.

peter

Remy Maucherat wrote:
> 
> > hey remy,
> >
> > is this patch included in 4.1.3?
> 
> No.
> 
> Reusing the buffers and tags is the more interesting optimization. However,
> it still seemed useless to allocate big buffers, so I applied the patch.
> 
> > If so I'll test it out with the JSTL
> > pages I have.
> 
> Remy
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

2002-05-30 Thread Remy Maucherat

> hey remy,
>
> is this patch included in 4.1.3?

No.

Reusing the buffers and tags is the more interesting optimization. However,
it still seemed useless to allocate big buffers, so I applied the patch.

> If so I'll test it out with the JSTL
> pages I have.

Remy


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

2002-05-30 Thread peter lin


hey remy,

is this patch included in 4.1.3?  If so I'll test it out with the JSTL
pages I have.

peter


[EMAIL PROTECTED] wrote:
> 
> remm02/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 . Sorry for forgetting
> to give you credit the first time around.
> 
>   Revision  ChangesPath
>   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.java29 May 2002 23:24:59 -  1.2
>   +++ Constants.java30 May 2002 00:02:35 -  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:   
> For additional commands, e-mail: 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




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

2002-05-29 Thread remm

remm02/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 . Sorry for forgetting
to give you credit the first time around.
  
  Revision  ChangesPath
  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.java29 May 2002 23:24:59 -  1.2
  +++ Constants.java30 May 2002 00:02:35 -  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:   
For additional commands, e-mail: