Closed goodale closed 1 year ago
What if you use:
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
That works! Prior to submitting the issue I tried https://www.eclipse.org/jetty/configure_11_0.dtd but got a 404.
I'll leave the issue open as I presume this means the DTD file is missing as part of the v11 branch and/or deployment to Eclipse.org
There is no configure_11_0.dtd
since version 10 is the most updated one.
Jetty version(s) Jetty 11.0.12
Java version/vendor
(use: java -version)
17 Adoptium JDKOS type/version Linux/Windows
IDE Spring Tool Suite 4.16.1 (Eclipse 4.25.0)
Description
I am getting the warning in jetty-plus.xml, "The markup declarations contained or pointed to by the document type declaration must be well formed"
I have the following in /src/test/config/jetty-plus.xml
How to reproduce?