cvc-id-3-error-in-web[StackOverflow]
Spring
Project의 web.xml
파일에서 아래와 같은 문구로 에러 표시가 발생했다.
cvc-id.3: A field of identity constraint 'web-app-filter-name-uniqueness'
matched element 'web-app', but this element does not have a simple type.
나는 cvc-id.3
, web.xml
web-app-filter-name-uniqueness
를 핵심 문구로 보고,
Google 신께 여쭈었다.
해결 방법은 단순했다.
web.xml
에서 상단 web-app
관련 부분 http://java.sun.com
명시된 부분들을
http://JAVA.sun.com
이나 http://Java.sun.com
으로 변경해주면 해결 되었다.
한 부분만 변경했는데도 에러가 사라졌다.
오늘도 해결 완료 😎