Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker
- 11월순위
- Python
- 르세라핌
- java
- 도커이미지
- gtihub
- git pat
- ANTIFRAGILE
- JPQL
- analytics4
- codeium
- 애널리틱스4
- 자바
- db종류
- 명령어
- 티스토리챌린지
- docker push
- 컬렉션프레임워크
- pat발급
- DBMS
- JPA
- 데이터내보내기
- 오블완
- git branch 삭제
- docker build
- macvlan
- spring
- IntelliJ
Archives
- Today
- Total
hanker
SPRING - 405 Error 본문
반응형
1. Spring Security 적용 후 서버에 데이터 전송시 405 에러 발생
- Google 검색 결과 RequestMethod, ajax Type을 맞춰주라고 하는데, 필자는 이상이 없었음.
- 계속해서 구글링 결과
- Spring Security를 적용하게 되면 csrf 설정을 해제해야됨을 알았음
<security-context.xml 설정>
<security:csrf disabled="true"/>
반응형
'SPRING > SPRING-ERROR' 카테고리의 다른 글
Spring - pom.xml 첫 줄 에러 (0) | 2021.01.12 |
---|---|
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean 에러 (0) | 2021.01.08 |
Can not find the tag library descriptor for "http://www.springframework.org/security/tags" (0) | 2020.10.26 |
Invalid message received with signature ... (0) | 2020.10.26 |
No bean named 'springSecurityFilterChain' is defined 에러 (0) | 2020.08.18 |