Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
a6bb48a2
Commit
a6bb48a2
authored
Jan 31, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove remaining references to no longer supported container versions
Closes gh-11504
parent
4179ed5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
getting-started.adoc
...t/spring-boot-docs/src/main/asciidoc/getting-started.adoc
+1
-1
JettyServletWebServerFactory.java
...boot/web/embedded/jetty/JettyServletWebServerFactory.java
+0
-2
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
a6bb48a2
...
...
@@ -57,7 +57,7 @@ Spring Boot supports the following embedded servlet containers:
|Jetty 9.4
|3.1
|Undertow 1.
3
|Undertow 1.
4
|3.1
|===
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/JettyServletWebServerFactory.java
View file @
a6bb48a2
...
...
@@ -273,8 +273,6 @@ public class JettyServletWebServerFactory extends AbstractServletWebServerFactor
root
==
null
?
rootResource
:
new
LoaderHidingResource
(
rootResource
));
for
(
URL
resourceJarUrl
:
this
.
getUrlsOfJarsWithMetaInfResources
())
{
Resource
resource
=
createResource
(
resourceJarUrl
);
// Jetty 9.2 and earlier do not support nested jars. See
// https://github.com/eclipse/jetty.project/issues/518
if
(
resource
.
exists
()
&&
resource
.
isDirectory
())
{
resources
.
add
(
resource
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment