카테고리 없음
An invalid domain [] was specified for this cookie
냐옴
2019. 8. 8. 17:23
증상
tomcat 8.5 에서 cookie 에 domain 설정시 첫 글자에 '.' 사용시 에러 ex) '.mydomain.com' |
에러
An invalid domain [] was specified for this cookie |
해결
context.xml 에 아래 내용 추가
<CookieProcessor className="org.apache.tomcat.util.http.LegacyCookieProcessor" /> |