Re: Filter Mapping URL Pattern

2015-09-18 Thread George Sexton
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

RE: Filter Mapping URL Pattern

2015-09-18 Thread Caldarale, Charles R
> 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

Filter Mapping URL Pattern

2015-09-18 Thread George Sexton
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