1. de6cced FELIX-3181 Applied JMX statistcs patch (thanks Justin Edelson) by Felix Meschberger · 13 years ago
  2. d2f689a FELIX3134 Use better default port for HTTPS -- 8443 instead of 433 by Felix Meschberger · 13 years ago
  3. 26d5ccd FELIX-3102 Applied the patch supplied by Julian Sedding(thanks) by Felix Meschberger · 13 years ago
  4. 815934f FELIX-2897 Add support for JMX support in the Jetty Container by Felix Meschberger · 13 years ago
  5. 6f46dd1 FELIX-3127 Force sending the Date header by Felix Meschberger · 13 years ago
  6. b099aa4 FELIX-2881 Fixed the problem. by Marcel Offermans · 13 years ago
  7. 2f6f137 FELIX-1796 Added cometd support to HTTP service. by Timothy Michael Moloney · 13 years ago
  8. a4bfea0 Update DEPENDENCIES files to focus on third-party software. by Richard S. Hall · 13 years ago
  9. 6e8e0e9 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 13 years ago
  10. b39f7f7 [maven-release-plugin] prepare release org.apache.felix.http-2.2.0 by Felix Meschberger · 13 years ago
  11. 42b0e9c FELIX-2806 Ensure DEPENDENCIES files are included in the artifacts by Felix Meschberger · 13 years ago
  12. ef0df66 FELIX-2806 Create DEPENDENCIES files and fix NOTICE files for compliance by Felix Meschberger · 13 years ago
  13. 6826f76 Fix copyright year by Felix Meschberger · 13 years ago
  14. d898518 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 13 years ago
  15. 8da15ce [maven-release-plugin] prepare release org.apache.felix.http-2.1.0 by Felix Meschberger · 13 years ago
  16. d43457d FELIX-2801 Export Http Service Extension API at fixed version 2.0.4 (should really be 2.0.0 but has already been exported as 2.0.4 in previous release) and Proxy API as 2.1.0 (has new ProxyListener class). by Felix Meschberger · 13 years ago
  17. 722675e Add @since tag by Felix Meschberger · 13 years ago
  18. 607eb27 Revert versions back after broken release by Felix Meschberger · 13 years ago
  19. 9b69940 Revert versions back after broken release by Felix Meschberger · 13 years ago
  20. 879dd34 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 13 years ago
  21. 5fe22f7 [maven-release-plugin] prepare release org.apache.felix.http-2.1.0 by Felix Meschberger · 13 years ago
  22. 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
  23. a996e90 FELIX-1962 Add ProxyListener to Bridge Sample by Felix Meschberger · 13 years ago
  24. 29ec83c FELIX-1962 Add the EventDispatcher from the Http Base bundle as listener into Jetty to allow Jetty to send events to the registered listener services by Felix Meschberger · 13 years ago
  25. e4cd8cd FELIX-1962 Provide a ProxyListener analogous to the ProxyServlet to be called by the actual listener registered with the servlet container and to forward the events to the registered listeners. by Felix Meschberger · 13 years ago
  26. fc35ff7 FELIX-1962 Register the EventDispatcher for it to be available in the ProxyListener (see the HTTP proxy bundle) by Felix Meschberger · 13 years ago
  27. 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 · 13 years ago
  28. e6c9b03 FELIX-2772 Do not use HTTP or HTTPS if configured port number is less than or equal to zero even though the FELIX_HTTP[S]_ENABLE flag is true by Felix Meschberger · 13 years ago
  29. eb87faf FELIX-2768 Adapt unit test: sendError is not called but only setStatus by Felix Meschberger · 13 years ago
  30. d7f9433 FELIX-1978 Register the ManagedService as a service factory and dynamically import Configuration Admin API. This allows to start Jetty without Configuration Admin but to still receive configuration once the Configuration Admin service is providing configuration by Felix Meschberger · 13 years ago
  31. 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 · 13 years ago
  32. 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 · 13 years ago
  33. 93d1cdf FELIX-1946: Only startup Jetty if either HTTP or HTTPS is enabled and improve messaging: If Jetty is not started, say so. If Jetty is started report ports of enabled HTTP and HTTPS services. by Felix Meschberger · 13 years ago
  34. 358cb3e Better handle non-String configuration properties by Felix Meschberger · 13 years ago
  35. d656101 FELIX-2769 fix PID otherwise this is of no use by Felix Meschberger · 13 years ago
  36. 1ac50ed FELIX-2769 Provide a Metatype service descriptor to support rendering configuration GUI, e.g. in the Web Console by Felix Meschberger · 14 years ago
  37. ccce121 FELIX-2398 Add configuration properties to set whether NIO is to be used for HTTP(S): by Felix Meschberger · 14 years ago
  38. 541821c FELIX-2691 Apply patch by Misha Koshelev (thanks) fixing the name validity check for Resource registration by Felix Meschberger · 14 years ago
  39. 734f134 FELIX-2387 : registerServlet() throws NPE by Carsten Ziegeler · 14 years ago
  40. 3953904 FELIX-2605 : FilterHandler should pre-compile regular expression by Carsten Ziegeler · 14 years ago
  41. d4c7d47 FELIX-2292 - update both http implementations to latest jetty 6 (6.1.24) as an interim step so that we have a "latest jetty 6" version prior to migration to jetty 7 by Rob Walker · 14 years ago
  42. fef8c11 FELIX-2030 Calculate the context path from the actual context path and the by Felix Meschberger · 14 years ago
  43. 0e71f56 FELIX-2030 Calculate the context path from the actual context path and the by Felix Meschberger · 14 years ago
  44. 83ba00d FELIX-1979 Fixed test case (getPathInfo was not mocked) by Felix Meschberger · 14 years ago
  45. 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
  46. 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 · 14 years ago
  47. 1da514f FELIX-1979 Applying proposed patch, which seems to fix this issue. by Felix Meschberger · 14 years ago
  48. e93c4df Add missing ASL2 header by Felix Meschberger · 15 years ago
  49. 6e270f6 [maven-release-plugin] prepare for next development iteration by Sten Roger Sandvik · 15 years ago
  50. 71ddccc [maven-release-plugin] prepare release org.apache.felix.http-2.0.4 by Sten Roger Sandvik · 15 years ago
  51. aac00fd FELIX-1872: Fixed so that setAttribute is nullsafe by Sten Roger Sandvik · 15 years ago
  52. 5b20cf4 FELIX-1873: Fixed default httpcontext bug in whiteboard by Sten Roger Sandvik · 15 years ago
  53. 8a1c32f FELIX-1860: Applied patch from Justin Edelson by Sten Roger Sandvik · 15 years ago
  54. eff892e FELIX-1863: Applied patch from Justin Edelson by Sten Roger Sandvik · 15 years ago
  55. 2906178 FELIX-1704: Added exporting of service properties in Jetty service. by Sten Roger Sandvik · 15 years ago
  56. 644a5e0 FELIX-1821: Fixed so that the system loggers survive restarts. by Sten Roger Sandvik · 15 years ago
  57. a7d42e8 FELIX-1713: getPathInfo() fix. Stripped everyting away after first ; (semicolon). by Sten Roger Sandvik · 15 years ago
  58. 6c85de0 FELIX-1713: Fixed getPathInfo() bug by Sten Roger Sandvik · 15 years ago
  59. 4ff52b3 [maven-release-plugin] prepare for next development iteration by Sten Roger Sandvik · 15 years ago
  60. 15064ea [maven-release-plugin] prepare release org.apache.felix.http-2.0.2 by Sten Roger Sandvik · 15 years ago
  61. 4b26230 Change OSGi API dependencies to be on the official JAR files. Added core by Richard S. Hall · 15 years ago
  62. e8afc4f Remove some odd character. by Richard S. Hall · 15 years ago
  63. 5ab3a0a Uses bridge instead of bundle for sample by Sten Roger Sandvik · 15 years ago
  64. d6f0608 FELIX-1668: Uses OSGi 1.0.0 libs instead of 1.2.0. by Sten Roger Sandvik · 15 years ago
  65. 897fb70 FELIX-1667: Fixes issues with NOTICE files by Sten Roger Sandvik · 15 years ago
  66. 70a2f9f FELIX-1667: Added LICENSE and NOTICE to META-INF under war file. by Sten Roger Sandvik · 15 years ago
  67. fd651b1 FELIX-1667: Added right module names under NOTICE files by Sten Roger Sandvik · 15 years ago
  68. ffea4f8 Rolled back the version to 2.0.0-SNAPSHOT by Sten Roger Sandvik · 15 years ago
  69. 5575408 [maven-release-plugin] prepare for next development iteration by Sten Roger Sandvik · 15 years ago
  70. ee4dd85 [maven-release-plugin] prepare release org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  71. 7dd618c [maven-release-plugin] rollback the release of org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  72. 3882e74 [maven-release-plugin] prepare release org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  73. b61405d Fixed all poms by Sten Roger Sandvik · 15 years ago
  74. 4cbab06 Added required licenses to samples by Sten Roger Sandvik · 15 years ago
  75. 7401a84 Changed pom - moved samples to another profile by Sten Roger Sandvik · 15 years ago
  76. faf8abf [maven-release-plugin] rollback the release of org.apache.felix.http-2.0.0 by Sten Roger Sandvik · 15 years ago
  77. 3d359f0 Removed unused README file by Sten Roger Sandvik · 15 years ago
  78. df2ba07 Modified pom.xml so that samples are build seperately by Sten Roger Sandvik · 15 years ago
  79. cb6a4b9 Fixed whiteboard httpservice detection. by Sten Roger Sandvik · 15 years ago
  80. eafab79 Fixed whiteboard httpservice detection. by Sten Roger Sandvik · 15 years ago
  81. 3ec5809 FELIX-771: Degraded jetty info logging to debug. by Sten Roger Sandvik · 15 years ago
  82. 2ff416f Fixed jetty starting up 2 times by Sten Roger Sandvik · 15 years ago
  83. 4dbf1d6 Added more robust logging. by Sten Roger Sandvik · 15 years ago
  84. a821176 Added LICENSE and NOTICE files in all jars. by Sten Roger Sandvik · 15 years ago
  85. 3026ee0 Removed files that should not be checked in here. My mistake. by Sten Roger Sandvik · 15 years ago
  86. a279406 Added notice files release packages by Sten Roger Sandvik · 15 years ago
  87. 2688cdb Reactor seems stuck on using 1.4.0 bundleplugin everywhere, so can't use provided scope here as then base won't be on BND classpath by Stuart McCulloch · 15 years ago
  88. f52abb8 FELIX-1456: Attached it to master pom by Sten Roger Sandvik · 15 years ago
  89. 5af73c2 FELIX-1456: Added improved httpservice implementation by Sten Roger Sandvik · 15 years ago