mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
SPR-6102
+ loosen FrameworkServlet#createWebApplicationContext signature
This commit is contained in:
+1
-1
@@ -397,7 +397,7 @@ public abstract class FrameworkServlet extends HttpServletBean
|
||||
* @return the WebApplicationContext for this servlet
|
||||
* @see org.springframework.web.context.support.XmlWebApplicationContext
|
||||
*/
|
||||
protected WebApplicationContext createWebApplicationContext(WebApplicationContext parent) {
|
||||
protected WebApplicationContext createWebApplicationContext(ApplicationContext parent) {
|
||||
Class<?> contextClass = getContextClass();
|
||||
if (this.logger.isDebugEnabled()) {
|
||||
this.logger.debug("Servlet with name '" + getServletName() +
|
||||
|
||||
Reference in New Issue
Block a user