Hello
I would like to know if it is possible to have a pipeline that can't be accessed internally.
I would like to be able to write something like that :


<map:match pattern="**" external-only="true">

I have already tried that :

<map:match pattern="**" internal-only="true">
...
</map:match>
<map:match pattern="**">
...
</map:match>

Unfortunately, the first one is always called despite the fact that it is only internal.
Is there already a sitemap feature that could help me ? I am using coconn 2.0.4
Regards


Alex


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to