Hi All,
I am working with a servlet filter to intercept the http requests.
When user doesnot specify any uri, I would like to specify myown uri and invoke filterChain.doFilter(). I can't use welcomefile list because of a drawback in my application that I have deployed on WAS.
I can't user request dispatcher or respose.redirect because it is a must for me to invoke filterChain.doFilter().
In short in my servlet filter I need to change the uri before I invoke filterChain.doFilter().
Thanks for reading.
Gautham
Discussions
Web tier: servlets, JSP, Web frameworks: Change the URI then invoke filterChain.doFilter()
-
Change the URI then invoke filterChain.doFilter() (0 messages)
- Posted by: Gautham GV
- Posted on: August 01 2005 23:12 EDT