-
```
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…
-
```
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…
-
```
...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() {
…
-
```
Support chains of filters that can modify actions before sending them on to
the server.
Servlet filters provide a good model for this. This will allow caching and
aggregation strategies to be pl…
-
```
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…
-
I can't quite figure out what the issue is here. I got a demo running with a simple path to the file on a simple web server (Web server for Chrome) (inputfile.html example) where the js is var book =…
-
Several JSPs have long, convoluted datetime formatter statements. Instead of doing this, format the date in the controller with DateTimeFormat.ofPattern("...") and pass a new attribute called startDat…
-
We would like to be able to add sentry to our Finatra services, but from my light investigation it appears to be tightly coupled to java servlet servers right now. The httpinterface seems to be tied u…