standard login and logout
This commit is contained in:
parent
495a13537d
commit
dc2323f12d
|
@ -16,7 +16,7 @@
|
|||
<br/>
|
||||
</security:authorize>
|
||||
|
||||
<a href="<c:url value="/perform_logout" />">Logout</a>
|
||||
<a href="<c:url value="/j_spring_security_logout" />">Logout</a>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -16,7 +16,7 @@
|
|||
<br />
|
||||
</security:authorize>
|
||||
|
||||
<a href="<c:url value="/perform_logout" />">Logout</a>
|
||||
<a href="<c:url value="/j_spring_security_logout" />">Logout</a>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -4,7 +4,7 @@
|
|||
<body>
|
||||
<h1>Login</h1>
|
||||
|
||||
<form name='f' action="perform_login" method='POST'>
|
||||
<form name='f' action="j_spring_security_check" method='POST'>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue