You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Weis <dj...@businessolver.com> on 2001/04/03 16:00:13 UTC

Redirecting from a RequestInterceptor

Hello

I am trying to write a request interceptor and redirect users to other
(non-JSP) url's based on the contents of the URL. I've tried to do
things like use request.setRequestURI() and make my own Response with a
Location header and then use request.setResponse(), both in the
requestMap function. I'm guessing requestMap should return the http
status code, but I can't figure out how to set the URL portion.

Thanks for any help.

dave

-- 
Dave Weis