1. 5fe22f7 [maven-release-plugin] prepare release org.apache.felix.http-2.1.0 by Felix Meschberger · 13 years ago
  2. 52a3f95 FELIX-2788 Allow for the configuration of shared ServletContext attributes. Currently configuration is static using a framework property -- org.apache.felix.http.shared_servlet_context_attributes -- which when set to true causes servlet context attributes to be shared amongst all servlet contexts as well as the servlet container's servlet context. by Felix Meschberger · 13 years ago
  3. 8cd166b FELIX-1962 Support for listeners in the base bundle: Context Attribute and Request Attribute as well as request events are handled from within. Session and Session Attribute events are handled through a hook request to be installed in the actual servlet container. This works with the EventDispatcher class similarly to the DispatcherServlet. by Felix Meschberger · 14 years ago
  4. eb87faf FELIX-2768 Adapt unit test: sendError is not called but only setStatus by Felix Meschberger · 14 years ago
  5. f903916 FELIX-2768 Preset 403/FORBIDDEN response before calling HttpContext.handleSecurity instead of sendError after handleSecurity. This presets a sensible status if handleSecurity does not do it but does not overwrite the handleSecurity response if handleSecurity does not flush the buffer by Felix Meschberger · 14 years ago
  6. cafc563 FELIX-2394 Do not destroy any filters and servlets still registered with the HttpService when the service is ungotten before the servlets/filters have been unregistered. by Felix Meschberger · 14 years ago
  7. 541821c FELIX-2691 Apply patch by Misha Koshelev (thanks) fixing the name validity check for Resource registration by Felix Meschberger · 14 years ago
  8. 734f134 FELIX-2387 : registerServlet() throws NPE by Carsten Ziegeler · 14 years ago
  9. 3953904 FELIX-2605 : FilterHandler should pre-compile regular expression by Carsten Ziegeler · 14 years ago
  10. fef8c11 FELIX-2030 Calculate the context path from the actual context path and the by Felix Meschberger · 14 years ago
  11. 0e71f56 FELIX-2030 Calculate the context path from the actual context path and the by Felix Meschberger · 14 years ago
  12. 83ba00d FELIX-1979 Fixed test case (getPathInfo was not mocked) by Felix Meschberger · 14 years ago
  13. 4781a01 FELIX-1979 Apply improved patch based on servlet container's path info (dropping the need for decoding and cutting of servlet path) by Felix Meschberger · 14 years ago
  14. 2bd660c FELIX-1999 Handle ServletRequest.getPathInfo() possibly being null. For both filters and servlets, we assume the path info is "/" in case the actual path info is reported as null from the servlet container. by Felix Meschberger · 15 years ago
  15. 1da514f FELIX-1979 Applying proposed patch, which seems to fix this issue. by Felix Meschberger · 15 years ago
  16. e93c4df Add missing ASL2 header by Felix Meschberger · 15 years ago
  17. 6e270f6 [maven-release-plugin] prepare for next development iteration by Sten Roger Sandvik · 15 years ago
  18. 71ddccc [maven-release-plugin] prepare release org.apache.felix.http-2.0.4 by Sten Roger Sandvik · 15 years ago
  19. aac00fd FELIX-1872: Fixed so that setAttribute is nullsafe by Sten Roger Sandvik · 15 years ago
  20. 8a1c32f FELIX-1860: Applied patch from Justin Edelson by Sten Roger Sandvik · 15 years ago
  21. eff892e FELIX-1863: Applied patch from Justin Edelson by Sten Roger Sandvik · 15 years ago
  22. 644a5e0 FELIX-1821: Fixed so that the system loggers survive restarts. by Sten Roger Sandvik · 15 years ago
  23. a7d42e8 FELIX-1713: getPathInfo() fix. Stripped everyting away after first ; (semicolon). by Sten Roger Sandvik · 15 years ago
  24. 6c85de0 FELIX-1713: Fixed getPathInfo() bug by Sten Roger Sandvik · 15 years ago
  25. 4ff52b3 [maven-release-plugin] prepare for next development iteration by Sten Roger Sandvik · 15 years ago
  26. 15064ea [maven-release-plugin] prepare release org.apache.felix.http-2.0.2 by Sten Roger Sandvik · 15 years ago
  27. 4b26230 Change OSGi API dependencies to be on the official JAR files. Added core by Richard S. Hall · 15 years ago
  28. 897fb70 FELIX-1667: Fixes issues with NOTICE files by Sten Roger Sandvik · 15 years ago
  29. fd651b1 FELIX-1667: Added right module names under NOTICE files by Sten Roger Sandvik · 15 years ago
  30. ffea4f8 Rolled back the version to 2.0.0-SNAPSHOT by Sten Roger Sandvik · 15 years ago
  31. 5575408 [maven-release-plugin] prepare for next development iteration by Sten Roger Sandvik · 15 years ago
  32. ee4dd85 [maven-release-plugin] prepare release org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  33. 7dd618c [maven-release-plugin] rollback the release of org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  34. 3882e74 [maven-release-plugin] prepare release org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  35. b61405d Fixed all poms by Sten Roger Sandvik · 15 years ago
  36. 4dbf1d6 Added more robust logging. by Sten Roger Sandvik · 15 years ago
  37. a821176 Added LICENSE and NOTICE files in all jars. by Sten Roger Sandvik · 15 years ago
  38. a279406 Added notice files release packages by Sten Roger Sandvik · 15 years ago
  39. 5af73c2 FELIX-1456: Added improved httpservice implementation by Sten Roger Sandvik · 15 years ago