diff --git a/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/jetty-web.xml b/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/jetty-web.xml
index f4c22281ed4..ba2d45ad8b3 100644
--- a/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/jetty-web.xml
+++ b/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/jetty-web.xml
@@ -2,5 +2,5 @@
- /xref
+ /tproxy
diff --git a/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/web.xml b/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/web.xml
index 018a5b734f4..4cdd183862f 100644
--- a/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/tests/test-webapps/test-proxy-webapp/src/main/webapp/WEB-INF/web.xml
@@ -9,10 +9,10 @@
Transparent Proxy WebApp
- TransparentProxy
+ XrefTransparentProxy
org.eclipse.jetty.proxy.ProxyServlet$Transparent
- proxyTohttp://download.eclipse.org/jetty/stable-9/xref
+ proxyTohttp://download.eclipse.org/jetty/stable-9
hostHeaderdownload.eclipse.org
@@ -22,10 +22,28 @@
- TransparentProxy
- /
+ XrefTransparentProxy
+ /xref/*
+
+ JavadocTransparentProxy
+ org.eclipse.jetty.proxy.ProxyServlet$Transparent
+
+ proxyTohttp://download.eclipse.org/jetty/stable-9
+
+
+ hostHeaderdownload.eclipse.org
+
+ 1
+ true
+
+
+
+ JavadocTransparentProxy
+ /apidocs/*
+
+