-
```
When combining several features that provide guice modules that can only be
used with Guice's ServletModule, I find that I must explicitly include "new
ServletModule()" in the list of modules that…
-
```
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…
-
Type: Bug
1. Copy a block of text:
cspell:npm/dict/npm.txt
cspell:filetypes/filetypes.txt
cspell:typescript/dict/typescript.txt
cspell:php/dict…
-
```
When combining several features that provide guice modules that can only be
used with Guice's ServletModule, I find that I must explicitly include "new
ServletModule()" in the list of modules that…
-
```
When combining several features that provide guice modules that can only be
used with Guice's ServletModule, I find that I must explicitly include "new
ServletModule()" in the list of modules that…
-
```
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…
-
```
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…
-
When using fontmake to generate instances, MutatorMath prints warnings. How to fix these?
```sh
$ git clone --recursive https://github.com/googlei18n/noto-source.git
$ ./build setup
$ ./build sr…
-
```
I think we could make the DB4O builder API more user friendly if someone
who knows DB4O better than I do has a look. The internal choice between
remote / local and the like should be the first cho…
-
```
There is a rule saying :
1 - Look at a constructor annotated with @Inject. If so, select it.
2 - Look at a no-parameter constructor. If so select it.
3 - Throw an exception.
Is there a reason fo…