Spring Security XML 기반의 컨텍스트 관련 이슈를 보고합니다.
- 해결되지 않은 bean 참조
- 필요한 태그 또는 속성 누락
- 잘못된 프로퍼티 타입
- 일관성 없는
enum 프로퍼티
- 참조된 bean의 잘못된 타입
또한 다음 이슈를 보고합니다.
- <https> 구성 오류
- '/**' 패턴이 있는 <http>는 마지막이어야 합니다
- 'pattern'이 없는 다중 <http> 요소는 허용되지 않습니다
- <http> 구성 오류
- <user-service>
- 속성 'properties' 또는 <user> 요소 목록을 포함해야 합니다
- <ldap-server>
- 'manager-dn' 사용 시 'manager-password'가 필요합니다
- 'user-context-mapper-ref' 또는 'user-details-class'를 포함해야 합니다
- <authentication-provider>
- <global-method-security>
- <pre-post-annotation-handling>을 사용하려면 'pre-post-annotations'에 'enabled' 값이 있어야 합니다
- 값이 'aspectj'인 'mode'는 <protect-pointcut> 및 <intercept-url>에 사용할 수 없습니다
- 'requires-channel' 속성은 상위 <http>에만 허용됩니다
- <protect>
- <protect>와 <global-method-security>의 혼합은 권장되지 않습니다