Author: kkolinko Date: Mon Feb 1 09:43:10 2010 New Revision: 905226 URL: http://svn.apache.org/viewvc?rev=905226&view=rev Log: Minor correction to the JavaDoc for AttributeParser class
Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java?rev=905226&r1=905225&r2=905226&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java (original) +++ tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java Mon Feb 1 09:43:10 2010 @@ -24,7 +24,7 @@ * "\${1+1}". After unquoting, both appear as "${1+1}" but the first should * evaluate to "2" and the second to "${1+1}". Literal \, $ and # need special * treatment to ensure there is no ambiguity. The JSP attribute unquoting - * covers \\, \", \', \$, \#, %\>, <\%, ' and " + * covers \\, \", \', \$, \#, %\>, <\%, &apos; and &quot; */ public class AttributeParser { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org