Fixing URL to Jetty XML DTDs so they can be properly validated.
The old URL seems to be dead, and from looking around I found this page <http://wiki.eclipse.org/Jetty/Reference/jetty.xml_syntax> which pointed to the new DTD. Change-Id: I97c6f1f3442f4e13f80ad46528945794c81b5493
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.eclipse.org/configure.dtd">
|
||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
|
||||
<!--
|
||||
|
||||
Jetty configuration to place "gerrit.war" into the root context,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.eclipse.org/configure.dtd">
|
||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
|
||||
<!--
|
||||
|
||||
Jetty configuration to correctly handle SSL/HTTPS traffic when
|
||||
|
Reference in New Issue
Block a user