분류 전체보기 410

[Chrome] ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION

ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION 파일명에 ,(comma) 또는 ;(semicolon)이 포함되어있을 경우에 파일다운로드 요청시 에러가 발생했다 구글링 결과 stackoverflow.com/questions/58910118/chrome-returns-err-response-headers-multiple-content-disposition-error-on-file-d Content-Disposition의 fileName에 큰따옴표를 추가하면 된다고했지만 결과는 같았다 ✔ Solution stackoverflow.com/questions/8588818/chrome-pdf-display-duplicate-headers-received-from-the-se..

Dev_Log 2021.04.08

[SpringBoot] 프로젝트 생성하기

1. File > New > Spring Starter Project 2. src/main/resources/application.properties 값 설정 #Server Port server.port=2041 #View Resolver spring.mvc.view.prefix=/WEB-INF/views/ spring.mvc.view.suffix=.jsp 3. 컨트롤러 작성 4. JSP 생성 5. 테스트 해본다 6. 구글링 결과 pom.xml에 아래 dependency를 추가하라고함 org.apache.tomcat.embed tomcat-embed-jasper javax.servlet jstl 7. dependency 추가후 다시 테스트

728x90
반응형