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
This commit removes all references to the Resin Servlet container, as it
is not supported as of Spring Framework 6.0 because we require a
JakartaEE baseline.
Closesgh-33772
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/resource/DefaultServletHttpRequestHandler.java
+2-8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2023 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
44
44
* name specified through the {@link #setDefaultServletName "defaultServletName" property}.
45
45
* In most cases, the {@code defaultServletName} does not need to be set explicitly, as the
46
46
* handler checks at initialization time for the presence of the default Servlet of well-known
47
-
* containers such as Tomcat, Jetty, Resin, WebLogic and WebSphere. However, when running in a
47
+
* containers such as Tomcat, Jetty, WebLogic and WebSphere. However, when running in a
48
48
* container where the default Servlet's name is not known, or where it has been customized
49
49
* via server configuration, the {@code defaultServletName} will need to be set explicitly.
50
50
*
@@ -60,9 +60,6 @@ public class DefaultServletHttpRequestHandler implements HttpRequestHandler, Ser
60
60
/** Default Servlet name used by Google App Engine. */
0 commit comments