We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8284ba6 commit 806a8b8Copy full SHA for 806a8b8
exist-core/src/main/resources/org/exist/launcher/jetty.xsl
@@ -23,7 +23,7 @@
23
-->
24
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
25
26
- <xsl:output indent="no" doctype-public="-//Jetty//Configure//EN" doctype-system="http://www.eclipse.org/jetty/configure_10_0.dtd"/>
+ <xsl:output indent="no" doctype-public="-//Jetty//Configure//EN" doctype-system="https://www.eclipse.org/jetty/configure_10_0.dtd"/>
27
28
<xsl:preserve-space elements="*"/>
29
<xsl:strip-space elements="Set"/>
0 commit comments