-
apollo 2.2.0
```
[ec2-user@ip-172-17-88-41 /]$ java -version
openjdk version "22.0.2" 2024-07-16
OpenJDK Runtime Environment Corretto-22.0.2.9.1 (build 22.0.2+9-FR)
OpenJDK 64-Bit Server VM Cor…
-
### Describe the bug
I have a simple ApplicationInitializer to print out all the available servlet resource paths...
```java
public class ApplicationInitializer implements ServletContainerIniti…
-
See `ClientSideExceptionHandlingIT::productionModeExceptions` .
In CCDM branch there is no anymore compatibility mode.
The test fails in NPM mode.
The view is opened using URI mapping `view-produ…
-
## Bug Report
**Describe the bug**
Because I didn't know that the built-in Java multiline parser couldn't match my k8s environment, I customized the Java multiline parser, but it seems to have no …
-
```
...even if they appear multiple times in the filter chain.
Reported by Rex on the mailing list:
Sorry, my fault. ServletContainer is also a filter.
My usage:
new ServletModule() {
…
-
```
I implemented a django-like named group capturing feature in guice
servlet whereas named regex groups would be saved as request
attributes.
example:
serveRegex("/myrest/(.*)/(.*)").with(MySerlvet…
-
```
The Guice tutorial talks about ServletModule and all the other goodies, but
the associated guice-servlet.jar is no where to be found. Can you create a
jar file and post it prominently as a downloa…
-
```
Which Google API and version (e.g. Google Calendar Data API version 2)?
latest
What format (e.g. JSON, Atom)?
-
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
oauth 2
Java environment (e…
-
```
What steps will reproduce the problem?
1. Register a servlet to /*
2. Try to invoke it
What is the expected output?
The original servlet
What do you see instead?
The FileServingServlet is invok…
-
```
What steps will reproduce the problem?
1. Register a servlet to /*
2. Try to invoke it
What is the expected output?
The original servlet
What do you see instead?
The FileServingServlet is invok…