Invokes {@link HttpServletResponse#sendRedirect(String)}, but massages path, supplying missing elements to make it an absolute URL (i.e., specifying scheme, server, port, etc.).
The 2.2 Servlet API will do this automatically, and a little more, according to the early documentation.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.