Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

response.sendredirect

843842Nov 20 2008 — edited Mar 22 2010
Hi,

I am trying response.sendRedirect(URL); to forward to some external site. Now if the URL doesn't start with http:// it comes back with page not found e.g. if url is www.java.sun.com response.redirect does forward to the page if I use the full http://www.java.sun.com it works.

As I am trying to forward to some external site so my URL can be start with http://, ftp://, file:// but ftp:// and file:// doesn't work with send.redirect how can I forward to these sites from a servlet.


Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2010
Added on Nov 20 2008
3 comments
668 views