Re: Tomcat 6 and Servlet filter problem

2008-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manoj, ManojS wrote: | Thank you for the reply. I created a sample web app with one JSP and a | filter, in the same way you did with dummy JSP. It is working. So, what you | said will be correct, the problem is in the filter. | | How I know that the

Re: Tomcat 6 and Servlet filter problem

2008-05-20 Thread ManojS
> since Tomcat will parse the parameters only once at a place that is in > general hard to predict. Usually you have to override all of the > parameter > related methods in your HttpServletRequestWrapper to make certain that > they > show up in the target servlet. > -- Vie

Re: Tomcat 6 and Servlet filter problem

2008-05-20 Thread Bill Barker
nly once at a place that is in general hard to predict. Usually you have to override all of the parameter related methods in your HttpServletRequestWrapper to make certain that they show up in the target servlet. > Manoj. > > -- > View this message in context: > http://www.nabble.co

Tomcat 6 and Servlet filter problem

2008-05-20 Thread ManojS
is not executing. But in the log it is showing that the servlet filter's init method is executed correctly. Can anyone help me to figureout the problem ? Or suggest any solution ? Thanks a lot in advance. Manoj. -- View this message in context: http://www.nabble.com/Tomcat-6-and-Servlet-filte