Cleanup and fix tests

This commit is contained in:
Oleg Zhurakousky
2023-07-20 16:50:16 +02:00
parent 8486e0bcb9
commit efda7285ad
7 changed files with 70 additions and 28 deletions

View File

@@ -217,7 +217,7 @@ public class ProxyServletContext implements ServletContext {
@Override
public Map<String, ? extends ServletRegistration> getServletRegistrations() {
throw new UnsupportedOperationException("This ServletContext does not represent a running web container");
return this.registrations;
}
@Override