From 9951423415ae5d3903cf9677d150f971d8ef51f6 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 27 Jan 2016 17:27:01 +0100 Subject: [PATCH] Fix display of web homepage without ending slash --- server/sonar-web/src/main/webapp/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/web.xml b/server/sonar-web/src/main/webapp/WEB-INF/web.xml index f1cf10fcfc0..e5c747f3ed8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml +++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml @@ -42,6 +42,10 @@ RackFilter org.jruby.rack.RackFilter + + addsHtmlToPathInfo + false + SecurityFilter -- 2.39.5