SEC-2781: Remove deprecations
This commit is contained in:
@@ -62,7 +62,9 @@
|
||||
p:proxyGrantingTicketStorage-ref="pgtStorage"
|
||||
p:proxyReceptorUrl="/j_spring_cas_security_proxyreceptor">
|
||||
<b:property name="authenticationDetailsSource">
|
||||
<b:bean class="org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource"/>
|
||||
<b:bean class="org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource">
|
||||
<b:constructor-arg ref="serviceProperties"/>
|
||||
</b:bean>
|
||||
</b:property>
|
||||
<b:property name="authenticationFailureHandler">
|
||||
<b:bean class="org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler"
|
||||
|
||||
@@ -10,16 +10,7 @@
|
||||
<h2>Login to CAS failed!</h2>
|
||||
|
||||
<font color="red">
|
||||
Your CAS credentials were rejected.<br/><br/>
|
||||
Reason:
|
||||
<%
|
||||
Exception error = ((AuthenticationException) session.getAttribute(AbstractAuthenticationProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY));
|
||||
if(error != null) {
|
||||
%>
|
||||
<%= error.getMessage() %>
|
||||
<%
|
||||
}
|
||||
%>
|
||||
Your CAS credentials were rejected.<br/>
|
||||
</font>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user