form action (j_security_check or logMeIn) are configurable
authordayash <dayash>
Sat, 18 Jan 2003 07:19:04 +0000 (07:19 +0000)
committerdayash <dayash>
Sat, 18 Jan 2003 07:19:04 +0000 (07:19 +0000)
web/share/loginForm.jsp

index ec51c95..2964134 100644 (file)
@@ -6,7 +6,7 @@
 <h1>SecurityFilter Example Application: Login Form</h1>
 <%@include file="/menu.jsp" %>
 Login with username=<i>username</i> and password=<i>password</i>.
-<form action="j_security_check" method="POST">
+<form action="logMeIn" method="POST">
 Username: <input type="text" name="j_username" value="username"><p>
 Password: <input type="password" name="j_password" value="password"><p>
 <input type="Submit">