Skip to content

Commit 0913bee

Browse files
authored
Merge pull request #11938 from jetty/fix/9.4.x/update-url-refs-jetty.org
[9.4.x] Updating URL refs to jetty.org
2 parents 303061d + 8c816dd commit 0913bee

File tree

352 files changed

+388
-390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+388
-390
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Notices for Eclipse Jetty
22
=========================
33
This content is produced and maintained by the Eclipse Jetty project.
44

5-
Project home: https://www.eclipse.org/jetty/
5+
Project home: https://jetty.org/
66

77
Trademarks
88
----------

README.md

Lines changed: 1 addition & 1 deletion

aggregates/jetty-all-compact3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<manifest></manifest>
8484
<manifestEntries>
8585
<mode>development</mode>
86-
<url>https://eclipse.org/jetty</url>
86+
<url>https://jetty.org/</url>
8787
<Built-By>${user.name}</Built-By>
8888
<package>org.eclipse.jetty</package>
8989
<Bundle-License>https://raw.githubusercontent.com/eclipse/jetty.project/master/NOTICE.txt</Bundle-License>

aggregates/jetty-websocket-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<manifest></manifest>
6666
<manifestEntries>
6767
<mode>development</mode>
68-
<url>https://eclipse.org/jetty</url>
68+
<url>https://jetty.org/</url>
6969
<Built-By>${user.name}</Built-By>
7070
<package>org.eclipse.jetty</package>
7171
<Bundle-License>https://raw.githubusercontent.com/eclipse/jetty.project/master/NOTICE.txt</Bundle-License>

apache-jsp/src/main/config/modules/apache-jsp.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Enables use of the apache implementation of JSP

apache-jstl/src/main/config/modules/apache-jstl.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Enables the apache version of JSTL

examples/async-rest/async-rest-webapp/src/main/webapp/WEB-INF/jetty-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<!--
44
This is the jetty specific web application configuration file. When starting

examples/embedded/src/main/resources/exampleserver.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="ExampleServer" class="org.eclipse.jetty.server.Server">
44

examples/embedded/src/main/resources/fileserver.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
2+
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
33

44
<Configure id="FileServer" class="org.eclipse.jetty.server.Server">
55

examples/embedded/src/main/resources/jetty-otherserver.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="OtherServer" class="org.eclipse.jetty.server.Server">
44
<Set name="handler">

jetty-alpn/jetty-alpn-server/src/main/config/etc/jetty-alpn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="sslConnector" class="org.eclipse.jetty.server.ServerConnector">
44

jetty-alpn/jetty-alpn-server/src/main/config/modules/alpn-impl/alpn-available-false.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Provides ALPN support for JDK 8, using the Jetty ALPN Agent.

jetty-alpn/jetty-alpn-server/src/main/config/modules/alpn-impl/alpn-available-true.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Provides support for ALPN based on JDK 9+ APIs.

jetty-alpn/jetty-alpn-server/src/main/config/modules/alpn.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Enables the ALPN (Application Layer Protocol Negotiation) TLS extension.

jetty-annotations/src/main/config/etc/jetty-annotations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="Server" class="org.eclipse.jetty.server.Server">
44
<!-- =========================================================== -->

jetty-annotations/src/main/config/modules/annotations.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Enables Annotation scanning for deployed webapplications.

jetty-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<artifactId>jetty-bom</artifactId>
44
<name>Jetty :: Bom</name>
55
<description>Jetty BOM artifact</description>
6-
<url>https://eclipse.org/jetty</url>
6+
<url>https://jetty.org/</url>
77
<packaging>pom</packaging>
88

99
<parent>

jetty-cdi/src/main/config/etc/cdi/jetty-cdi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="Server" class="org.eclipse.jetty.server.Server">
44
<Call name="setAttribute">

jetty-cdi/src/main/config/etc/cdi/jetty-cdi2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="Server" class="org.eclipse.jetty.server.Server">
44
<Get class="org.eclipse.jetty.util.log.Log" name="rootLogger">

jetty-cdi/src/main/config/etc/cdi/jetty-web-cdi2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
44
<Get name="serverClasspathPattern">

jetty-cdi/src/main/config/modules/cdi-decorate.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Configures Jetty to use the "CdiDecoratingListener" as the default

jetty-cdi/src/main/config/modules/cdi-spi.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Configures Jetty to use the "CdiSpiDecorator" that calls the CDI SPI

jetty-cdi/src/main/config/modules/cdi.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Support for CDI inside the webapp.

jetty-cdi/src/main/config/modules/cdi2.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Deprecated support for CDI integrations inside the webapp.

jetty-client/src/main/config/modules/client.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Adds the Jetty HTTP client to the server classpath.

jetty-deploy/src/main/config/etc/jetty-decorate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<!-- =============================================================== -->
44
<!-- Mixin the Weld / CDI classes to the class loader -->

jetty-deploy/src/main/config/etc/jetty-deploy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<!-- =============================================================== -->
44
<!-- Create the deployment manager -->

jetty-deploy/src/main/config/etc/jetty-web-decorate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure class="org.eclipse.jetty.webapp.WebAppContext" id="context">
44

jetty-deploy/src/main/config/modules/decorate.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Jetty setup to support Decoration of Listeners, Filters and Servlets within a deployed webapp.

jetty-deploy/src/main/config/modules/deploy.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Enables webapplication deployment from the webapps directory.

jetty-deploy/src/main/config/modules/global-webapp-common.d/global-webapp-common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="Server" class="org.eclipse.jetty.server.Server">
44
<Ref refid="DeploymentManager">

jetty-deploy/src/main/config/modules/global-webapp-common.d/webapp-common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
44

