RE: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-20 Thread Sekar, Vasanth
Thanks Mark. Sorry, was just an oversight. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Saturday, May 19, 2012 1:21 PM To: Tomcat Users List Subject: Re: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase On 18/05/2012 00:43, Sekar, Vasanth wrote: Good evening Mark

Re: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-19 Thread Mark Thomas
)); I'm struggling to understand why you were unable to figure this out for yourself. Mark Thanks! Vasanth -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, May 17, 2012 12:28 PM To: Tomcat Users List Subject: Re: Tomcat 4.0 Tomcat 6.0

Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-17 Thread Sekar, Vasanth
Hello- We have a custom form authenticator that runs on tomcat 4.0. Now, we have a need to migrate that into tomcat 6.0. There are compilation errors with the following. import org.apache.catalina.HttpRequest; import org.apache.catalina.HttpResponse; I looked at the tomcat 6.0 API and found that

Re: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-17 Thread Mark Thomas
On 17/05/2012 16:31, Sekar, Vasanth wrote: Hello- We have a custom form authenticator that runs on tomcat 4.0. Now, we have a need to migrate that into tomcat 6.0. There are compilation errors with the following. import org.apache.catalina.HttpRequest; import

RE: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase

2012-05-17 Thread Sekar, Vasanth
To: Tomcat Users List Subject: Re: Tomcat 4.0 Tomcat 6.0 AuthenticatorBase On 17/05/2012 16:31, Sekar, Vasanth wrote: Hello- We have a custom form authenticator that runs on tomcat 4.0. Now, we have a need to migrate that into tomcat 6.0. There are compilation errors with the following. import