Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x

This commit is contained in:
Joakim Erdfelt 2020-09-29 11:24:28 -05:00
commit ad2446dd6c
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
86 changed files with 82 additions and 133 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="stylesheet.css"/> <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
</HEAD> </HEAD>
<BODY> <BODY>
<A HREF="http://www.eclipse.org/jetty"><IMG SRC="images/jetty_banner.gif"></A> <A HREF="https://www.eclipse.org/jetty"><IMG SRC="images/jetty_banner.gif"></A>
<br/> <br/>
<b><a href="http://localhost:8080/">Demo Home</a></b> <b><a href="http://localhost:8080/">Demo Home</a></b>
<hr/> <hr/>
@ -32,11 +32,13 @@ href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/te
</P> </P>
<big><b><A HREF="auth.html">LOGIN</A></b></big> <big><b><A HREF="auth.html">LOGIN</A></b></big>
<p> <p>
This demo uses a simple login module that stores its configuration in a properties file. There are other types of login module provided with the jetty distro. For full information, please refer to the <a href="http://www.eclipse.org/jetty/documentation/current/">Jetty 9 documentation</a>. This demo uses a simple login module that stores its configuration in a properties file. There are other types of login
module provided with the jetty distro. For full information, please refer to the
<a href="https://www.eclipse.org/jetty/documentation/current/">Jetty 9 documentation</a>.
</p> </p>
<hr/> <hr/>
<center> <a href="http://www.eclipse.org/jetty"><img style="border:0" src="images/small_powered_by.gif"/></a></center> <center><a href="https://www.eclipse.org/jetty"><img style="border:0" src="images/small_powered_by.gif"/></a></center>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -9,7 +9,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>demo-jetty-webapp</artifactId> <artifactId>demo-jetty-webapp</artifactId>
<name>Demo :: Jetty Test Webapp</name> <name>Demo :: Jetty Test Webapp</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>

View File

@ -10,7 +10,7 @@
</style> </style>
</HEAD> </HEAD>
<BODY> <BODY>
<A HREF="http://www.eclipse.org/jetty"><IMG SRC="jetty_banner.gif"></A> <A HREF="https://www.eclipse.org/jetty"><IMG SRC="jetty_banner.gif"></A>
<br/> <br/>
<b><a href="http://localhost:8080/">Demo Home</a></b> <b><a href="http://localhost:8080/">Demo Home</a></b>
<hr/> <hr/>
@ -56,17 +56,17 @@ It is configured as a jetty base directory in $JETTY_HOME/demo_base.
</td></tr></table> </td></tr></table>
<h2>Useful links:</h2> <h2>Useful links:</h2>
<ul> <ul>
<li><a <li><a
href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-jetty-webapp">Source href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-jetty-webapp">Source
tree of this webapp</a></li> tree of this webapp</a></li>
<li><a href="http://www.eclipse.org/jetty">Jetty project home</a></li> <li><a href="https://www.eclipse.org/jetty">Jetty project home</a></li>
<li><a href="http://www.eclipse.org/jetty/documentation/current/">Documentation</a></li> <li><a href="https://www.eclipse.org/jetty/documentation/current/">Documentation</a></li>
<li><a href="http://www.webtide.com">Commercial Support</a></li> <li><a href="http://www.webtide.com">Commercial Support</a></li>
</ul> </ul>
</p> </p>
<hr/> <hr/>
<center> <a href="http://www.eclipse.org/jetty"><img style="border:0" src="small_powered_by.gif"/></a></center> <center><a href="https://www.eclipse.org/jetty"><img style="border:0" src="small_powered_by.gif"/></a></center>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -5,14 +5,14 @@
<META http-equiv="Cache-Control" content="no-cache,no-store"> <META http-equiv="Cache-Control" content="no-cache,no-store">
</HEAD> </HEAD>
<BODY> <BODY>
<A HREF="http://www.eclipse.org/jetty"><IMG SRC="jetty_banner.gif"></A> <A HREF="https://www.eclipse.org/jetty/"><IMG SRC="jetty_banner.gif"></A>
<h1>Welcome to Jetty - REMOTE ACCESS!!</h1> <h1>Welcome to Jetty 10 - REMOTE ACCESS!!</h1>
<p> <p>
This is the Test webapp for the Jetty HTTP Server and Servlet Container. This is the Test webapp for the Jetty HTTP Server and Servlet Container.
For more information about Jetty, please visit our For more information about Jetty, please visit our
<a href="http://www.eclipse.org/jetty">website</a> <a href="https://www.eclipse.org/jetty/">website</a>
or <a href="http://www.eclipse.org/jetty/documentation/current/">documentation</a>. or <a href="https://www.eclipse.org/jetty/documentation/current/">documentation</a>.
Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>. Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>.
</p> </p>
<p> <p>
This test context serves several demo filters and servlets This test context serves several demo filters and servlets

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="stylesheet.css"/> <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
</HEAD> </HEAD>
<BODY> <BODY>
<A HREF="http://www.eclipse.org/jetty"><IMG SRC="images/jetty_banner.gif"></A> <A HREF="https://www.eclipse.org/jetty"><IMG SRC="images/jetty_banner.gif"></A>
<br/> <br/>
<b><a href="http://localhost:8080/">Demo Home</a></b> <b><a href="http://localhost:8080/">Demo Home</a></b>
<hr/> <hr/>
@ -41,7 +41,7 @@ Click <code>Test</code> to check the runtime lookup of the JNDI resources.
<hr/> <hr/>
<center> <a href="http://www.eclipse.org/jetty"><img style="border:0" src="images/small_powered_by.gif"/></a> </center> <center><a href="https://www.eclipse.org/jetty/"><img style="border:0" src="images/small_powered_by.gif"/></a></center>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="stylesheet.css"/> <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
</HEAD> </HEAD>
<BODY > <BODY >
<A HREF="http://www.eclipse.org/jetty"><IMG SRC="images/jetty_banner.gif"></A> <A HREF="https://www.eclipse.org/jetty/"><IMG SRC="images/jetty_banner.gif"></A>
<br/> <br/>
<b><a href="http://localhost:8080/">Demo Home</a></b> <b><a href="http://localhost:8080/">Demo Home</a></b>
<hr/> <hr/>
@ -76,7 +76,7 @@ Test of the annotation:
<div style="text-align: center;"> <div style="text-align: center;">
<hr/> <hr/>
<a href="http://www.eclipse.org/jetty"><img style="border:0" src="images/small_powered_by.gif"/></a> <a href="https://www.eclipse.org/jetty/"><img style="border:0" src="images/small_powered_by.gif"/></a>
</div> </div>
</BODY> </BODY>

