standard login and logout

This commit is contained in:
eugenp 2013-07-15 19:46:19 +03:00
parent 495a13537d
commit dc2323f12d
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>