Re: HttpOnly

2012-06-11 Thread Satish Kumar Geddam
https://owasp.org/index.php/HttpOnly#Using_Java_to_Set_HttpOnly enjoy On Tue, Jun 12, 2012 at 10:27 AM, N.s.Karthik wrote: > Hi > > Spec > JDK1.6 > Tomcat 6.0.10 > O/s Win / Linux(r-Hat) > Browser : Crome 19.0.x / IE8 > > For some specific Reason We use Tomcat 6.0.10 for Dev/Deploy in INTRANET.

Re: manager 404

2012-05-03 Thread Satish Kumar Geddam
update the tomcat-users.xml and create the users On Fri, May 4, 2012 at 2:54 AM, Jon Drukman wrote: > Caldarale, Charles R unisys.com> writes: > > > Bad choice. Remove those, then download and install a real Tomcat 7 > > from tomcat.apache.org. The > > third-party repackaged versions of Tomca

Re: processing of tlds failed -- application still works -- why?

2010-12-28 Thread Satish Kumar
ng fails? thanks! On Tue, Dec 28, 2010 at 8:36 AM, Pid wrote: > On 12/26/10 7:44 PM, Satish Kumar wrote: > > Hi All, > > > > I am seeing the error below while deploying a web application on Tomcat > > 6.0.16. Note that the parser used for processing tlds is Crimson -

processing of tlds failed -- application still works -- why?

2010-12-26 Thread Satish Kumar
Hi All, I am seeing the error below while deploying a web application on Tomcat 6.0.16. Note that the parser used for processing tlds is Crimson -- I expect Tomcat to use the default Xerces parser to process tlds, but it using Crimson parser that is in a jar in WEB-INF/lib. It seems this issue is