Thanks, Christopher. One last question has to do with the filter-mapping's url-pattern element.
Are <url-pattern>/*</url-pattern> and <url-pattern>*</url-pattern> the same?
My impression is that /* is more correct since a * pattern implies a file name suffix but there's nothing after it. Is that true, or do /* and * work the same to mean to match every request? The spec does not seem to describe * all by itself and so sounds less correct.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org