반응형
https://code.i-harness.com/ko-kr/q/8a13a3
https://coderanch.com/t/468178/java/Accessing-userPrincipal-EL-doesn-work
This doesn't work:
1 | <c:out value= "${request.userPrincipal}" /> |
But this does:
1 | <c:out value= "${pageContext.request.userPrincipal}" /> |
핵심은 이거
반응형
'Web > 스프링시큐리티[security]' 카테고리의 다른 글
@PreAuthorize and @PostAuthorize in Spring Security (0) | 2018.08.29 |
---|---|
Spring Security로 Java 코드에서 "hasRole"을 확인하는 방법 (0) | 2018.07.21 |
스프링 시큐리티 파라미터 매치 http (0) | 2018.07.05 |
<intercept-url> parameter로 스프링 시큐리티 적용하기 (0) | 2018.07.02 |
댓글