1. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  2. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  3. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  4. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  5. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  6. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago
  7. 3b02622 Snapshot cookies in continuing request to prevent mutation side effects by Dhanji R. Prasanna · 10 years ago
  8. 4a4d825 Block when transferring request scope instead of checking owners & throwing exceptions. This lets users delete hacky spin loops. by Sam Berlin · 10 years ago
  9. 269f2f6 Fix issue 379 -- strip the query off the URI when checking to see if the by Sam Berlin · 10 years ago
  10. f1abba3 On second thought, according to the javadocs @ http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html#getPathInfo() .. this is probably more correct, and still better than what it was before. by Sam Berlin · 10 years ago
  11. c35ebc2 Fix external issue 372 -- only scrub the pathInfo if the servletPath actually by Sam Berlin · 10 years ago
  12. c33e73c Improve OutOfScopeException so that it tells you which key it was trying to by Sam Berlin · 10 years ago
  13. 882330d HttpServletRequest#getCookies() can return null; checks that in ContinuingHttpServletRequest. by Christian Edward Gruber · 11 years ago
  14. 389cb71 Fixed exception in contextpath string manipulation. by Sam Berlin · 12 years ago
  15. 1db3e79 Follow-up cleanup CL, removing an unnecessary parameter and strengthening typing. by Sam Berlin · 12 years ago
  16. 997ae12 Reduce stack size and simplify control flow in FilterChainInvocation. by Sam Berlin · 12 years ago
  17. 7dc62e5 Add a new transferRequest method to ServletScopes which propagates all existing scoped objects. Allows servlet engines to detach & reattach threads (while waiting for a request to receive results from RPCs). by Sam Berlin · 12 years ago
  18. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 12 years ago
  19. fee2d23 Ensure servlets & filters are processed in the correct order in all scenarios. Fix so that code like: by Sam Berlin · 13 years ago
  20. 9afcdd8 Prune all the billions of c.g.i.servlet.Filter{ChainInvocation,Definition}.doFilter elements from the stack traces. by Sam Berlin · 13 years ago
  21. 8c92236 by guice.mirrorbot@gmail.com · 13 years ago
  22. e09d8bf by guice.mirrorbot@gmail.com · 13 years ago
  23. ab8f0c6 by guice.mirrorbot@gmail.com · 13 years ago
  24. 0b26f78 by guice.mirrorbot@gmail.com · 13 years ago
  25. b7a02b0 by sberlin · 13 years ago
  26. 4e11457 fixup whitespace by sberlin · 13 years ago
  27. d9c913a 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. by sberlin · 13 years ago
  28. 5b73df6 rm @Override to maintain source compatibility. by sberlin · 13 years ago
  29. e133f5f Make the @RequestParameteters Map derive its values from the existing by isaac.q.shum · 13 years ago
  30. 4e10dab issue 418 - make sure servlet extension works with context paths. thanks to Henning for provided the patches. by sberlin · 13 years ago
  31. 8b64d45 Remove InjectorBuilder in favor of methods in Binder. by sberlin · 14 years ago
  32. b886ce3 rm ServletScopes.nullObject -- use a null value in the map to seed a key with null. by sberlin · 14 years ago
  33. 2196786 allow scopeRequest/continueRequest to seed with a null value, and also type-check the values immediately. by sberlin · 14 years ago
  34. a5c13e2 simplify servlet SPI test. by sberlin · 14 years ago
  35. 2a031c0 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. by sberlin · 14 years ago
  36. 0693a15 Support for custom request scopes overloaded onto the @RequestScoped annotation. by dhanji · 14 years ago
  37. 10925e4 sberlin review for the previous CL. by dhanji · 14 years ago
  38. 7ebe5f6 More tests for the continuing request idiom. by dhanji · 14 years ago
  39. b4b7f72 issue 524 part 2 -- add an SPI to the servlet extension to be able to introspect on its bindings. by sberlin · 14 years ago
  40. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago