Try simply using the * That should cover ALL servlets and JSP's. You don't need to specify extension...
Nic Ferrier <nferrier@TAPSELLFER To: [EMAIL PROTECTED] RIER.CO.UK> cc: Sent by: "A mailing Subject: Re: url filter-mappings list for discussion about Sun Microsystem's Java Servlet API Technology." <SERVLET-INTEREST@JA VA.SUN.COM> 08/23/2002 05:58 AM Please respond to "A mailing list for discussion about Sun Microsystem's Java Servlet API Technology." "Reece Whittaker" <[EMAIL PROTECTED]> writes: > The only tags I can see under <servlet-mapping> are <servlet-name> & > <url-pattern> > > It would be good if there was a filter option here, but I think what you are > refering to is the <servlet-name> tag under <filter-mapping> which means to > achieve my aim I have to duplicate every servlet-mapping with an identical > filter-mapping, which seems uneccessary. That's right. > Why oh why doesn't the extension mapping '*.' work for no extension? ie > servlets Because no extension means a path mapping. And path mappings are handled differently. Nic ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html