Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<security:http auto-config="false" pattern="/**" xmlns:security="#unknown">
use-expressions="true" request-matcher="ant" entry-point-ref="entryPointSelector"
create-session="stateless">
<security:csrf disabled="true">
<security:request-cache ref="nullRequestCache">

<security:intercept-url pattern="/**">
access="isAuthenticated()" />

<security:anonymous enabled="false">

<security:custom-filter after="FIRST">
ref="threadSessionFilter" />

<security:custom-filter position="FORM_LOGIN_FILTER">
ref="authProcessorSelector" />

<security:custom-filter position="REMEMBER_ME_FILTER">
ref="rememberMeFilter" />

<security:custom-filter position="LOGOUT_FILTER">
ref="logoutFilter" />

<security:custom-filter after="LAST">
ref="companyUserContextFilter" />
Posted
Comments
Richard Deeming 14-Oct-15 9:24am    
An unformatted wall of code is not a question.

Use the "Improve question" button to update your question. Include a full description of what you are trying to do, what you have tried, and what the problem is. Include the full details of any exceptions thrown.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900