On 9/18/2015 1:57 PM, Caldarale, Charles R wrote:
From: George Sexton [mailto:geor...@mhsoftware.com]
Subject: Filter Mapping URL Pattern
I'm trying to add a filter mapping with the URL-Pattern
/*.css
Which, unfortunately, isn't allowed. You probably just need to remove the
lea
> From: George Sexton [mailto:geor...@mhsoftware.com]
> Subject: Filter Mapping URL Pattern
> I'm trying to add a filter mapping with the URL-Pattern
> /*.css
Which, unfortunately, isn't allowed. You probably just need to remove the
leading slash.
> Can som
I'm trying to add a filter mapping with the URL-Pattern
/*.css
and tomcat (7.0.63) is throwing an error on the deployment descriptor:
java.lang.IllegalArgumentException: Invalid filter mapping.
at
org.apache.catalina.core.StandardContext.validateFilterMap(StandardContext.java:
3136)
from lo