I'm using Apache WARP connector to Tomcat 4.0.1. It works fine with http but if I use https, trailing slash redirect returns a wrong url (i.e. https://localhost/example/ is redirected to http://localhost:443/example/index.html).
How can I avoid this? Thanks Alessandro Staltari