View File

@ -8,7 +8,6 @@
<artifactId>demos-jetty-embedded</artifactId> <artifactId>demos-jetty-embedded</artifactId>
<name>Demos :: Jetty Embedded</name> <name>Demos :: Jetty Embedded</name>
<description>Jetty Embedded Demos</description> <description>Jetty Embedded Demos</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.embedded</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.embedded</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-annotations</artifactId> <artifactId>jetty-annotations</artifactId>
<name>Jetty :: Servlet Annotations</name> <name>Jetty :: Servlet Annotations</name>
<description>Annotation support for deploying servlets in jetty.</description> <description>Annotation support for deploying servlets in jetty.</description>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.annotations</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.annotations</bundle-symbolic-name>
</properties> </properties>

View File

@ -3,7 +3,7 @@
<artifactId>jetty-bom</artifactId> <artifactId>jetty-bom</artifactId>
<name>Jetty :: Bom</name> <name>Jetty :: Bom</name>
<description>Jetty BOM artifact</description> <description>Jetty BOM artifact</description>
<url>http://www.eclipse.org/jetty</url> <url>https://eclipse.org/jetty</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>

View File

@ -8,7 +8,6 @@
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-cdi</artifactId> <artifactId>jetty-cdi</artifactId>
<name>Jetty :: CDI</name> <name>Jetty :: CDI</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.cdi</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.cdi</bundle-symbolic-name>

View File

@ -8,8 +8,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-client</artifactId> <artifactId>jetty-client</artifactId>
<name>Jetty :: Asynchronous HTTP Client</name> <name>Jetty :: Asynchronous HTTP Client</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
<jetty.test.policy.loc>target/test-policy</jetty.test.policy.loc> <jetty.test.policy.loc>target/test-policy</jetty.test.policy.loc>

View File

@ -30,16 +30,16 @@ We have a number of options for people that wish to subscribe to our mailing lis
* Jetty Developers List * Jetty Developers List
** Join - https://dev.eclipse.org/mailman/listinfo/jetty-dev ** Join - https://dev.eclipse.org/mailman/listinfo/jetty-dev
** Archives - http://dev.eclipse.org/mhonarc/lists/jetty-dev/ ** Archives - https://dev.eclipse.org/mhonarc/lists/jetty-dev/
* Jetty Users List * Jetty Users List
** Join - https://dev.eclipse.org/mailman/listinfo/jetty-users ** Join - https://dev.eclipse.org/mailman/listinfo/jetty-users
** Archives - http://dev.eclipse.org/mhonarc/lists/jetty-users/ ** Archives - https://dev.eclipse.org/mhonarc/lists/jetty-users/
* Jetty Announcements List * Jetty Announcements List
** Join - https://dev.eclipse.org/mailman/listinfo/jetty-announce ** Join - https://dev.eclipse.org/mailman/listinfo/jetty-announce
** Archives - http://dev.eclipse.org/mhonarc/lists/jetty-announce/ ** Archives - https://dev.eclipse.org/mhonarc/lists/jetty-announce/
* Jetty Commit List * Jetty Commit List
** Join - https://dev.eclipse.org/mailman/listinfo/jetty-commit ** Join - https://dev.eclipse.org/mailman/listinfo/jetty-commit
** Archives - http://dev.eclipse.org/mhonarc/lists/jetty-commit/ ** Archives - https://dev.eclipse.org/mhonarc/lists/jetty-commit/
[[community-irc]] [[community-irc]]
==== Internet Relay Chat - IRC ==== Internet Relay Chat - IRC
@ -48,5 +48,5 @@ Much of our conversations about Jetty occur on IRC in one location or another.
Users are always welcome to come join our IRC channels and talk with us, other users, or just lurk. Users are always welcome to come join our IRC channels and talk with us, other users, or just lurk.
irc.freenode.org - #jetty:: irc.freenode.org - #jetty::
Our primary location, we recommend that if your looking to find folks on IRC you try here. Our primary location, we recommend that if your looking to find folks on IRC you try here.
We also have commit notifications coming to this channel on the bottom and top of the hour. We also have commit notifications coming to this channel on the bottom and top of the hour.

View File

