posted 15 years ago
requestDispatcher - no, of course not, the request stays HTTP based
sendRedirect - good question, I guess it would depend on how the browser treats a resource URL starting "ftp" - after a Redirect the servlet has nothing more to do with the request.
I would experiment with the browser first.
Bill