> 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>
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>
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]