I need to do the following:
Given URIs like these:
/foo/bar/baz/bom/bim.xml/some/other/stuff /foo/bar/blah/boom.xml/some/other/stuff
I need to write a match like this:
<map:match pattern="/foo/**/*.xml/some/other/stuff">
and then refer to the parts of the "**" and "*.xml" parts of the match using "{1}" and "{2}.xml" respectively.
Is it possible? How?
Regards, Oleg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
