• Phillip Webb's avatar
    Use servlet context that can access classloader · 4d37430b
    Phillip Webb authored
    Update `SpringBootServletInitializer` to use the `ServletContext` that
    was provided to the initial `onStartup` call rather than the
    one from the `ServletContextEvent`. This allows the `getClassLoader()`
    call to complete without throwing an `UnsupportedOperationException`.
    
    Fixes gh-21684
    4d37430b
Name
Last commit
Last update
..
src Loading commit data...
build.gradle Loading commit data...