jetty-deploy/src/main/config/modules/global-webapp-common.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT - See: https://jetty.org/docs/9/startup-modules.html
22

33
[description]
44
Enables Deployer to apply common configuration to all webapp deployments

jetty-deploy/src/test/java/org/eclipse/jetty/deploy/DeploymentTempDirTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void testTmpDirectory() throws Exception
103103
Path warPath = MavenTestingUtils.getTestResourcePath("webapps/foo-webapp-1.war");
104104
String deploymentXml =
105105
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" +
106-
"<!DOCTYPE Configure PUBLIC \"-//Jetty//Configure//EN\" \"https://eclipse.dev/jetty/configure.dtd\">\n" +
106+
"<!DOCTYPE Configure PUBLIC \"-//Jetty//Configure//EN\" \"https://jetty.org/configure.dtd\">\n" +
107107
"<Configure class=\"org.eclipse.jetty.webapp.WebAppContext\">\n" +
108108
"<Set name=\"war\">" + warPath + "</Set>\n" +
109109
"<Set name=\"tempDirectory\">" + tmpDir + "</Set>\n" +
@@ -146,7 +146,7 @@ public void testPersistentTmpDirectory() throws Exception
146146
Path warPath = MavenTestingUtils.getTestResourcePath("webapps/foo-webapp-1.war");
147147
String deploymentXml =
148148
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" +
149-
"<!DOCTYPE Configure PUBLIC \"-//Jetty//Configure//EN\" \"https://eclipse.dev/jetty/configure.dtd\">\n" +
149+
"<!DOCTYPE Configure PUBLIC \"-//Jetty//Configure//EN\" \"https://jetty.org/configure.dtd\">\n" +
150150
"<Configure class=\"org.eclipse.jetty.webapp.WebAppContext\">\n" +
151151
"<Set name=\"war\">" + warPath + "</Set>\n" +
152152
"<Set name=\"tempDirectory\">" + tmpDir + "</Set>\n" +

jetty-deploy/src/test/resources/binding-test-contexts-1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
2+
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
33

44
<Configure id="Server" class="org.eclipse.jetty.server.Server">
55

jetty-deploy/src/test/resources/context-binding-test-1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://eclipse.dev/jetty/configure_9_3.dtd">
2+
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
33
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
44

55
<Call name="addServerClass">

jetty-deploy/src/test/resources/jetty-deploy-wars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="Server" class="org.eclipse.jetty.server.Server">
44

jetty-deploy/src/test/resources/jetty-deploymgr-contexts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<Configure id="Server" class="org.eclipse.jetty.server.Server">
44
<Call name="addBean">

jetty-deploy/src/test/resources/jetty-http.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<!-- ============================================================= -->
44
<!-- Configure the Jetty Server instance with an ID "Server" -->

jetty-deploy/src/test/resources/jetty.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://eclipse.org/jetty/configure_9_3.dtd">
2+
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
33

44
<!-- =============================================================== -->
55
<!-- Documentation of this file format can be found at: -->
6-
<!-- https://www.eclipse.org/jetty/documentation/current/ -->
6+
<!-- https://jetty.org/documentation/current/ -->
77
<!-- -->
88
<!-- Additional configuration files are available in $JETTY_HOME/etc -->
99
<!-- and can be mixed in. See start.ini file for the default -->

jetty-deploy/src/test/resources/webapps/badapp/badapp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
2+
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
33

44
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
55
<Set name="contextPath">/badapp</Set>

jetty-deploy/src/test/resources/webapps/foo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
33
<Set name="contextPath">/foo</Set>
44
<Set name="war">

jetty-distribution/src/main/resources/demo-base/webapps/ROOT/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>tests ...</h2>
4545
<h2>information ...</h2>
4646
<ul>
4747
<li><a href="https://www.eclipse.org/jetty/">Jetty Homepage</a></li>
48-
<li><a href="https://www.eclipse.org/jetty/documentation/current/">Jetty Documentation</a></li>
48+
<li><a href="https://jetty.org/docs/">Jetty Documentation</a></li>
4949
<li><a href="/proxy/current/">Javadoc</a> (via transparent proxy)</li>
5050
<li><a href="https://www.eclipse.org/jetty/powered">Jetty Powered</a></li>
5151
</ul>

jetty-distribution/src/main/resources/demo-base/webapps/example-moved.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
22

33
<!-- Simple handler to redirect from old path to new -->
44
<Configure class="org.eclipse.jetty.server.handler.MovedContextHandler">

jetty-distribution/src/main/resources/start.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# of making changes to this {jetty.home} directory.
88
#
99
# See documentation about {jetty.base} at
10-
# https://www.eclipse.org/jetty/documentation/current/startup.html
10+
# https://jetty.org/docs/9/startup.html
1111
#
1212
# A demo-base directory has been provided as an example of
1313
# this sort of setup.

jetty-documentation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<require>asciidoctor-diagram</require>
3030
</requires>
3131
<attributes>
32-
<JDURL>http://www.eclipse.org/jetty/javadoc/jetty-9</JDURL>
32+
<JDURL>https://jetty.org/javadoc/jetty-9</JDURL>
3333
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
3434
<SRCDIR>${basedir}/..</SRCDIR>
35-
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
36-
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x/jetty-documentation/src/main/asciidoc</GITDOCURL>
35+
<GITBROWSEURL>https://github.com/jetty/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
36+
<GITDOCURL>https://github.com/jetty/jetty.project/tree/jetty-9.4.x/jetty-documentation/src/main/asciidoc</GITDOCURL>
3737
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
3838
<VERSION>${project.version}</VERSION>
3939
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>

jetty-documentation/src/main/asciidoc/administration/runner/jetty-runner.adoc

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)