Re: ClassCastException when forwarding wrapped HttpServletRequest

2006-05-22 Thread Filip Hanik - Dev Lists
I remember seeing the spec that you can't do this, you have to provide a ServletRequestWrapper implementation Filip Yuri de Wit wrote: I am not sure I should have posted this question to the dev mailing list, let me know if that should be the case. I am using Tomcat 5.5.16. I have a series

Re: ClassCastException when forwarding wrapped HttpServletRequest

2006-05-09 Thread Bill Barker
>"Yuri de Wit" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >I am not sure I should have posted this question to the dev mailing list, >let me know if that should be the case. > >I am using Tomcat 5.5.16. > >I have a series of chained HttpServlets in my web app. The first servlet

ClassCastException when forwarding wrapped HttpServletRequest

2006-05-08 Thread Yuri de Wit
I am not sure I should have posted this question to the dev mailing list, let me know if that should be the case. I am using Tomcat 5.5.16. I have a series of chained HttpServlets in my web app. The first servlet is registered with the web.xml and the following ones are dispatched manually. Befo