Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <http auto-config="true" create-session="stateless" use-expressions="true">
  2. <intercept-url pattern="/admin/*" access="hasRole('ROLE_ADMIN')"/>
  3. <intercept-url pattern="/admin*" access="hasRole('ROLE_ADMIN')"/>
  4. </http>
  5.  
  6. No AuthenticationEntryPoint could be established.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement