use an existing url for javadoc url

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-12-16 18:21:04 +10:00
parent 05ac060d7a
commit ac9b9091ac
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<servlet-class>org.eclipse.jetty.proxy.ProxyServlet$Transparent</servlet-class>
<init-param>
<param-name>proxyTo</param-name>
<param-value>https://www.eclipse.org/jetty/javadoc/</param-value>
<param-value>https://www.eclipse.org/jetty/javadoc/jetty-11/index.html?overview-summary.html</param-value>
</init-param>
<init-param>
<param-name>hostHeader</param-name>
@ -23,4 +23,4 @@
<url-pattern>/current/*</url-pattern>
</servlet-mapping>
</web-app>
</web-app>