@ -230,28 +230,28 @@ These files will then be visible from http://download.eclipse.org/jetty/updates/
[[releasing-documentation]] [[releasing-documentation]]
==== Release Documentation ==== Release Documentation
There are two git repositories you need to be aware of for releasing jetty-documentation. The jetty-documentation is located in our github repository and the jetty-website is located at eclipse. There are two git repositories you need to be aware of for releasing jetty-documentation.The jetty-documentation is located in our github repository and the jetty-website is located at eclipse.
jetty-documentation:: jetty-documentation::
https://github.com/jetty-project/jetty-documentation https://github.com/jetty-project/jetty-documentation
jetty-website:: jetty-website::
http://git.eclipse.org/c/www.eclipse.org/jetty.git http://git.eclipse.org/c/www.eclipse.org/jetty.git
Do the following steps to publish documentation for the release: Do the following steps to publish documentation for the release:
1. Checkout the jetty-documentation repository. 1. Checkout the jetty-documentation repository.
2. Edit the <version> of the jetty-documentation pom.xml and change it _locally_ to be the release number, eg 9.2.6.v20141205 2. Edit the <version> of the jetty-documentation pom.xml and change it _locally_ to be the release number, eg 9.2.6.v20141205
3. Build the documentation with mvn clean install 3. Build the documentation with mvn clean install
4. Checkout the jetty-website 4. Checkout the jetty-website
5. Inside the documentation/ directory, make a directory named the same as the release number, eg 9.2.6.v20141205/ 5. Inside the documentation/ directory, make a directory named the same as the release number, eg 9.2.6.v20141205/
6. Copy the built `documentation` from jetty-documentation/target/docbkx/html/jetty into the new directory 6. Copy the built `documentation` from jetty-documentation/target/docbkx/html/jetty into the new directory
7. Edit the `index.html` file in the `documentation` directory and add the newly released documentation url. 7. Edit the `index.html` file in the `documentation` directory and add the newly released documentation url.
Make sure you follow the other examples and include the `rel="nofollow"` attribute on the link so that search engines do not crawl newly created documentation, otherwise we are subject to duplicate content penalties in SEO. Make sure you follow the other examples and include the `rel="nofollow"` attribute on the link so that search engines do not crawl newly created documentation, otherwise we are subject to duplicate content penalties in SEO.
8. Commit the changes to the jetty-website project 8. Commit the changes to the jetty-website project
____ ____
[NOTE] [NOTE]
There is a separate Jenkins build job that publishes documentation to http://www.eclipse.org/jetty/documentation/current triggered by a push of changed files to the jetty-documentation project. There is a separate Jenkins build job that publishes documentation to https://www.eclipse.org/jetty/documentation/current triggered by a push of changed files to the jetty-documentation project.
If you commit your change to the <version> number from step 2, then these builds will use the same release version number. If you commit your change to the <version> number from step 2, then these builds will use the same release version number.
It is preferable if you _don't_ commit that version number change, or better yet, ensure that it is set to the next -SNAPSHOT version number for your jetty major release number. It is preferable if you _don't_ commit that version number change, or better yet, ensure that it is set to the next -SNAPSHOT version number for your jetty major release number.
____ ____

View File

@ -25,11 +25,11 @@ Jetty has no GUI (Graphical User Interface), so running the server and performin
Once you have access to your system's command line, navigate to the directory where you unpacked your copy of the Jetty distribution. Once you have access to your system's command line, navigate to the directory where you unpacked your copy of the Jetty distribution.
To start Jetty on the default port of 8080, run the following command: To start Jetty on the default port of 8080, run the following command:
[source, screen, subs="{sub-order}"] [source,screen,subs="{sub-order}"]
---- ----
$ java -jar start.jar $ java -jar start.jar
2017-09-20 15:45:11.986:INFO::main: Logging initialized @683ms to org.eclipse.jetty.util.log.StdErrLog 2017-09-20 15:45:11.986:INFO::main: Logging initialized @683ms to org.eclipse.jetty.util.log.StdErrLog
2017-09-20 15:45:12.197:WARN:oejs.HomeBaseWarning:main: This instance of Jetty is not running from a separate {jetty.base} directory, this is not recommended. See documentation at http://www.eclipse.org/jetty/documentation/current/startup.html 2017-09-20 15:45:12.197:WARN:oejs.HomeBaseWarning:main: This instance of Jetty is not running from a separate {jetty.base} directory, this is not recommended. See documentation at https://www.eclipse.org/jetty/documentation/current/startup.html
2017-09-20 15:45:12.243:INFO:oejs.Server:main: {VERSION} 2017-09-20 15:45:12.243:INFO:oejs.Server:main: {VERSION}
2017-09-20 15:45:12.266:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///installs/repository/jetty/webapps/] at interval 1 2017-09-20 15:45:12.266:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///installs/repository/jetty/webapps/] at interval 1
2017-09-20 15:45:12.298:INFO:oejs.AbstractConnector:main: Started ServerConnector@39c0f4a{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} 2017-09-20 15:45:12.298:INFO:oejs.AbstractConnector:main: Started ServerConnector@39c0f4a{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}

View File

