-
```
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…
-
```
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…
-
```
Using snapshot 20090706
With this test:
public void testGetAllServletBindings() throws Exception {
Injector injector = Guice.createInjector(new ServletModule());
injector.getAllBinding…
-
```
Guice wraps HttpServletRequest with a wrapper ManagedFilterPipeline. This
wrapper is passed to filters and servlets. However this wrapper is not injected
to objects. The injected request is the …
-
```
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 …
-
```
What steps will reproduce the problem?
1. Check out the project.
2. Import into Eclipse.
3. All GWT references broken.
What is the expected output? What do you see instead?
gwt-servlet.jar isn't …
-
```
In this scenario I have a web app and a flex app where the flex app
performs much of the admin functions for the web app.
The flex app is a servlet response.
The question (and I'm not sure if th…
-
Hello,
I am getting the following stacktrace when trying to start neo4j community edition version 5.19.0
Neo4j Version: 5.19.0
Operating System: Debian bullseye
API: Java 21.0.3
When starti…
-
RestProtocolAdapterFactory supports only HTTP(S) and the NIO variants of it.
-
this goes away when i clean tomcat and republish, but it seems to come back when I restart computer&eclipse, so find a cure.
Nov 27, 2012 10:33:04 AM org.apache.catalina.core.AprLifecycleListener ini…