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
FrameworkServlet does not need its parent to be WebApplicationContext, but the signature of createWebApplicationContext() mandates it. It would be a small change, but quite helpful to people embedding a servlet application (e.g. in a test) to allow that method to accept a plain ApplicationContext (as it says it does in the Javadocs)