Index: conf/regex-normalize.xml.template
===================================================================
--- conf/regex-normalize.xml.template	(revision 1138878)
+++ conf/regex-normalize.xml.template	(working copy)
@@ -63,4 +63,10 @@
   <substitution></substitution>
 </regex>
 
+<!-- removes doubles slashes except for schema's -->
+<regex>
+  <pattern>(?&lt;!:)/{2,}</pattern>
+  <substitution>/</substitution>
+</regex>
+
 </regex-normalize>
