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
