2014-05-02 21:56 GMT+04:00 Vimil Saju <vimils...@yahoo.com>: > Sorry about not providing an example. > > Below is the contents of a jspx file > > <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> > <html> > <body> > <a href="#" onclick="clicked('Hello')">Hello</a> > </body> > </html> > </jsp:root> > > > > In tomcat 7.0.32 the above jspx would generate the following html > <html> > <body> > <a href="#" onclick="clicked('Hello')">Hello</a> > </body> > </html> > > However in tomcat 7.0.53 the html generated is > <html> > <body> > <a href="#" onclick="clicked('Hello')">Hello</a> > </body> > </html>
The rules: http://tomcat.apache.org/lists.html#tomcat-users 6. Do not top-post 7. Do not use HTML e-mails As you can see from the above, from HTML point of view there is no difference. > onclick= =3D"clicked('Hello')">Hello</a>=0A</body>=0A</html>=0A=0AI was wo= ndering why the single quotes are now being escaped in html output.=0A=0ATh= The change was intentional and is mentioned in changelog. > > 2) See 'Jasper' section of the changelog, starting with 7.0.43 > http://tomcat.apache.org/bugreport.html#Changelog --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org