Re: FW: Issue with Tomcat Version 7.0.64

2015-10-14 Thread Mark Thomas
t; [javac] return type void is not compatible with boolean > > > Thanks and regards, > Kasturi > > > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, October 14, 2015 1:50 AM > To: Tomcat

FW: Issue with Tomcat Version 7.0.64

2015-10-13 Thread kasturi
^ [javac] return type void is not compatible with boolean Thanks and regards, Kasturi -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, October 14, 2015 1:50 AM To: Tomcat Users List Subject: Re: Issue with Tomc

Re: Issue with Tomcat Version 7.0.64

2015-10-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kasturi, On 10/13/15 9:59 AM, kasturi wrote: > We have recently upgraded Tomcat to 7.0.64 from 7.0.59. Our > application extends SingleSignOn.java of catalina.jar to create a > wrapper around it. Some methods in the SingleSignOn.java class has > bee

Issue with Tomcat Version 7.0.64

2015-10-13 Thread kasturi
Hi, We have recently upgraded Tomcat to 7.0.64 from 7.0.59. Our application extends SingleSignOn.java of catalina.jar to create a wrapper around it. Some methods in the SingleSignOn.java class has been deprecated because of which the compilation is failing. Details shared below. Catalin