Tim Funk <[EMAIL PROTECTED]> wrote:
> At http://funkman.home.comcast.net/ I have a project called ServletUtils.
> You can use either RedirectFilter or ForwardFilter. They both can use regex's.

"Robert Harper" <[EMAIL PROTECTED]> wrote:
> Have you tried the HttpServletResponse .sendRedirect( String url ) method?


Correct me if I'm wrong, but I think both of these approaches would 
require the URL I'm requesting to be part of the same application as the 
one I'm redirecting to. So, for example, I couldn't redirect from:

http://www.myserver.com/first_app/path

to

http://www.myserver.com/second_app/path

Or am I missing something? This is what I'm trying to do.
Thanks,
Jacob


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to