...
[13:54:42 CDT(-0500)] <atilling> we have hundreds of *.cfm files, we only want the ones under a particular folder to be secure
[13:55:08 CDT(-0500)] <serac> Understood.
[13:55:13 CDT(-0500)] <serac> You may need an exception.
[13:55:20 CDT(-0500)] <atilling> basically cfm is like jsp
[13:55:41 CDT(-0500)] <serac> I know cfm.
[13:55:42 CDT(-0500)] <atilling> all the jsp files needs to be handled by tomcat
[13:55:45 CDT(-0500)] <atilling> ok
[13:55:46 CDT(-0500)] <serac> Here's the docs:
[13:55:47 CDT(-0500)] <serac> Inside the URI pattern three special characters can be used, '', '?' and '|'. The character '' is a wildchar that matches any number of arbitrary characters in the URI
[13:55:57 CDT(-0500)] <serac> I read that as * matches / characters as well.
[13:56:08 CDT(-0500)] <atilling> right