====== CORS 설정 방법 ======
* description : Google에서 제공하는 Keep(메모) 프로그램 설명
* author : 주레피
* email : dhan@repia.com
* lastupdate : 2020-01-31
===== 준비 =====
* library 준비
- cors-filter-2.6.jar
- java-property-utils-1.13.jar
> was의 실행 jdk에 따라서 runtime error 발생 가능성이 있음
> jdk 버전에 맞는 라이브러리를 설치 해야 됨
* library 추가
* ${DOCUMENT_ROOT}/WEB-INF/lib or
* ${WAS_ROOT}/lib
> {$WAS_ROOT}/lib는 WAS 종류에 따라 다름
===== web.xml =====
CORS
com.thetransactioncompany.cors.CORSFilter
CORS
/*
===== Ref =====
{{tag>주레피 cors}}