You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make JettyEmbeddedServletContainerFactory more useful for third-parties
by providing protected configureWebAppContext, addDefaultServlet and
addJspServlet methods that sub-classes can call.
Fixesgh-1056
Copy file name to clipboardExpand all lines: spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/JettyEmbeddedServletContainerFactory.java
+30-10Lines changed: 30 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@
55
55
*
56
56
* @author Phillip Webb
57
57
* @author Dave Syer
58
+
* @author Andrey Hihlovskiy
58
59
* @see #setPort(int)
59
60
* @see #setConfigurations(Collection)
60
61
* @see JettyEmbeddedServletContainer
@@ -100,7 +101,24 @@ public EmbeddedServletContainer getEmbeddedServletContainer(
0 commit comments