-
```
Patch attached.
```
Original issue reported on code.google.com by `mathias....@gmail.com` on 19 Dec 2008 at 11:38
Attachments:
- [guiceservlet.patch](https://storage.googleapis.com/google-code-a…
-
```
Hi,
I've just been looking at using warp-persist, and whilst it seems like a
useful tool, the messy state of the svn repository makes it a bit of an
epic effort to understand the state of the pro…
-
### 解决方案检查
- [X] 我已阅读常见问题(),并没有找到解决方案
- [X] 我已搜索issue列表(),并没有发现类似的问题
### 预期行为
ubuntu20.04环境下,在开启桌面歌词的情况下,第二次打开音乐助手软件,歌词背景正常。
### 实际行为
#ubuntu20.04环境下,在开启桌面歌词的情况下,第二次打开音乐助手软件,桌面歌词异常。
![2022-04-2…
-
```
It would be convenient to specify a servlet instance with the Servlet 2 syntax:
serve("/static/*").with(new StaticContentServlet(...));
```
Original issue reported on code.google.com by `limpbi…
-
```
I'm trying to use ServletModule#serve().with()
javax.faces.webapp.FacesServlet using guice 2.0-r929 but the code doesn't
compile since FacesServlet implements Servlet, and the method is acceptin…
-
```
Take same project that works with Glassfish v2 and run under v3. None of the
servlets setup from guice can be used.
```
Original issue reported on code.google.com by `pjul...@gmail.com` on 14 D…
-
```
1. Put a static HTML file or JSP somewhere in your web app. For example,
WEB-INF/protected_page.html. This bug also applies to files in the root
dir, not just under WEB-INF.
2. Write a simple S…
-
```
Please remove the useless (and spamest) line:
System.out.println("-----" + finderDescriptor.returnClass);
in com.google.inject.persist.jpa.JpaFinderProxy
```
Original issue reported on code.googl…
-
```
Take same project that works with Glassfish v2 and run under v3. None of the
servlets setup from guice can be used.
```
Original issue reported on code.google.com by `pjul...@gmail.com` on 14 D…
-
```
To implement GWT remote services, one needs to extend RemoteServiceServlet.
Therefore one cannot extend InjectedHttpServlet, and has to resort to
override init(ServletConfig c).
```
Original issu…