You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2005/01/14 11:05:01 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql SqlTagSupport.java

polx        2005/01/14 02:05:01

  Modified:    jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql
                        SqlTagSupport.java
  Log:
  The body of the tags is now passed unescaped.
  This is important for SQL strings using "<" for example.
  No test for this, positive or negative... just a user confirmation it works.
  paul
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-commons/jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java
  
  Index: SqlTagSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SqlTagSupport.java	9 Sep 2004 12:16:03 -0000	1.5
  +++ SqlTagSupport.java	14 Jan 2005 10:05:01 -0000	1.6
  @@ -61,6 +61,7 @@
       // Constructor and initialization
   
       public SqlTagSupport() {
  +		super.setEscapeText(false);
       }
   
       //*********************************************************************
  
  
  

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