Servlet 4.0 is marked as wrong attribute value in web.xml
Answered
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>

I've set the version of javax.servlet-api to 4.0.1, but it is marked as wrong value in web.xml.
How to I fix this?
Please sign in to leave a comment.
It seems to be a known issue: https://youtrack.jetbrains.com/issue/IDEA-86833 . Could you please check, if it's fixed for you in the 2019.1 EAP version?