Apache Trailing Slash Problem
Posted in Uncategorized on June 10th, 2009 by jsmith – 3 CommentsI was helping our IT guys out this past weekend configuring a reverse proxy load balancing environment for JBoss/Tomcat behind Apache. I kept running into problems where requests coming from Apache looked like:
GET /foo//bar instead of GET /foo/bar
read more »