@ -1,7 +1,7 @@
/* /*
* GraphViz Graph of Jetty Modules * GraphViz Graph of Jetty Modules
* *
* Jetty: http://eclipse.org/jetty/ * Jetty: https://eclipse.org/jetty/
* GraphViz: http://graphviz.org/ * GraphViz: http://graphviz.org/
* *
* To Generate Graph image using graphviz: * To Generate Graph image using graphviz:

View File

@ -16,13 +16,14 @@
<h1>Welcome to Jetty 10</h1> <h1>Welcome to Jetty 10</h1>
<p> <p>
The Jetty project is a 100% Java <a The Jetty project is a 100% Java <a
href="http://en.wikipedia.org/wiki/Java_Servlet">Servlet</a> href="http://en.wikipedia.org/wiki/Java_Servlet">Servlet</a>
Container which supports asynchronous server and client Container which supports asynchronous server and client
implementations of the <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>, implementations of the <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>,
<a href="http://en.wikipedia.org/wiki/WebSocket">Websocket</a> and <a <a href="http://en.wikipedia.org/wiki/WebSocket">Websocket</a> and <a
href="http://en.wikipedia.org/wiki/HTTP/2">HTTP/2</a> protocols. The href="http://en.wikipedia.org/wiki/HTTP/2">HTTP/2</a> protocols. The
project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> and hosted by the <a href="http://www.eclipse.org">Eclipse Foundation</a> at <a href="http://www.eclipse.org/jetty/">http://www.eclipse.org/jetty</a>. project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> and hosted by the
<a href="http://www.eclipse.org">Eclipse Foundation</a> at <a href="https://www.eclipse.org/jetty/">https://www.eclipse.org/jetty/</a>.
</p> </p>
</div> </div>

View File

@ -7,7 +7,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http-spi</artifactId> <artifactId>jetty-http-spi</artifactId>
<name>Jetty :: Http Service Provider Interface</name> <name>Jetty :: Http Service Provider Interface</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.http.spi</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.http.spi</bundle-symbolic-name>
</properties> </properties>

View File

@ -7,7 +7,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>infinispan-common</artifactId> <artifactId>infinispan-common</artifactId>
<name>Jetty :: Infinispan Session Manager Common</name> <name>Jetty :: Infinispan Session Manager Common</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.infinispan.common</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.infinispan.common</bundle-symbolic-name>
</properties> </properties>

View File

@ -7,7 +7,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>infinispan-embedded-query</artifactId> <artifactId>infinispan-embedded-query</artifactId>
<name>Jetty :: Infinispan Session Manager Embedded with Querying</name> <name>Jetty :: Infinispan Session Manager Embedded with Querying</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.infinispan.embedded.query</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.infinispan.embedded.query</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>infinispan-embedded</artifactId> <artifactId>infinispan-embedded</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Jetty :: Infinispan Session Manager Embedded</name> <name>Jetty :: Infinispan Session Manager Embedded</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.infinispan.embedded</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.infinispan.embedded</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>infinispan-remote</artifactId> <artifactId>infinispan-remote</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Jetty :: Infinispan Session Manager Remote</name> <name>Jetty :: Infinispan Session Manager Remote</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.infinispan.remote</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.infinispan.remote</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-io</artifactId> <artifactId>jetty-io</artifactId>
<name>Jetty :: IO Utility</name> <name>Jetty :: IO Utility</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>jetty-jmx</artifactId> <artifactId>jetty-jmx</artifactId>
<name>Jetty :: JMX Management</name> <name>Jetty :: JMX Management</name>
<description>JMX management artifact for jetty.</description> <description>JMX management artifact for jetty.</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-jndi</artifactId> <artifactId>jetty-jndi</artifactId>
<name>Jetty :: JNDI Naming</name> <name>Jetty :: JNDI Naming</name>
<description>JNDI spi impl for java namespace.</description> <description>JNDI spi impl for java namespace.</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.jndi</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.jndi</bundle-symbolic-name>

View File

@ -7,7 +7,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-nosql</artifactId> <artifactId>jetty-nosql</artifactId>
<name>Jetty :: NoSQL Session Managers</name> <name>Jetty :: NoSQL Session Managers</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.nosql</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.nosql</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-openid</artifactId> <artifactId>jetty-openid</artifactId>
<name>Jetty :: OpenID</name> <name>Jetty :: OpenID</name>
<description>Jetty OpenID Connect infrastructure</description> <description>Jetty OpenID Connect infrastructure</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.openid</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.openid</bundle-symbolic-name>

View File

@ -8,7 +8,6 @@
<artifactId>jetty-osgi-boot-jsp</artifactId> <artifactId>jetty-osgi-boot-jsp</artifactId>
<name>Jetty :: OSGi :: Boot JSP</name> <name>Jetty :: OSGi :: Boot JSP</name>
<description>Jetty OSGi Boot JSP bundle</description> <description>Jetty OSGi Boot JSP bundle</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.boot.jsp</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.boot.jsp</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-osgi-boot-warurl</artifactId> <artifactId>jetty-osgi-boot-warurl</artifactId>
<name>Jetty :: OSGi :: Boot :: Warurl</name> <name>Jetty :: OSGi :: Boot :: Warurl</name>
<description>Jetty OSGi Boot-Warurl bundle</description> <description>Jetty OSGi Boot-Warurl bundle</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.boot.warurl</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.boot.warurl</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>jetty-osgi-boot</artifactId> <artifactId>jetty-osgi-boot</artifactId>
<name>Jetty :: OSGi :: Boot</name> <name>Jetty :: OSGi :: Boot</name>
<description>Jetty OSGi Boot bundle</description> <description>Jetty OSGi Boot bundle</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.boot</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.boot</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>jetty-httpservice</artifactId> <artifactId>jetty-httpservice</artifactId>
<name>Jetty :: OSGi :: HttpService</name> <name>Jetty :: OSGi :: HttpService</name>
<description>Jetty OSGi HttpService bundle</description> <description>Jetty OSGi HttpService bundle</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.httpservice</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.httpservice</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
<groupId>org.eclipse.jetty.osgi</groupId> <groupId>org.eclipse.jetty.osgi</groupId>
<artifactId>jetty-osgi-project</artifactId> <artifactId>jetty-osgi-project</artifactId>
<name>Jetty :: OSGi</name> <name>Jetty :: OSGi</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>

View File

@ -8,7 +8,6 @@
<artifactId>test-jetty-osgi-context</artifactId> <artifactId>test-jetty-osgi-context</artifactId>
<name>Jetty :: OSGi :: Test Context</name> <name>Jetty :: OSGi :: Test Context</name>
<description>Test Jetty OSGi bundle with a ContextHandler</description> <description>Test Jetty OSGi bundle with a ContextHandler</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.testcontext</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.testcontext</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
<artifactId>test-jetty-osgi-fragment</artifactId> <artifactId>test-jetty-osgi-fragment</artifactId>
<name>Jetty :: OSGi :: WebApp Fragment</name> <name>Jetty :: OSGi :: WebApp Fragment</name>
<description>Test Jetty OSGi Webapp Fragment bundle</description> <description>Test Jetty OSGi Webapp Fragment bundle</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.webapp.fragment</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.webapp.fragment</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>test-jetty-osgi-server</artifactId> <artifactId>test-jetty-osgi-server</artifactId>
<name>Jetty :: OSGi :: Server</name> <name>Jetty :: OSGi :: Server</name>
<description>Test Jetty OSGi bundle with a Server</description> <description>Test Jetty OSGi bundle with a Server</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.testserver</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.testserver</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>test-jetty-osgi-webapp-resources</artifactId> <artifactId>test-jetty-osgi-webapp-resources</artifactId>
<name>OSGi Test :: Webapp With Resources</name> <name>OSGi Test :: Webapp With Resources</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.webapp.resources</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.webapp.resources</bundle-symbolic-name>

View File

@ -9,7 +9,6 @@
<artifactId>test-jetty-osgi-webapp</artifactId> <artifactId>test-jetty-osgi-webapp</artifactId>
<name>Jetty :: OSGi :: Test WebApp</name> <name>Jetty :: OSGi :: Test WebApp</name>
<description>Test Jetty OSGi Webapp bundle</description> <description>Test Jetty OSGi Webapp bundle</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,10 +9,9 @@
<artifactId>test-jetty-osgi</artifactId> <artifactId>test-jetty-osgi</artifactId>
<name>Jetty :: OSGi :: Test</name> <name>Jetty :: OSGi :: Test</name>
<description>Jetty OSGi Integration test</description> <description>Jetty OSGi Integration test</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.boot.test.osgi</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.boot.test.osgi</bundle-symbolic-name>
<jetty-orbit-url>http://download.eclipse.org/jetty/orbit/</jetty-orbit-url> <jetty-orbit-url>https://download.eclipse.org/jetty/orbit/</jetty-orbit-url>
<assembly-directory>target/distribution</assembly-directory> <assembly-directory>target/distribution</assembly-directory>
<pax.exam.version>4.13.1</pax.exam.version> <pax.exam.version>4.13.1</pax.exam.version>
<pax.url.version>2.6.1</pax.url.version> <pax.url.version>2.6.1</pax.url.version>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-plus</artifactId> <artifactId>jetty-plus</artifactId>
<name>Jetty :: Plus</name> <name>Jetty :: Plus</name>
<description>Jetty JavaEE style services</description> <description>Jetty JavaEE style services</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.plus</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.plus</bundle-symbolic-name>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-security</artifactId> <artifactId>jetty-security</artifactId>
<name>Jetty :: Security</name> <name>Jetty :: Security</name>
<description>Jetty security infrastructure</description> <description>Jetty security infrastructure</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.security</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.security</bundle-symbolic-name>

View File

@ -9,7 +9,6 @@
<artifactId>jetty-server</artifactId> <artifactId>jetty-server</artifactId>
<name>Jetty :: Server Core</name> <name>Jetty :: Server Core</name>
<description>The core jetty server artifact.</description> <description>The core jetty server artifact.</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>

View File

@ -72,7 +72,7 @@ etc/jetty-ssl-context.xml
### SslContextFactory Configuration ### SslContextFactory Configuration
## Note that OBF passwords are not secure, just protected from casual observation ## Note that OBF passwords are not secure, just protected from casual observation
## See http://www.eclipse.org/jetty/documentation/current/configuring-security-secure-passwords.html ## See https://eclipse.org/jetty/documentation/current/configuring-security-secure-passwords.html
## Whether SNI is required for all secure connections. Rejections are in TLS handshakes. ## Whether SNI is required for all secure connections. Rejections are in TLS handshakes.
# jetty.sslContext.sniRequired=false # jetty.sslContext.sniRequired=false

View File

@ -68,7 +68,7 @@ public class HomeBaseWarning
{ {
StringBuilder warn = new StringBuilder(); StringBuilder warn = new StringBuilder();
warn.append("This instance of Jetty is not running from a separate {jetty.base} directory"); warn.append("This instance of Jetty is not running from a separate {jetty.base} directory");
warn.append(", this is not recommended. See documentation at http://www.eclipse.org/jetty/documentation/current/startup.html"); warn.append(", this is not recommended. See documentation at https://www.eclipse.org/jetty/documentation/current/startup.html");
LOG.warn("{}", warn.toString()); LOG.warn("{}", warn.toString());
} }
} }

View File

@ -387,7 +387,10 @@ public class Server extends HandlerWrapper implements Attributes
LOG.info("jetty-{}; built: {}; git: {}; jvm {}", getVersion(), timestamp, gitHash, System.getProperty("java.runtime.version", System.getProperty("java.version"))); LOG.info("jetty-{}; built: {}; git: {}; jvm {}", getVersion(), timestamp, gitHash, System.getProperty("java.runtime.version", System.getProperty("java.version")));
if (!Jetty.STABLE) if (!Jetty.STABLE)
{
LOG.warn("THIS IS NOT A STABLE RELEASE! DO NOT USE IN PRODUCTION!"); LOG.warn("THIS IS NOT A STABLE RELEASE! DO NOT USE IN PRODUCTION!");
LOG.warn("Download a stable release from https://download.eclipse.org/jetty/");
}
HttpGenerator.setJettyVersion(HttpConfiguration.SERVER_VERSION); HttpGenerator.setJettyVersion(HttpConfiguration.SERVER_VERSION);

View File

@ -188,8 +188,8 @@ public class DefaultHandler extends AbstractHandler
} }
writer.append("</tbody></table><hr/>\n"); writer.append("</tbody></table><hr/>\n");
writer.append("<a href=\"http://eclipse.org/jetty\"><img alt=\"icon\" src=\"/favicon.ico\"/></a>&nbsp;"); writer.append("<a href=\"https://eclipse.org/jetty\"><img alt=\"icon\" src=\"/favicon.ico\"/></a>&nbsp;");
writer.append("<a href=\"http://eclipse.org/jetty\">Powered by Eclipse Jetty:// Server</a><hr/>\n"); writer.append("<a href=\"https://eclipse.org/jetty\">Powered by Eclipse Jetty:// Server</a><hr/>\n");
writer.append("</body>\n</html>\n"); writer.append("</body>\n</html>\n");
writer.flush(); writer.flush();
byte[] content = outputStream.toByteArray(); byte[] content = outputStream.toByteArray();

View File

@ -10,7 +10,6 @@
<artifactId>jetty-servlet</artifactId> <artifactId>jetty-servlet</artifactId>
<name>Jetty :: Servlet Handling</name> <name>Jetty :: Servlet Handling</name>
<description>Jetty Servlet Container</description> <description>Jetty Servlet Container</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.servlet</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.servlet</bundle-symbolic-name>

View File

@ -10,7 +10,6 @@
<artifactId>jetty-servlets</artifactId> <artifactId>jetty-servlets</artifactId>
<name>Jetty :: Utility Servlets and Filters</name> <name>Jetty :: Utility Servlets and Filters</name>
<description>Utility Servlets from Jetty</description> <description>Utility Servlets from Jetty</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.servlets</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.servlets</bundle-symbolic-name>

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletLengthStreamTypeWrite extends AbstractFileContentServlet public class BlockingServletLengthStreamTypeWrite extends AbstractFileContentServlet

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletLengthTypeStreamWrite extends AbstractFileContentServlet public class BlockingServletLengthTypeStreamWrite extends AbstractFileContentServlet

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletStreamLengthTypeWrite extends AbstractFileContentServlet public class BlockingServletStreamLengthTypeWrite extends AbstractFileContentServlet

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write and flush * 4) write and flush
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletStreamLengthTypeWriteWithFlush extends AbstractFileContentServlet public class BlockingServletStreamLengthTypeWriteWithFlush extends AbstractFileContentServlet

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletStreamTypeLengthWrite extends AbstractFileContentServlet public class BlockingServletStreamTypeLengthWrite extends AbstractFileContentServlet

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletTypeLengthStreamWrite extends AbstractFileContentServlet public class BlockingServletTypeLengthStreamWrite extends AbstractFileContentServlet

View File

@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class BlockingServletTypeStreamLengthWrite extends AbstractFileContentServlet public class BlockingServletTypeStreamLengthWrite extends AbstractFileContentServlet

View File

@ -41,7 +41,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
* 4) write * 4) write
* </pre> * </pre>
* *
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a> * @see <a href="Eclipse Bug 354014">https://bugs.eclipse.org/354014</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class HttpOutputWriteFileContentServlet extends AbstractFileContentServlet public class HttpOutputWriteFileContentServlet extends AbstractFileContentServlet

View File

@ -11,6 +11,6 @@ server
lib/spring/*.jar lib/spring/*.jar
[ini-template] [ini-template]
## See http://www.eclipse.org/jetty/documentation/current/frameworks.html#framework-jetty-spring ## See https://eclipse.org/jetty/documentation/current/frameworks.html#framework-jetty-spring
## for information on how to complete spring configuration ## for information on how to complete spring configuration

View File

@ -8,7 +8,6 @@
<artifactId>jetty-start</artifactId> <artifactId>jetty-start</artifactId>
<name>Jetty :: Start</name> <name>Jetty :: Start</name>
<description>The start utility</description> <description>The start utility</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.start</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.start</bundle-symbolic-name>
</properties> </properties>

View File

@ -120,7 +120,7 @@ public class ModuleGraphWriter
out.println("/*"); out.println("/*");
out.println(" * GraphViz Graph of Jetty Modules"); out.println(" * GraphViz Graph of Jetty Modules");
out.println(" * "); out.println(" * ");
out.println(" * Jetty: http://eclipse.org/jetty/"); out.println(" * Jetty: https://eclipse.org/jetty/");
out.println(" * GraphViz: http://graphviz.org/"); out.println(" * GraphViz: http://graphviz.org/");
out.println(" * "); out.println(" * ");
out.println(" * To Generate Graph image using graphviz:"); out.println(" * To Generate Graph image using graphviz:");

View File

@ -74,7 +74,7 @@ Debug and Start Logging:
--debug Enable debug output of the startup procedure. --debug Enable debug output of the startup procedure.
Note: this does not setup debug for Jetty itself. Note: this does not setup debug for Jetty itself.
If you want debug for Jetty, configure your logging. If you want debug for Jetty, configure your logging.
http://www.eclipse.org/jetty/documentation/ https://www.eclipse.org/jetty/documentation/
--start-log-file=<filename> --start-log-file=<filename>
A filename, relative to ${jetty.base}, where all startup A filename, relative to ${jetty.base}, where all startup
@ -270,4 +270,4 @@ Defaults:
5) <jetty-dir>/start.d/*.ini 5) <jetty-dir>/start.d/*.ini
For more information on startup, see the online documentation at For more information on startup, see the online documentation at
http://www.eclipse.org/jetty/documentation/ https://www.eclipse.org/jetty/documentation/

View File

@ -70,7 +70,7 @@ public class MavenLocalRepoFileInitializerTest
public void testGetCoordinateNotMaven() public void testGetCoordinateNotMaven()
{ {
MavenLocalRepoFileInitializer repo = new MavenLocalRepoFileInitializer(baseHome); MavenLocalRepoFileInitializer repo = new MavenLocalRepoFileInitializer(baseHome);
String ref = "http://www.eclipse.org/jetty"; String ref = "https://www.eclipse.org/jetty/";
Coordinates coords = repo.getCoordinates(URI.create(ref)); Coordinates coords = repo.getCoordinates(URI.create(ref));
assertThat("Coords", coords, nullValue()); assertThat("Coords", coords, nullValue());
} }

View File

@ -8,7 +8,6 @@
<artifactId>jetty-util-ajax</artifactId> <artifactId>jetty-util-ajax</artifactId>
<name>Jetty :: Utilities :: Ajax(JSON)</name> <name>Jetty :: Utilities :: Ajax(JSON)</name>
<description>JSON/Ajax Utility classes for Jetty</description> <description>JSON/Ajax Utility classes for Jetty</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.util.ajax</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.util.ajax</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
<artifactId>jetty-util</artifactId> <artifactId>jetty-util</artifactId>
<name>Jetty :: Utilities</name> <name>Jetty :: Utilities</name>
<description>Utility classes for Jetty</description> <description>Utility classes for Jetty</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.util</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.util</bundle-symbolic-name>
</properties> </properties>

View File

@ -72,7 +72,7 @@ public class Jetty
else else
VERSION = System.getProperty("jetty.version", __buildProperties.getProperty("version", "10.0.z-SNAPSHOT")); VERSION = System.getProperty("jetty.version", __buildProperties.getProperty("version", "10.0.z-SNAPSHOT"));
POWERED_BY = "<a href=\"http://eclipse.org/jetty\">Powered by Jetty:// " + VERSION + "</a>"; POWERED_BY = "<a href=\"https://eclipse.org/jetty\">Powered by Jetty:// " + VERSION + "</a>";
// Show warning when RC# or M# is in version string // Show warning when RC# or M# is in version string
STABLE = !VERSION.matches("^.*\\.(RC|M)[0-9]+$"); STABLE = !VERSION.matches("^.*\\.(RC|M)[0-9]+$");

View File

@ -1501,12 +1501,12 @@ public class LazyListTest
uris.add(URI.create("http://www.mortbay.org/")); uris.add(URI.create("http://www.mortbay.org/"));
uris.add(URI.create("http://jetty.codehaus.org/jetty/")); uris.add(URI.create("http://jetty.codehaus.org/jetty/"));
uris.add(URI.create("http://www.intalio.com/jetty/")); uris.add(URI.create("http://www.intalio.com/jetty/"));
uris.add(URI.create("http://www.eclipse.org/jetty/")); uris.add(URI.create("https://www.eclipse.org/jetty/"));
// Make sure that Generics pass through the 'get' routine safely. // Make sure that Generics pass through the 'get' routine safely.
// We should be able to call this without casting the result to URI // We should be able to call this without casting the result to URI
URI eclipseUri = LazyList.get(uris, 3); URI eclipseUri = LazyList.get(uris, 3);
assertEquals("http://www.eclipse.org/jetty/", eclipseUri.toASCIIString()); assertEquals("https://www.eclipse.org/jetty/", eclipseUri.toASCIIString());
} }
/** /**

View File

@ -224,7 +224,7 @@ public class FileSystemResourceTest
public void testNotFileURI(Class<PathResource> resourceClass) public void testNotFileURI(Class<PathResource> resourceClass)
{ {
assertThrows(IllegalArgumentException.class, assertThrows(IllegalArgumentException.class,
() -> newResource(resourceClass, new URI("http://www.eclipse.org/jetty/"))); () -> newResource(resourceClass, new URI("https://www.eclipse.org/jetty/")));
} }
@ParameterizedTest @ParameterizedTest

View File

@ -9,7 +9,6 @@
<artifactId>jetty-webapp</artifactId> <artifactId>jetty-webapp</artifactId>
<name>Jetty :: Webapp Application Support</name> <name>Jetty :: Webapp Application Support</name>
<description>Jetty web application support</description> <description>Jetty web application support</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>

View File

@ -11,8 +11,6 @@
<artifactId>websocket-parent</artifactId> <artifactId>websocket-parent</artifactId>
<name>Jetty :: Websocket :: Parent</name> <name>Jetty :: Websocket :: Parent</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<url>http://www.eclipse.org/jetty</url>
<modules> <modules>
<!-- WebSocket Core Implementation --> <!-- WebSocket Core Implementation -->
<module>websocket-core-common</module> <module>websocket-core-common</module>
@ -34,7 +32,6 @@
<module>websocket-util</module> <module>websocket-util</module>
<module>websocket-util-server</module> <module>websocket-util-server</module>
</modules> </modules>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -8,7 +8,6 @@
<artifactId>jetty-xml</artifactId> <artifactId>jetty-xml</artifactId>
<name>Jetty :: XML utilities</name> <name>Jetty :: XML utilities</name>
<description>The jetty xml utilities.</description> <description>The jetty xml utilities.</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.xml</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.xml</bundle-symbolic-name>
</properties> </properties>

View File

@ -1897,6 +1897,7 @@ public class XmlConfiguration
redirectEntity("http://jetty.mortbay.org/configure.dtd", config93); redirectEntity("http://jetty.mortbay.org/configure.dtd", config93);
redirectEntity("http://jetty.mortbay.org/configure_9_3.dtd", config93); redirectEntity("http://jetty.mortbay.org/configure_9_3.dtd", config93);
redirectEntity("http://jetty.eclipse.org/configure.dtd", config93); redirectEntity("http://jetty.eclipse.org/configure.dtd", config93);
redirectEntity("https://jetty.eclipse.org/configure.dtd", config93);
redirectEntity("http://www.eclipse.org/jetty/configure.dtd", config93); redirectEntity("http://www.eclipse.org/jetty/configure.dtd", config93);
redirectEntity("https://www.eclipse.org/jetty/configure.dtd", config93); redirectEntity("https://www.eclipse.org/jetty/configure.dtd", config93);
redirectEntity("http://www.eclipse.org/jetty/configure_9_3.dtd", config93); redirectEntity("http://www.eclipse.org/jetty/configure_9_3.dtd", config93);

View File

@ -15,7 +15,7 @@
<compiler.source>11</compiler.source> <compiler.source>11</compiler.source>
<compiler.target>11</compiler.target> <compiler.target>11</compiler.target>
<compiler.release>11</compiler.release> <compiler.release>11</compiler.release>
<jetty.url>http://www.eclipse.org/jetty</jetty.url> <jetty.url>https://www.eclipse.org/jetty/</jetty.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<build-support.version>1.4</build-support.version> <build-support.version>1.4</build-support.version>
<checkstyle.version>8.29</checkstyle.version> <checkstyle.version>8.29</checkstyle.version>

View File

@ -10,7 +10,6 @@
<groupId>org.eclipse.jetty.tests</groupId> <groupId>org.eclipse.jetty.tests</groupId>
<artifactId>tests-parent</artifactId> <artifactId>tests-parent</artifactId>
<name>Jetty Tests :: Parent</name> <name>Jetty Tests :: Parent</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<build> <build>
<pluginManagement> <pluginManagement>

View File

@ -9,13 +9,11 @@
<artifactId>test-integration</artifactId> <artifactId>test-integration</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Jetty Tests :: Integrations</name> <name>Jetty Tests :: Integrations</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<test-wars-dir>${project.build.directory}/test-wars</test-wars-dir> <test-wars-dir>${project.build.directory}/test-wars</test-wars-dir>
<test-libs-dir>${project.build.directory}/test-libs</test-libs-dir> <test-libs-dir>${project.build.directory}/test-libs</test-libs-dir>
<test-home-dir>${project.build.directory}/test-dist</test-home-dir> <test-home-dir>${project.build.directory}/test-dist</test-home-dir>
<bundle-symbolic-name>${project.groupId}.integrations</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.integrations</bundle-symbolic-name>
</properties> </properties>
<build> <build>
<plugins> <plugins>

View File

@ -9,7 +9,6 @@
<artifactId>jmx-webapp-it</artifactId> <artifactId>jmx-webapp-it</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Jetty Tests :: JMX :: WebApp Integration Tests</name> <name>Jetty Tests :: JMX :: WebApp Integration Tests</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

View File

@ -9,7 +9,6 @@
<artifactId>jmx-webapp</artifactId> <artifactId>jmx-webapp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Jetty Tests :: JMX :: WebApp</name> <name>Jetty Tests :: JMX :: WebApp</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bundle-symbolic-name>${project.groupId}.jmx.webapp</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.jmx.webapp</bundle-symbolic-name>

View File

@ -9,7 +9,6 @@
<artifactId>test-jmx-parent</artifactId> <artifactId>test-jmx-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Jetty Tests :: JMX Parent</name> <name>Jetty Tests :: JMX Parent</name>
<url>http://www.eclipse.org/jetty</url>
<modules> <modules>
<module>jmx-webapp</module> <module>jmx-webapp</module>
<module>jmx-webapp-it</module> <module>jmx-webapp-it</module>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-loginservice</artifactId> <artifactId>test-loginservice</artifactId>
<name>Jetty Tests :: Login Service</name> <name>Jetty Tests :: Login Service</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.loginservice</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.loginservice</bundle-symbolic-name>
</properties> </properties>

View File

@ -11,7 +11,6 @@
<artifactId>test-quickstart</artifactId> <artifactId>test-quickstart</artifactId>
<name>Test :: Jetty Quick Start</name> <name>Test :: Jetty Quick Start</name>
<description>Jetty Quick Start Test</description> <description>Jetty Quick Start Test</description>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.tests.quickstart</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.tests.quickstart</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-sessions-parent</artifactId> <artifactId>test-sessions-parent</artifactId>
<name>Jetty Tests :: Sessions :: Parent</name> <name>Jetty Tests :: Sessions :: Parent</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-file-sessions</artifactId> <artifactId>test-file-sessions</artifactId>
<name>Jetty Tests :: Sessions :: File</name> <name>Jetty Tests :: Sessions :: File</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.file</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.file</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-gcloud-sessions</artifactId> <artifactId>test-gcloud-sessions</artifactId>
<name>Jetty Tests :: Sessions :: GCloud</name> <name>Jetty Tests :: Sessions :: GCloud</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.gcloud</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.gcloud</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-hazelcast-sessions</artifactId> <artifactId>test-hazelcast-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Hazelcast</name> <name>Jetty Tests :: Sessions :: Hazelcast</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.hazelcast</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.hazelcast</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-infinispan-sessions</artifactId> <artifactId>test-infinispan-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Infinispan</name> <name>Jetty Tests :: Sessions :: Infinispan</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.infinispan</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.infinispan</bundle-symbolic-name>
<!-- if changing this version please update default in RemoteInfinispanTestSupport you will get thanks from Eclipse IDE users --> <!-- if changing this version please update default in RemoteInfinispanTestSupport you will get thanks from Eclipse IDE users -->

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-memcached-sessions</artifactId> <artifactId>test-memcached-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Memcached</name> <name>Jetty Tests :: Sessions :: Memcached</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.memcached</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.memcached</bundle-symbolic-name>
</properties> </properties>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-mongodb-sessions</artifactId> <artifactId>test-mongodb-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Mongo</name> <name>Jetty Tests :: Sessions :: Mongo</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.mongo</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.mongo</bundle-symbolic-name>
<embedmongo.host>localhost</embedmongo.host> <embedmongo.host>localhost</embedmongo.host>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-sessions-common</artifactId> <artifactId>test-sessions-common</artifactId>
<name>Jetty Tests :: Sessions :: Common</name> <name>Jetty Tests :: Sessions :: Common</name>
<url>http://www.eclipse.org/jetty</url>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.sessions.common</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.common</bundle-symbolic-name>
</properties> </properties>

View File

@ -9,7 +9,6 @@
</parent> </parent>
<artifactId>test-webapps-parent</artifactId> <artifactId>test-webapps-parent</artifactId>
<name>Jetty Tests :: WebApps :: Parent</name> <name>Jetty Tests :: WebApps :: Parent</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>pom</packaging> <packaging>pom</packaging>
<build> <build>
<plugins> <plugins>

View File

@ -8,7 +8,6 @@
</parent> </parent>
<artifactId>test-webapp-rfc2616</artifactId> <artifactId>test-webapp-rfc2616</artifactId>
<name>Jetty Tests :: WebApp :: RFC2616</name> <name>Jetty Tests :: WebApp :: RFC2616</name>
<url>http://www.eclipse.org/jetty</url>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.rfc2616</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.rfc2616</bundle-symbolic-name>