-
```
I created a extension for servlet module that restric the execution of a method
in web enviroment. It have a annotation call Permission that could recive a
list of roles or a list of principals …
-
```
I've connect Guice to my project, write web.xml and everything gone right until
I wan't to realize async servlet. I using Tomcat 7.0.20 and Guice 3.0. Servlets
spec version is 3.0.
Test Comet s…
-
```
Hi,
I've been trying to get guice to work with Sling for a project. All was going
fine until I hit a couple of stories that really needed RequestScoping.
I could add the filter in the web.x…
-
```
When a simple guice servlet application is created, e.g. following the example
in the wiki (https://code.google.com/p/google-guice/wiki/ServletModule), it can
be deployed and redeployed several …
-
```
I'm looking for an example of a class which is to be used as a servlet to
direct the FileTransfer.upload function to.
All I could find was the "extremely insecure" example here.
Can you produ…
-
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…
-
* **What are you trying to do?**
Trying to build and run nexus-repository-apk with nexus 3.71
* **What feature or behavior is this required for?**
Nexus should run with nexus-repository-apk plugi…
-
_From [swapii](https://code.google.com/u/103782806946526981779/) on August 30, 2011 07:39:51_
I've connect Guice to my project, write web.xml and everything gone right until I wan't to realize async …
-
```
Using snapshot 20090706
With this test:
public void testGetAllServletBindings() throws Exception {
Injector injector = Guice.createInjector(new ServletModule());
injector.getAllBinding…
-
```
I believe there is a bug in Guice-Servlet when grabbing a RequestDispatcher
to a servlet served by Guice.
For example:
with: serve("/download").with(DownloadServlet.class);
request.getRequestD…