You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/12 05:51:48 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl StaticTagScript.java TagScript.java

dion        2004/08/11 20:51:48

  Modified:    jelly/src/java/org/apache/commons/jelly/impl
                        StaticTagScript.java TagScript.java
  Log:
  Backing out JELLY-85 as it breaks the define taglib
  
  Revision  Changes    Path
  1.22      +0 -8      jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl/StaticTagScript.java
  
  Index: StaticTagScript.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl/StaticTagScript.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- StaticTagScript.java	24 Feb 2004 14:03:06 -0000	1.21
  +++ StaticTagScript.java	12 Aug 2004 03:51:48 -0000	1.22
  @@ -57,9 +57,6 @@
               throw new JellyTagException("could not start namespace prefixes",e);
           }
               
  -        if ( ! context.isCacheTags() ) {
  -            clearTag();
  -        }
           Tag tag = null;
           try {
               tag = getTag();                
  @@ -106,11 +103,6 @@
           }
           catch (RuntimeException e) {
               handleException(e);
  -        }
  -        finally {
  -            if ( ! context.isCacheTags() ) {
  -                clearTag();
  -            }
           }
           
           try {
  
  
  
  1.41      +1 -6      jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl/TagScript.java
  
  Index: TagScript.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl/TagScript.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- TagScript.java	24 Feb 2004 14:03:06 -0000	1.40
  +++ TagScript.java	12 Aug 2004 03:51:48 -0000	1.41
  @@ -249,11 +249,6 @@
               */
               handleException(e);
           }
  -        finally {
  -            if ( ! context.isCacheTags() ) {
  -                clearTag();
  -            }
  -        }
           
       }
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org