Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-5706-ServerUpgradeResponse
This commit is contained in:
commit
c16674bae7
|
@ -12,8 +12,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
container('jetty-build') {
|
container('jetty-build') {
|
||||||
timeout( time: 240, unit: 'MINUTES' ) {
|
timeout( time: 240, unit: 'MINUTES' ) {
|
||||||
mavenBuild( "jdk11", "clean install", "maven3",
|
mavenBuild( "jdk11", "clean install -Perrorprone", "maven3")
|
||||||
[[parserName: 'Maven'], [parserName: 'Java'], [parserName: 'JavaDoc']] )
|
|
||||||
// Collect up the jacoco execution results (only on main build)
|
// Collect up the jacoco execution results (only on main build)
|
||||||
jacoco inclusionPattern: '**/org/eclipse/jetty/**/*.class',
|
jacoco inclusionPattern: '**/org/eclipse/jetty/**/*.class',
|
||||||
exclusionPattern: '' +
|
exclusionPattern: '' +
|
||||||
|
@ -32,17 +31,19 @@ pipeline {
|
||||||
execPattern: '**/target/jacoco.exec',
|
execPattern: '**/target/jacoco.exec',
|
||||||
classPattern: '**/target/classes',
|
classPattern: '**/target/classes',
|
||||||
sourcePattern: '**/src/main/java'
|
sourcePattern: '**/src/main/java'
|
||||||
|
recordIssues id: "jdk11", name: "Static Analysis jdk11", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), checkStyle(), spotBugs(), pmdParser(), errorProne()]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage("Build / Test - JDK15") {
|
stage("Build / Test - JDK15") {
|
||||||
agent { node { label 'linux' } }
|
agent { node { label 'linux' } }
|
||||||
steps {
|
steps {
|
||||||
container( 'jetty-build' ) {
|
container( 'jetty-build' ) {
|
||||||
timeout( time: 240, unit: 'MINUTES' ) {
|
timeout( time: 240, unit: 'MINUTES' ) {
|
||||||
mavenBuild( "jdk15", "clean install -Djacoco.skip=true", "maven3",
|
mavenBuild( "jdk15", "clean install", "maven3")
|
||||||
[[parserName: 'Maven'], [parserName: 'Java'], [parserName: 'JavaDoc']])
|
recordIssues id: "jdk15", name: "Static Analysis jdk15", aggregatingResults: true, enabledForFailure: true, tools: [mavenConsole(), java(), checkStyle(), spotBugs(), pmdParser()]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -90,7 +91,7 @@ def slackNotif() {
|
||||||
* @param cmdline the command line in "<profiles> <goals> <properties>"`format.
|
* @param cmdline the command line in "<profiles> <goals> <properties>"`format.
|
||||||
* @return the Jenkinsfile step representing a maven build
|
* @return the Jenkinsfile step representing a maven build
|
||||||
*/
|
*/
|
||||||
def mavenBuild(jdk, cmdline, mvnName, consoleParsers) {
|
def mavenBuild(jdk, cmdline, mvnName) {
|
||||||
script {
|
script {
|
||||||
try {
|
try {
|
||||||
withEnv(["JAVA_HOME=${ tool "$jdk" }",
|
withEnv(["JAVA_HOME=${ tool "$jdk" }",
|
||||||
|
@ -98,14 +99,13 @@ def mavenBuild(jdk, cmdline, mvnName, consoleParsers) {
|
||||||
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {
|
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {
|
||||||
configFileProvider(
|
configFileProvider(
|
||||||
[configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) {
|
[configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) {
|
||||||
sh "mvn -s $GLOBAL_MVN_SETTINGS -DsettingsPath=$GLOBAL_MVN_SETTINGS -Pci -V -B -e -Djetty.testtracker.log=true $cmdline javadoc:jar -Dunix.socket.tmp=/tmp/unixsocket"
|
sh "mvn --no-transfer-progress -s $GLOBAL_MVN_SETTINGS -Pci -V -B -e -Djetty.testtracker.log=true $cmdline -Dunix.socket.tmp=/tmp/unixsocket"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} finally {
|
}
|
||||||
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml,**/h2spec-reports/*.xml', allowEmptyResults: true
|
finally
|
||||||
if(consoleParsers!=null) {
|
{
|
||||||
warnings consoleParsers: consoleParsers
|
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml', allowEmptyResults: true
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
13
LICENSE
13
LICENSE
|
@ -1,13 +1,3 @@
|
||||||
This program and the accompanying materials are made available under
|
|
||||||
the terms of the Eclipse Public License 2.0 which is available at
|
|
||||||
https://www.eclipse.org/legal/epl-2.0
|
|
||||||
This Source Code may also be made available under the following
|
|
||||||
Secondary Licenses when the conditions for such availability set
|
|
||||||
forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
the Apache License v2.0 which is available at
|
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
|
|
||||||
Eclipse Public License - v 2.0
|
Eclipse Public License - v 2.0
|
||||||
|
|
||||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
||||||
|
@ -490,5 +480,4 @@ version(s), and exceptions or additional permissions here}."
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
SPDX-License-Identifier: EPL-2.0
|
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
SPDX-License-Identifier: Apache-2.0
|
|
32
VERSION.txt
32
VERSION.txt
|
@ -1,4 +1,29 @@
|
||||||
jetty-10.0.0-SNAPSHOT
|
jetty-10.0.1-SNAPSHOT
|
||||||
|
|
||||||
|
jetty-10.0.0 - 02 December 2020
|
||||||
|
+ 1923 GCThreadLeakPreventer won't work with Java 9
|
||||||
|
+ 4711 Reset trailers on recycled response
|
||||||
|
+ 5272 The UserStore and PropertyUserStore classes are hard to re-use for
|
||||||
|
caching eg JDBC data
|
||||||
|
+ 5310 Jetty Http2 client discards the response fames when there is GOAWAY and
|
||||||
|
sends RST_STREAM
|
||||||
|
+ 5320 Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty
|
||||||
|
web application causes ClassCastException
|
||||||
|
+ 5486 PropertyFileLoginModule retains PropertyUserStores
|
||||||
|
+ 5488 jetty-dir.css not found when using JPMS
|
||||||
|
+ 5493 StatisticsHandler broken for async applications
|
||||||
|
+ 5498 Review ServletHolder.getServlet
|
||||||
|
+ 5521 ResourceCollection NPE in list()
|
||||||
|
+ 5535 Support regex in SslContextFactory include/exclude of protocols
|
||||||
|
+ 5539 StatisticsServlet output is not valid
|
||||||
|
+ 5555 NPE for servlet with no mapping
|
||||||
|
+ 5562 ArrayTernaryTrie consumes too much memory
|
||||||
|
+ 5575 Add SEARCH as a known HttpMethod
|
||||||
|
+ 5605 java.io.IOException: unconsumed input during http request parsing
|
||||||
|
+ 5633 Allow to configure HttpClient request authority
|
||||||
|
+ 5679 Distro argument --list-all-modules does not work
|
||||||
|
+ 5680 No way to see which modules are enabled for the distro
|
||||||
|
+ 5691 HttpInput may skip setting fill interest
|
||||||
|
|
||||||
jetty-10.0.0.beta3 - 21 October 2020
|
jetty-10.0.0.beta3 - 21 October 2020
|
||||||
+ 5022 Cleanup ServletHandler, specifically with respect to making filter
|
+ 5022 Cleanup ServletHandler, specifically with respect to making filter
|
||||||
|
@ -29,7 +54,8 @@ jetty-9.4.35.v20201120 - 20 November 2020
|
||||||
+ 5539 StatisticsServlet output is not valid
|
+ 5539 StatisticsServlet output is not valid
|
||||||
+ 5562 ArrayTernaryTrie consumes too much memory
|
+ 5562 ArrayTernaryTrie consumes too much memory
|
||||||
+ 5575 Add SEARCH as a known HttpMethod
|
+ 5575 Add SEARCH as a known HttpMethod
|
||||||
+ 5605 CVE-2020-27218 java.io.IOException: unconsumed input during http request parsing
|
+ 5605 CVE-2020-27218 java.io.IOException: unconsumed input during http
|
||||||
|
request parsing
|
||||||
+ 5633 Allow to configure HttpClient request authority
|
+ 5633 Allow to configure HttpClient request authority
|
||||||
|
|
||||||
jetty-9.4.34.v20201102 - 02 November 2020
|
jetty-9.4.34.v20201102 - 02 November 2020
|
||||||
|
@ -98,7 +124,7 @@ jetty-10.0.0.beta2 - 02 October 2020
|
||||||
be empty string, but is `"/"`
|
be empty string, but is `"/"`
|
||||||
+ 5064 NotSerializableException for OpenIdConfiguration
|
+ 5064 NotSerializableException for OpenIdConfiguration
|
||||||
+ 5069 HttpClientTimeoutTests can occasionally fail due to unreachable network
|
+ 5069 HttpClientTimeoutTests can occasionally fail due to unreachable network
|
||||||
+ 5079 :authority header for IPv6 address not having square brackets
|
+ 5079 authority header for IPv6 address not having square brackets
|
||||||
+ 5081 Review HouseKeeper locking
|
+ 5081 Review HouseKeeper locking
|
||||||
+ 5083 Convert synchronized usages to AutoLock
|
+ 5083 Convert synchronized usages to AutoLock
|
||||||
+ 5096 using JettyWebSocketServlet without having a WebSocketUpgradeFilter
|
+ 5096 using JettyWebSocketServlet without having a WebSocketUpgradeFilter
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-project</artifactId>
|
<artifactId>jetty-project</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-project</artifactId>
|
<artifactId>jetty-project</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>apache-jstl</artifactId>
|
<artifactId>apache-jstl</artifactId>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>build-resources</artifactId>
|
<artifactId>build-resources</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
<name>Jetty :: Build Resources</name>
|
<name>Jetty :: Build Resources</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demo-async-rest-parent</artifactId>
|
<artifactId>demo-async-rest-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demo-async-rest-parent</artifactId>
|
<artifactId>demo-async-rest-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demo-async-rest-parent</artifactId>
|
<artifactId>demo-async-rest-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>demo-jaas-webapp</artifactId>
|
<artifactId>demo-jaas-webapp</artifactId>
|
||||||
<name>Demo :: JAAS :: WebApp</name>
|
<name>Demo :: JAAS :: WebApp</name>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>demo-jndi-webapp</artifactId>
|
<artifactId>demo-jndi-webapp</artifactId>
|
||||||
<name>Demo :: JNDI :: WebApp</name>
|
<name>Demo :: JNDI :: WebApp</name>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<name>Demo :: Mock Resources</name>
|
<name>Demo :: Mock Resources</name>
|
||||||
<artifactId>demo-mock-resources</artifactId>
|
<artifactId>demo-mock-resources</artifactId>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>demo-proxy-webapp</artifactId>
|
<artifactId>demo-proxy-webapp</artifactId>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>demo-container-initializer</artifactId>
|
<artifactId>demo-container-initializer</artifactId>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<name>Demo :: Servlet Spec :: Webapp</name>
|
<name>Demo :: Servlet Spec :: Webapp</name>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<name>Demo :: Servlet Spec</name>
|
<name>Demo :: Servlet Spec</name>
|
||||||
<artifactId>demo-spec</artifactId>
|
<artifactId>demo-spec</artifactId>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.jetty.demos</groupId>
|
<groupId>org.eclipse.jetty.demos</groupId>
|
||||||
<artifactId>demos-parent</artifactId>
|
<artifactId>demos-parent</artifactId>
|
||||||
<version>10.0.0-SNAPSHOT</version>
|
<version>10.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>demos-jetty-embedded</artifactId>
|
<artifactId>demos-jetty-embedded</artifactId>
|
||||||
|
@ -160,6 +160,9 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<environmentVariables>
|
||||||
|
<mavenRepoPath>${settings.localRepository}</mavenRepoPath>
|
||||||
|
</environmentVariables>
|
||||||
<useManifestOnlyJar>false</useManifestOnlyJar>
|
<useManifestOnlyJar>false</useManifestOnlyJar>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
@ -2,15 +2,10 @@
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
|
||||||
//
|
//
|
||||||
// This program and the accompanying materials are made available under
|
// This program and the accompanying materials are made available under the
|
||||||
// the terms of the Eclipse Public License 2.0 which is available at
|
// terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
// https://www.eclipse.org/legal/epl-2.0
|
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
//
|
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
// This Source Code may also be made available under the following
|
|
||||||
// Secondary Licenses when the conditions for such availability set
|
|
||||||
// forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
// the Apache License v2.0 which is available at
|
|
||||||
// https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue