Skip to content

Commit 9f506da

Browse files
authored
Merge pull request eXist-db#4812 from evolvedbinary/hotfix/build-catalog-jetty-config-dtd
Use the local DTD file for Jetty configure
2 parents 0bb0f32 + 5250e7f commit 9f506da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exist-distribution/src/main/xslt/catalog.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
2323
-->
2424
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
25-
<system systemId="https://www.eclipse.org/jetty/configure_10_0.dtd"
26-
uri="configure_9_3.dtd"/>
25+
<system systemId="https://www.eclipse.org/jetty/configure_10_0.dtd" uri="configure_10_0.dtd"/>
2726
<uri name="https://jakarta.ee/xml/ns/jakartae" uri="web-app_5_0.xsd"/>
2827
<uri name="http://www.w3.org/XML/1998/namespace" uri="xml.xsd"/>
2928
</catalog>

0 commit comments

Comments
 (0)