way to forward in JSP to a different URL
614392Apr 28 2009 — edited Apr 28 2009Hi,
I need to forward the user to a different page keeping the sensitive user information(like credit card details). The problem is that the forward function seems to be looking for the URL inside the same home.
If I'm trying to forward from http://www...../app1 to http://www...../app2 the forward function looks for the app2 inside app1 folder and I'm getting the error page not found.
Thanks.