Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-08-12 Thread Vimil Saju
This is regarding the Resources feature of tomcat 8.5 that allows us to add external jars and class folder to the webapp classpath. There seems to be an issue with the order in which class folder and jar files are added to the classpath.         With the above configuration the webapp cl

Exclude scanning of class folders for Servlet 3.0 annotations.

2014-06-14 Thread Vimil Saju
Hi, I am using tomcat 7.0.52 and jdk 1.7.0_45. We have a web application which has its classpath configured in its own context xml file using virtualClasspath attribute of Loader tag. The webapp uses version 3.0 of web.xml,  The classpath contains multiple class folders in addition to jar file

Re: regarding escaping of single quotes in attrbutes of html tags

2014-05-03 Thread Vimil Saju
>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=0A=0A=0A=0AI was wo= >ndering why the single quotes are now bei

Re: regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Vimil Saju
html generated is             Hello I was wondering why the single quotes are now being escaped in html output. Thanks Vimil On Friday, May 2, 2014 7:14 AM, Konstantin Kolinko wrote: 2014-05-02 17:46 GMT+04:00 Vimil Saju : > Hi, > > I noticed that in version 7.0.53 single quotes in attribut

regarding escaping of single quotes in attrbutes of html tags

2014-05-02 Thread Vimil Saju
Hi, I noticed that in version 7.0.53 single quotes in attributes of html tags that are generated using jspx are being escaped with ' This was not the case in version 7.0.32. Could someone explain the reason behind this change? Thanks Vimil