Hi,

We are trying to disable directory listing in our application when the user enters URL with slash at the end i.e. http://localhost:8080/cocoon/application/ instead of http://localhost:8080/cocoon/application.

We changed web.xml in both /opt/jakarta/tomcat/conf and in /cocoon/WEB-INF/ so that the listing parameter is false.

    <init-param>
      <param-name>listings</param-name>
      <param-value>false</param-value>
    </init-param>


But despite this we are still getting directory listing in case the user enters URL with slash at the end.


Has anybody had the same problem.

We are using Tomcat version 4.0.4-73, Cocoon version 2.0.4 and Apache version 1.3.26-57

Any help would be greatly appreciated.

Thank you and regards,
Mustafa


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



Reply via email to