반응형
https://stackoverflow.com/questions/10467930/spring-security-cannot-match-parameter-format
<http request-matcher="regex">
<security:intercept-url pattern="\A/userses\?form.*\Z" access="hasRole('ROLE_ADMIN')" />
</http>
정규식으로 가능. 3 버전, 4버전과 http 변수 request-matcher 이 변수명이 다름
반응형
'Web > 스프링시큐리티[security]' 카테고리의 다른 글
[스프링 시큐리티] JSP EL 표현식에서 Spring Security Principal 가져 오기 (0) | 2018.10.19 |
---|---|
@PreAuthorize and @PostAuthorize in Spring Security (0) | 2018.08.29 |
Spring Security로 Java 코드에서 "hasRole"을 확인하는 방법 (0) | 2018.07.21 |
<intercept-url> parameter로 스프링 시큐리티 적용하기 (0) | 2018.07.02 |
댓글