diff --git a/jetty-deploy/src/test/java/org/eclipse/jetty/deploy/DeploymentTempDirTest.java b/jetty-deploy/src/test/java/org/eclipse/jetty/deploy/DeploymentTempDirTest.java index 175efbe16264..1c1978f7a7da 100644 --- a/jetty-deploy/src/test/java/org/eclipse/jetty/deploy/DeploymentTempDirTest.java +++ b/jetty-deploy/src/test/java/org/eclipse/jetty/deploy/DeploymentTempDirTest.java @@ -101,7 +101,10 @@ public void stop() throws Exception public void testTmpDirectory() throws Exception { Path warPath = MavenTestingUtils.getTestResourcePath("webapps/foo-webapp-1.war"); - String deploymentXml = "\n" + + String deploymentXml = + "\n" + + "\n" + + "\n" + "" + warPath + "\n" + "" + tmpDir + "\n" + "false\n" + @@ -141,7 +144,10 @@ public void testTmpDirectory() throws Exception public void testPersistentTmpDirectory() throws Exception { Path warPath = MavenTestingUtils.getTestResourcePath("webapps/foo-webapp-1.war"); - String deploymentXml = "\n" + + String deploymentXml = + "\n" + + "\n" + + "\n" + "" + warPath + "\n" + "" + tmpDir + "\n" + "true\n" + diff --git a/jetty-deploy/src/test/resources/context-binding-test-1.xml b/jetty-deploy/src/test/resources/context-binding-test-1.xml index ae997ac5b790..01af0222884b 100644 --- a/jetty-deploy/src/test/resources/context-binding-test-1.xml +++ b/jetty-deploy/src/test/resources/context-binding-test-1.xml @@ -1,3 +1,5 @@ + + diff --git a/jetty-deploy/src/test/resources/jetty.xml b/jetty-deploy/src/test/resources/jetty.xml index 5178d3aa2bbe..8ad626d9d88c 100644 --- a/jetty-deploy/src/test/resources/jetty.xml +++ b/jetty-deploy/src/test/resources/jetty.xml @@ -1,4 +1,5 @@ - + + diff --git a/jetty-documentation/src/main/asciidoc/quick-start/configuring/what-to-configure.adoc b/jetty-documentation/src/main/asciidoc/quick-start/configuring/what-to-configure.adoc index 8417dde7f071..2c0e65668d19 100644 --- a/jetty-documentation/src/main/asciidoc/quick-start/configuring/what-to-configure.adoc +++ b/jetty-documentation/src/main/asciidoc/quick-start/configuring/what-to-configure.adoc @@ -141,10 +141,10 @@ The deployer discovers and hot deploys context IoC descriptors like the followin [source, xml] ---- - + + "-//Jetty//Configure//EN" + "https://eclipse.org/jetty/configure_9_3.dtd">