Yes is a second security control at jsp files but that not mean could be break down from Servlet. Where're I want to go it that if you replaced "ROLE_ADMIN" to "IS_FULLY_AUTHENTICATED" I suggest you change IS_FULLY_AUTHENTICATED to your actual role name ( that is a best aproximation than allow access to any authenticated user -> then you should get direct permission denied ).
Code: Select all
Unsupported configuration attribute. Can't I chose ldap roles here?2013-01-30 12:54:00,055 [pool-2-thread-1] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#6' while setting bean property 'sourceList' with key [6]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#6': Cannot resolve reference to bean 'org.springframework.security.web.access.intercept.FilterSecurityInterceptor#6' while setting constructor argument with key [7]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.access.intercept.FilterSecurityInterceptor#6': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Unsupported configuration attributes: [OpenKMAdmins]
