[EMAIL PROTECTED] wrote:
>>>Could you do a
>>>
>>><map:match pattern="*">
>>> <map:redirect-to uri="../not-found"/>
>>></map:match>
>>>
>>>or something as last one and cascade the way up?
>>
>>This should work as well, except that it makes another round-trip to
>>the client browser: ugly!
>
>
> you could also use a resource - then it should be an internal redirect...
>
> btw: do we already have an "always" matcher?
> due to the lastest performance analysis we should better
> substitute
>
> <map:match pattern="*"> or <map:match pattern="**">
>
> with
>
> <map:match type="always">
Well, you might end up with Matchers like
<map:match type="startsWith" pattern="foo">
or
<map:match type="endsWith" pattern="bar">
for performance reasons and the numbers of Matchers will exponantially grow.
Giacomo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]