Forward to an absolute path
843840Jan 27 2003 — edited Jan 28 2003Hi,
In my servlet, when I am done processing I would like to forward the request to an absolute path like:
http://www.yahoo.com
I understand that getServletContext().getRequestDispatcher(url) needs a url that starts with /, but I want to forward the request to a url that does not start with /. How can I do that?
Thanks,
PF.