Commit 36572094 by Emanuel Lugo

Updated login

parent abdfd63a
......@@ -95,6 +95,9 @@ public class LoginServlet extends HttpServlet {
out.println("<p> You may want to <a href='/login.jsp'> try again </a> </p>");
// request.getRequestDispatcher("login.jsp").include(request, response);
// response.sendRedirect("login.jsp");
//FOR COMMIT LOGIN 2
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment