MCPcopy Create free account
hub / github.com/OWASP/SecurityShepherd / doGet

Method doGet

src/main/java/servlets/Login.java:153–156  ·  view source on GitHub ↗

Redirects user to index.jsp

(HttpServletRequest request, HttpServletResponse response)

Source from the content-addressed store, hash-verified

151 * Redirects user to index.jsp
152 */
153 public void doGet (HttpServletRequest request, HttpServletResponse response)
154 throws ServletException, IOException{
155 response.sendRedirect("index.jsp");
156 }
157}

Callers 1

loginDoGetMethod · 0.95

Calls

no outgoing calls

Tested by 1

loginDoGetMethod · 0.76