-
For example:
```
synapse/rest/client/v1/room.py: JoinRoomAliasServlet(hs).register(http_server)
synapse/rest/admin/__init__.py: JoinRoomAliasServlet(hs).register(http_server)
```
The mo…
-
We have multiple Vaadin servlets in a single "web application" (i.e. defined in the same deployment descriptor). We are using the Vaadin Spring add-on. Thus, we have multiple UIs annotated with @Sprin…
-
I am having 2 servlets in my Jersey application at 2 different url patterns
V1: api/v1
V2: api/v2
I also have swagger config for both of them per the web.xml below
demo
…
-
compressingResponse.close(); should not be called when handling an async request/response as it prematurely closes the stream being written to by the async task. It should be wrapped in a if(request.i…
-
## Description
Getting ExceptionIntializationError in log4j JUL
## Configuration
**Version:** 2.24.1
**Operating system:** Unix
**JDK:** 21
## Logs
```
java.lang.NoClassDefFoundE…
-
## CVE-2021-28169 - Medium Severity Vulnerability
Vulnerable Libraries - jetty-server-9.4.11.v20180605.jar, jetty-servlets-9.4.11.v20180605.jar, jetty-servlets-9.4.18.v20190429.jar, jetty-server-9.4.…
-
how can I run ShakeMapGUI jar from behind a firewall
-
It appears Stagemonitor doesn't handle async servlets correctly. It only reports the results of the initial request method, causing the execution time and status code (among others) to be reported inc…
-
### Version
5.0.0
### What happened?
# Steps to Reproduce
1. Create a new dataset via `curl -X POST 'http://localhost:3030/$/datasets' --upload-file ./dsConfigTemplate.ttl --header "Content-…
-
```
Here is the simplest test case (I'm using tomcat 5.5.33):
* Use Guice ServletModule to configure two servlets, one of which just
dispatches to the other:
protected void configureServlets()
…