The method response.sendRedirect() is not working in my program.
The code go through and sucessfully print out.println(\"wrong user\");, but the redirec
out.println(\"wrong user\");
Try providing the protocol.
response.sendRedirect("http://www.google.com"); return;