The error goes away if I remove the leading "/" in the url-pattern, but then Tomcat refuses to deploy the webapp:
Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> progress in servlet mapping
at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2292)
at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2268)
Description
IDEA says it cannot resolve the path in a JSTL <c:url> fragment like this:
The error goes away if I remove the leading "/" in the url-pattern, but then Tomcat refuses to deploy the webapp:
Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> progress in servlet mapping
at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2292)
at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2268)