|
Anyone have any comments on this ? From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cameron Braid I am trying to match a whole set of URLs based on file extension,
using the regexp matcher For example : ^.*\.jspa$|^.*\.jspk|^.*\.htm|^.*\.html The FilterInvocation.getRequestUrl() returns the query
string as part of the url. Therefore the above regexp doesn’t match. Is the querystring really required for matching ? Or
can someone suggest how to ignore the query bit in a regexp ? Thanks, Cameron |
