Author: kkolinko Date: Wed Mar 19 12:43:37 2014 New Revision: 1579215 URL: http://svn.apache.org/r1579215 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Add issue number for r1579174
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1579215&r1=1579214&r2=1579215&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar 19 12:43:37 2014 @@ -199,17 +199,19 @@ ServletContext has been initialized. (markt) </fix> <fix> + <bug>56265</bug>: Do not escape values of dynamic tag attributes + containing EL expressions. (kkolinko) + </fix> + <fix> Make the default compiler source and target versions for JSPs Java 7 since Tomcat 8 requires Java 7 as a minimum. (markt) </fix> <update> - Update to the Eclipse JDT Compiler P20140317-1600 which adds support for - Java 8 syntax to JSPs. (markt) + <bug>56283</bug>: Update to the Eclipse JDT Compiler P20140317-1600 + which adds support for Java 8 syntax to JSPs. Add support for value + "1.8" for the <code>compilerSourceVM</code> and + <code>compilerTargetVM</code> options. (markt) </update> - <fix> - <bug>56265</bug>: Do not escape values of dynamic tag attributes - containing EL expressions. (kkolinko) - </fix> </changelog> </subsection> <subsection name="WebSocket"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org