Hi,
Thanks for the response.

At 15:25 12.09.2003 +0200, you wrote:
> But despite this we are still getting directory listing in case the
user
> enters URL with slash at the end.

Are you sure that your sitemap for <application> does not include
something like:
<map:match pattern="">
    [some instruction to give a directory listing]
</map:match>

We do not have such a pipeline.


You can prevent the listing problem by redirecting the request by addng
the follwing to your sitemap for <application>

<map:match pattern="">
    <map:redirect-to
uri="<the-page-that-should-be-displayed-when-url-ends-with-slash>"/>
</map:match>

We have tried this and seems does not work.


If you only have a cocoon level sitemap then include this:
<map:match pattern="application">
    <map:redirect-to
uri="application/<the-page-that-should-be-displayed-when-url-ends-with-s
lash>"/>
</map:match>

We have this pipeline as well but does not work.






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

Thanks for the response again.


Best regards,
Mustafa


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



Reply via email to