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
8124ac2b
Commit
8124ac2b
authored
Oct 10, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Undertow 1.4.26.Final
Closes gh-13880
parent
f638dd40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
UndertowEmbeddedServletContainerFactory.java
...ded/undertow/UndertowEmbeddedServletContainerFactory.java
+1
-1
No files found.
spring-boot-dependencies/pom.xml
View file @
8124ac2b
...
...
@@ -187,7 +187,7 @@
<thymeleaf-extras-data-attribute.version>
1.3
</thymeleaf-extras-data-attribute.version>
<thymeleaf-extras-java8time.version>
2.1.0.RELEASE
</thymeleaf-extras-java8time.version>
<tomcat.version>
8.5.34
</tomcat.version>
<undertow.version>
1.4.2
5
.Final
</undertow.version>
<undertow.version>
1.4.2
6
.Final
</undertow.version>
<unboundid-ldapsdk.version>
3.2.1
</unboundid-ldapsdk.version>
<webjars-hal-browser.version>
9f96c74
</webjars-hal-browser.version>
<webjars-locator.version>
0.32-1
</webjars-locator.version>
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowEmbeddedServletContainerFactory.java
View file @
8124ac2b
...
...
@@ -483,7 +483,7 @@ public class UndertowEmbeddedServletContainerFactory
DeploymentInfo
deployment
,
ServletContextInitializer
...
initializers
)
{
ServletContextInitializer
[]
mergedInitializers
=
mergeInitializers
(
initializers
);
Initializer
initializer
=
new
Initializer
(
mergedInitializers
);
deployment
.
addServletContainerInitalizer
(
new
ServletContainerInitializerInfo
(
deployment
.
addServletContainerInit
i
alizer
(
new
ServletContainerInitializerInfo
(
Initializer
.
class
,
new
ImmediateInstanceFactory
<
ServletContainerInitializer
>(
initializer
),
NO_CLASSES
));
...
...
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