Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
ad2446dd6c
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
|
||||
</HEAD>
|
||||
<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/>
|
||||
<b><a href="http://localhost:8080/">Demo Home</a></b>
|
||||
<hr/>
|
||||
|
@ -32,11 +32,13 @@ href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/te
|
|||
</P>
|
||||
<big><b><A HREF="auth.html">LOGIN</A></b></big>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</HTML>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>demo-jetty-webapp</artifactId>
|
||||
<name>Demo :: Jetty Test Webapp</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</style>
|
||||
</HEAD>
|
||||
<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/>
|
||||
<b><a href="http://localhost:8080/">Demo Home</a></b>
|
||||
<hr/>
|
||||
|
@ -60,13 +60,13 @@ It is configured as a jetty base directory in $JETTY_HOME/demo_base.
|
|||
<li><a
|
||||
href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-jetty-webapp">Source
|
||||
tree of this webapp</a></li>
|
||||
<li><a href="http://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">Jetty project home</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>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<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>
|
||||
</HTML>
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<META http-equiv="Cache-Control" content="no-cache,no-store">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<A HREF="http://www.eclipse.org/jetty"><IMG SRC="jetty_banner.gif"></A>
|
||||
<h1>Welcome to Jetty - REMOTE ACCESS!!</h1>
|
||||
<A HREF="https://www.eclipse.org/jetty/"><IMG SRC="jetty_banner.gif"></A>
|
||||
<h1>Welcome to Jetty 10 - REMOTE ACCESS!!</h1>
|
||||
<p>
|
||||
This is the Test webapp for the Jetty HTTP Server and Servlet Container.
|
||||
For more information about Jetty, please visit our
|
||||
<a href="http://www.eclipse.org/jetty">website</a>
|
||||
or <a href="http://www.eclipse.org/jetty/documentation/current/">documentation</a>.
|
||||
<a href="https://www.eclipse.org/jetty/">website</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>.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
|
||||
</HEAD>
|
||||
<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/>
|
||||
<b><a href="http://localhost:8080/">Demo Home</a></b>
|
||||
<hr/>
|
||||
|
@ -41,7 +41,7 @@ Click <code>Test</code> to check the runtime lookup of the JNDI resources.
|
|||
|
||||
|
||||
<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>
|
||||
</HTML>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
|
||||
</HEAD>
|
||||
<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/>
|
||||
<b><a href="http://localhost:8080/">Demo Home</a></b>
|
||||
<hr/>
|
||||
|
@ -76,7 +76,7 @@ Test of the annotation:
|
|||
|
||||
<div style="text-align: center;">
|
||||
<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>
|
||||
|
||||
</BODY>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>demos-jetty-embedded</artifactId>
|
||||
<name>Demos :: Jetty Embedded</name>
|
||||
<description>Jetty Embedded Demos</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.embedded</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-annotations</artifactId>
|
||||
<name>Jetty :: Servlet Annotations</name>
|
||||
<description>Annotation support for deploying servlets in jetty.</description>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.annotations</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<artifactId>jetty-bom</artifactId>
|
||||
<name>Jetty :: Bom</name>
|
||||
<description>Jetty BOM artifact</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<url>https://eclipse.org/jetty</url>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-cdi</artifactId>
|
||||
<name>Jetty :: CDI</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.cdi</bundle-symbolic-name>
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-client</artifactId>
|
||||
<name>Jetty :: Asynchronous HTTP Client</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
||||
<jetty.test.policy.loc>target/test-policy</jetty.test.policy.loc>
|
||||
|
|
|
@ -30,16 +30,16 @@ We have a number of options for people that wish to subscribe to our mailing lis
|
|||
|
||||
* Jetty Developers List
|
||||
** 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
|
||||
** 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
|
||||
** 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
|
||||
** 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]]
|
||||
==== Internet Relay Chat - IRC
|
||||
|
|
|
@ -251,7 +251,7 @@ Make sure you follow the other examples and include the `rel="nofollow"` attribu
|
|||
|
||||
____
|
||||
[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.
|
||||
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.
|
||||
____
|
||||
|
|
|
@ -29,7 +29,7 @@ To start Jetty on the default port of 8080, run the following command:
|
|||
----
|
||||
$ 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: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.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}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* GraphViz Graph of Jetty Modules
|
||||
*
|
||||
* Jetty: http://eclipse.org/jetty/
|
||||
* Jetty: https://eclipse.org/jetty/
|
||||
* GraphViz: http://graphviz.org/
|
||||
*
|
||||
* To Generate Graph image using graphviz:
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
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
|
||||
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>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http-spi</artifactId>
|
||||
<name>Jetty :: Http Service Provider Interface</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.http.spi</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-common</artifactId>
|
||||
<name>Jetty :: Infinispan Session Manager Common</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.common</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>infinispan-embedded-query</artifactId>
|
||||
<name>Jetty :: Infinispan Session Manager Embedded with Querying</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.embedded.query</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>infinispan-embedded</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty :: Infinispan Session Manager Embedded</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.embedded</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>infinispan-remote</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty :: Infinispan Session Manager Remote</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.infinispan.remote</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-io</artifactId>
|
||||
<name>Jetty :: IO Utility</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-jmx</artifactId>
|
||||
<name>Jetty :: JMX Management</name>
|
||||
<description>JMX management artifact for jetty.</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-jndi</artifactId>
|
||||
<name>Jetty :: JNDI Naming</name>
|
||||
<description>JNDI spi impl for java namespace.</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.jndi</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-nosql</artifactId>
|
||||
<name>Jetty :: NoSQL Session Managers</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.nosql</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-openid</artifactId>
|
||||
<name>Jetty :: OpenID</name>
|
||||
<description>Jetty OpenID Connect infrastructure</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.openid</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-osgi-boot-jsp</artifactId>
|
||||
<name>Jetty :: OSGi :: Boot JSP</name>
|
||||
<description>Jetty OSGi Boot JSP bundle</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.boot.jsp</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-osgi-boot-warurl</artifactId>
|
||||
<name>Jetty :: OSGi :: Boot :: Warurl</name>
|
||||
<description>Jetty OSGi Boot-Warurl bundle</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.boot.warurl</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-osgi-boot</artifactId>
|
||||
<name>Jetty :: OSGi :: Boot</name>
|
||||
<description>Jetty OSGi Boot bundle</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.boot</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-httpservice</artifactId>
|
||||
<name>Jetty :: OSGi :: HttpService</name>
|
||||
<description>Jetty OSGi HttpService bundle</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.httpservice</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<groupId>org.eclipse.jetty.osgi</groupId>
|
||||
<artifactId>jetty-osgi-project</artifactId>
|
||||
<name>Jetty :: OSGi</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>test-jetty-osgi-context</artifactId>
|
||||
<name>Jetty :: OSGi :: Test Context</name>
|
||||
<description>Test Jetty OSGi bundle with a ContextHandler</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.testcontext</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>test-jetty-osgi-fragment</artifactId>
|
||||
<name>Jetty :: OSGi :: WebApp Fragment</name>
|
||||
<description>Test Jetty OSGi Webapp Fragment bundle</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.webapp.fragment</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>test-jetty-osgi-server</artifactId>
|
||||
<name>Jetty :: OSGi :: Server</name>
|
||||
<description>Test Jetty OSGi bundle with a Server</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.testserver</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>test-jetty-osgi-webapp-resources</artifactId>
|
||||
<name>OSGi Test :: Webapp With Resources</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.webapp.resources</bundle-symbolic-name>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>test-jetty-osgi-webapp</artifactId>
|
||||
<name>Jetty :: OSGi :: Test WebApp</name>
|
||||
<description>Test Jetty OSGi Webapp bundle</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,10 +9,9 @@
|
|||
<artifactId>test-jetty-osgi</artifactId>
|
||||
<name>Jetty :: OSGi :: Test</name>
|
||||
<description>Jetty OSGi Integration test</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<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>
|
||||
<pax.exam.version>4.13.1</pax.exam.version>
|
||||
<pax.url.version>2.6.1</pax.url.version>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-plus</artifactId>
|
||||
<name>Jetty :: Plus</name>
|
||||
<description>Jetty JavaEE style services</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.plus</bundle-symbolic-name>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-security</artifactId>
|
||||
<name>Jetty :: Security</name>
|
||||
<description>Jetty security infrastructure</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.security</bundle-symbolic-name>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-server</artifactId>
|
||||
<name>Jetty :: Server Core</name>
|
||||
<description>The core jetty server artifact.</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
|
||||
|
|
|
@ -72,7 +72,7 @@ etc/jetty-ssl-context.xml
|
|||
|
||||
### SslContextFactory Configuration
|
||||
## 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.
|
||||
# jetty.sslContext.sniRequired=false
|
||||
|
|
|
@ -68,7 +68,7 @@ public class HomeBaseWarning
|
|||
{
|
||||
StringBuilder warn = new StringBuilder();
|
||||
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());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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")));
|
||||
if (!Jetty.STABLE)
|
||||
{
|
||||
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);
|
||||
|
||||
|
|
|
@ -188,8 +188,8 @@ public class DefaultHandler extends AbstractHandler
|
|||
}
|
||||
|
||||
writer.append("</tbody></table><hr/>\n");
|
||||
writer.append("<a href=\"http://eclipse.org/jetty\"><img alt=\"icon\" src=\"/favicon.ico\"/></a> ");
|
||||
writer.append("<a href=\"http://eclipse.org/jetty\">Powered by Eclipse Jetty:// Server</a><hr/>\n");
|
||||
writer.append("<a href=\"https://eclipse.org/jetty\"><img alt=\"icon\" src=\"/favicon.ico\"/></a> ");
|
||||
writer.append("<a href=\"https://eclipse.org/jetty\">Powered by Eclipse Jetty:// Server</a><hr/>\n");
|
||||
writer.append("</body>\n</html>\n");
|
||||
writer.flush();
|
||||
byte[] content = outputStream.toByteArray();
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<artifactId>jetty-servlet</artifactId>
|
||||
<name>Jetty :: Servlet Handling</name>
|
||||
<description>Jetty Servlet Container</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.servlet</bundle-symbolic-name>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<artifactId>jetty-servlets</artifactId>
|
||||
<name>Jetty :: Utility Servlets and Filters</name>
|
||||
<description>Utility Servlets from Jetty</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.servlets</bundle-symbolic-name>
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class BlockingServletLengthStreamTypeWrite extends AbstractFileContentServlet
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class BlockingServletLengthTypeStreamWrite extends AbstractFileContentServlet
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class BlockingServletStreamLengthTypeWrite extends AbstractFileContentServlet
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write and flush
|
||||
* </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")
|
||||
public class BlockingServletStreamLengthTypeWriteWithFlush extends AbstractFileContentServlet
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class BlockingServletStreamTypeLengthWrite extends AbstractFileContentServlet
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class BlockingServletTypeLengthStreamWrite extends AbstractFileContentServlet
|
||||
|
|
|
@ -39,7 +39,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class BlockingServletTypeStreamLengthWrite extends AbstractFileContentServlet
|
||||
|
|
|
@ -41,7 +41,7 @@ import org.eclipse.jetty.server.handler.gzip.GzipHandler;
|
|||
* 4) write
|
||||
* </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")
|
||||
public class HttpOutputWriteFileContentServlet extends AbstractFileContentServlet
|
||||
|
|
|
@ -11,6 +11,6 @@ server
|
|||
lib/spring/*.jar
|
||||
|
||||
[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
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-start</artifactId>
|
||||
<name>Jetty :: Start</name>
|
||||
<description>The start utility</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.start</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -120,7 +120,7 @@ public class ModuleGraphWriter
|
|||
out.println("/*");
|
||||
out.println(" * GraphViz Graph of Jetty Modules");
|
||||
out.println(" * ");
|
||||
out.println(" * Jetty: http://eclipse.org/jetty/");
|
||||
out.println(" * Jetty: https://eclipse.org/jetty/");
|
||||
out.println(" * GraphViz: http://graphviz.org/");
|
||||
out.println(" * ");
|
||||
out.println(" * To Generate Graph image using graphviz:");
|
||||
|
|
|
@ -74,7 +74,7 @@ Debug and Start Logging:
|
|||
--debug Enable debug output of the startup procedure.
|
||||
Note: this does not setup debug for Jetty itself.
|
||||
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>
|
||||
A filename, relative to ${jetty.base}, where all startup
|
||||
|
@ -270,4 +270,4 @@ Defaults:
|
|||
5) <jetty-dir>/start.d/*.ini
|
||||
|
||||
For more information on startup, see the online documentation at
|
||||
http://www.eclipse.org/jetty/documentation/
|
||||
https://www.eclipse.org/jetty/documentation/
|
||||
|
|
|
@ -70,7 +70,7 @@ public class MavenLocalRepoFileInitializerTest
|
|||
public void testGetCoordinateNotMaven()
|
||||
{
|
||||
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));
|
||||
assertThat("Coords", coords, nullValue());
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-util-ajax</artifactId>
|
||||
<name>Jetty :: Utilities :: Ajax(JSON)</name>
|
||||
<description>JSON/Ajax Utility classes for Jetty</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.util.ajax</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-util</artifactId>
|
||||
<name>Jetty :: Utilities</name>
|
||||
<description>Utility classes for Jetty</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.util</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -72,7 +72,7 @@ public class Jetty
|
|||
else
|
||||
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
|
||||
STABLE = !VERSION.matches("^.*\\.(RC|M)[0-9]+$");
|
||||
|
|
|
@ -1501,12 +1501,12 @@ public class LazyListTest
|
|||
uris.add(URI.create("http://www.mortbay.org/"));
|
||||
uris.add(URI.create("http://jetty.codehaus.org/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.
|
||||
// We should be able to call this without casting the result to URI
|
||||
URI eclipseUri = LazyList.get(uris, 3);
|
||||
assertEquals("http://www.eclipse.org/jetty/", eclipseUri.toASCIIString());
|
||||
assertEquals("https://www.eclipse.org/jetty/", eclipseUri.toASCIIString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -224,7 +224,7 @@ public class FileSystemResourceTest
|
|||
public void testNotFileURI(Class<PathResource> resourceClass)
|
||||
{
|
||||
assertThrows(IllegalArgumentException.class,
|
||||
() -> newResource(resourceClass, new URI("http://www.eclipse.org/jetty/")));
|
||||
() -> newResource(resourceClass, new URI("https://www.eclipse.org/jetty/")));
|
||||
}
|
||||
|
||||
@ParameterizedTest
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jetty-webapp</artifactId>
|
||||
<name>Jetty :: Webapp Application Support</name>
|
||||
<description>Jetty web application support</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
<artifactId>websocket-parent</artifactId>
|
||||
<name>Jetty :: Websocket :: Parent</name>
|
||||
<packaging>pom</packaging>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
|
||||
<modules>
|
||||
<!-- WebSocket Core Implementation -->
|
||||
<module>websocket-core-common</module>
|
||||
|
@ -34,7 +32,6 @@
|
|||
<module>websocket-util</module>
|
||||
<module>websocket-util-server</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<artifactId>jetty-xml</artifactId>
|
||||
<name>Jetty :: XML utilities</name>
|
||||
<description>The jetty xml utilities.</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.xml</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -1897,6 +1897,7 @@ public class XmlConfiguration
|
|||
redirectEntity("http://jetty.mortbay.org/configure.dtd", config93);
|
||||
redirectEntity("http://jetty.mortbay.org/configure_9_3.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("https://www.eclipse.org/jetty/configure.dtd", config93);
|
||||
redirectEntity("http://www.eclipse.org/jetty/configure_9_3.dtd", config93);
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -15,7 +15,7 @@
|
|||
<compiler.source>11</compiler.source>
|
||||
<compiler.target>11</compiler.target>
|
||||
<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>
|
||||
<build-support.version>1.4</build-support.version>
|
||||
<checkstyle.version>8.29</checkstyle.version>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>tests-parent</artifactId>
|
||||
<name>Jetty Tests :: Parent</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>pom</packaging>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
|
|
|
@ -9,13 +9,11 @@
|
|||
<artifactId>test-integration</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Jetty Tests :: Integrations</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<test-wars-dir>${project.build.directory}/test-wars</test-wars-dir>
|
||||
<test-libs-dir>${project.build.directory}/test-libs</test-libs-dir>
|
||||
<test-home-dir>${project.build.directory}/test-dist</test-home-dir>
|
||||
<bundle-symbolic-name>${project.groupId}.integrations</bundle-symbolic-name>
|
||||
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jmx-webapp-it</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Jetty Tests :: JMX :: WebApp Integration Tests</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>jmx-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Jetty Tests :: JMX :: WebApp</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<bundle-symbolic-name>${project.groupId}.jmx.webapp</bundle-symbolic-name>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<artifactId>test-jmx-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Tests :: JMX Parent</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<modules>
|
||||
<module>jmx-webapp</module>
|
||||
<module>jmx-webapp-it</module>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-loginservice</artifactId>
|
||||
<name>Jetty Tests :: Login Service</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.loginservice</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
<artifactId>test-quickstart</artifactId>
|
||||
<name>Test :: Jetty Quick Start</name>
|
||||
<description>Jetty Quick Start Test</description>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.tests.quickstart</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-sessions-parent</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: Parent</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>pom</packaging>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-file-sessions</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: File</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sessions.file</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-gcloud-sessions</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: GCloud</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sessions.gcloud</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-hazelcast-sessions</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: Hazelcast</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sessions.hazelcast</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-infinispan-sessions</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: Infinispan</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<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 -->
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-memcached-sessions</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: Memcached</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sessions.memcached</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-mongodb-sessions</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: Mongo</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sessions.mongo</bundle-symbolic-name>
|
||||
<embedmongo.host>localhost</embedmongo.host>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-sessions-common</artifactId>
|
||||
<name>Jetty Tests :: Sessions :: Common</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sessions.common</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
</parent>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<name>Jetty Tests :: WebApps :: Parent</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>pom</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
</parent>
|
||||
<artifactId>test-webapp-rfc2616</artifactId>
|
||||
<name>Jetty Tests :: WebApp :: RFC2616</name>
|
||||
<url>http://www.eclipse.org/jetty</url>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.rfc2616</bundle-symbolic-name>
|
||||
|
|
Loading…
Reference in New Issue