1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-562: Changing constants and key names.

This commit is contained in:
Luke Taylor
2007-09-23 11:16:01 +00:00
parent d1c866e477
commit 18c8ba4ac2
34 changed files with 120 additions and 120 deletions
@@ -6,7 +6,7 @@
<p>
<%= request.getAttribute(AccessDeniedHandlerImpl.ACEGI_SECURITY_ACCESS_DENIED_EXCEPTION_KEY)%>
<%= request.getAttribute(AccessDeniedHandlerImpl.SPRING_SECURITY_ACCESS_DENIED_EXCEPTION_KEY)%>
<p>
@@ -25,7 +25,7 @@
<c:if test="${not empty param.login_error}">
<font color="red">
Your login attempt was not successful, try again.<BR><BR>
Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.ACEGI_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
</font>
</c:if>