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:
Chad Horohoe
2012-05-04 09:33:09 -04:00
parent f93b3eecec
commit 88bc137dad
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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