History log of /external/guice/extensions/servlet/test/com/google/inject/servlet/ServletModuleTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d883444d53d0ce8072490bc2d056ee87f9f547a 27-May-2014 Dhanji R. Prasanna <dhanji@gmail.com> Test for issue #571
/external/guice/extensions/servlet/test/com/google/inject/servlet/ServletModuleTest.java
b7a02b02d81c830d148355c90bc309bcd66fb592 08-Jul-2011 sberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e> * Remove unused imports
* Sort imports
* Convert tabs to spaces
* Fix the ant no_aop build


Revision created by MOE tool push_codebase.
MOE_MIGRATION=2532


git-svn-id: https://google-guice.googlecode.com/svn/trunk@1572 d779f126-a31b-0410-b53b-1d3aecad763e
/external/guice/extensions/servlet/test/com/google/inject/servlet/ServletModuleTest.java
4e11457f34addf5d10fe0c31cefd54c75c37b540 29-Jun-2011 sberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e> fixup whitespace

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1563 d779f126-a31b-0410-b53b-1d3aecad763e
/external/guice/extensions/servlet/test/com/google/inject/servlet/ServletModuleTest.java
d9c913acca55023ef5d76a32c3d4a51ee6b420cb 26-Jun-2011 sberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e> switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util.

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1558 d779f126-a31b-0410-b53b-1d3aecad763e
/external/guice/extensions/servlet/test/com/google/inject/servlet/ServletModuleTest.java
2a031c02780b7742090aea2830b421b84867e2ff 27-Sep-2010 sberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e> fix issue 544 -- allow ServletModules to be reused w/o reconstructing new ones. also fixes a bug where a ServletModule that contained only filters would have run each filter twice if the module was being reused (or three times if it was being used a third time, etc..). thanks to mathiue.carbou for pointing out the problem.

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1273 d779f126-a31b-0410-b53b-1d3aecad763e
/external/guice/extensions/servlet/test/com/google/inject/servlet/ServletModuleTest.java