Skip to content

Commit 806a8b8

Browse files
committed
[bugfix] Correct the System Identifier of the Jetty configuration DTD
1 parent 8284ba6 commit 806a8b8

File tree

1 file changed

+1
-1
lines changed
  • exist-core/src/main/resources/org/exist/launcher

1 file changed

+1
-1
lines changed

exist-core/src/main/resources/org/exist/launcher/jetty.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
-->
2424
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2525

26-
<xsl:output indent="no" doctype-public="-//Jetty//Configure//EN" doctype-system="http://www.eclipse.org/jetty/configure_10_0.dtd"/>
26+
<xsl:output indent="no" doctype-public="-//Jetty//Configure//EN" doctype-system="https://www.eclipse.org/jetty/configure_10_0.dtd"/>
2727

2828
<xsl:preserve-space elements="*"/>
2929
<xsl:strip-space elements="Set"/>

0 commit comments

Comments
 (0)