Spring Security의 기본적인 정책은 URL에 더블슬래시가 들어가는 것을 허용하지 않는다. 예를 들면, test라는 리소스를 요청할 때 > http://localhost:8080/api/test 라는 URL을 사용한다고 해보자. WEB 소스에서 baseURL 을 잘못설정 뭐 그러한 이유로 http://localhost:8080/api//test 로 요청이 들어오면 서버에서는 아래와 같은 에러가 발생한다. org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the URL was not normalized. at org.springframework.security.web...
OAUTH2 설정 Security Config 설정 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 @Configuration @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { @Bean @Override public AuthenticationManager authenticationManagerBean() throws Exception { return super.authenticationManagerBean(); } // 얘는 Resource Server에서 해줄거라 이제 필요는 없음 @Override protecte..
- Total
- Today
- Yesterday
- kubernetes
- 암호화폐
- leetcode
- vuejs
- Bruteforce
- 비트코인
- CARDANO
- 스프링 시큐리티
- Spring
- SpringBoot
- 동적계획법
- 아키텍처
- Java
- Bitcoin
- 카르다노
- 블록체인
- k8s
- Nealford
- DP
- architecture
- gRPC
- excel parsing
- Vue.js
- 백준
- 스프링
- Blockchain
- 알고리즘
- white paper
- Redis
- 사토시 나가모토
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |