Skip to content

Commit

Permalink
fix for MID-4189, update cas login comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling committed Oct 25, 2017
1 parent 6930736 commit 7424593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/admin-gui/src/main/resources/ctx-web-security.xml
Expand Up @@ -47,7 +47,8 @@ http://www.springframework.org/schema/context
<beans:constructor-arg value="/login"/>
</beans:bean>

<!-- add following: entry-point-ref="casEntryPoint" to the http element before create-session attribute -->
<!-- add following: entry-point-ref="casEntryPoint" to the http element before create-session attribute and also remove
entry-point-ref="wicketAuthenticationEntryPoint" -->
<http create-session="never" auto-config="true" use-expressions="false"
access-decision-manager-ref="accessDecisionManager" entry-point-ref="wicketAuthenticationEntryPoint">
<!-- <intercept-url pattern="/registration" /> -->
Expand Down

0 comments on commit 7424593

Please sign in to comment.