rubyfox-server 2.11.1.0 → 2.12.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (366) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubyfox/server/data/config/.keep +0 -0
  3. data/lib/rubyfox/server/data/config/_backups/.keep +0 -0
  4. data/lib/rubyfox/server/data/config/admin/admintool.xml +23 -0
  5. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/config_room.txt +9 -0
  6. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/config_server.txt +31 -66
  7. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/config_zone.txt +49 -3
  8. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/runtime_game.txt +0 -0
  9. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/runtime_mmo.txt +0 -0
  10. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/runtime_room.txt +11 -0
  11. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/runtime_user.txt +0 -0
  12. data/lib/rubyfox/server/data/config/{descriptors → admin/descriptors}/runtime_zone.txt +15 -0
  13. data/lib/rubyfox/server/data/config/admin/gmc/gmc.py +118 -0
  14. data/lib/rubyfox/server/data/config/admin/icons/Analytics.png +0 -0
  15. data/lib/rubyfox/server/data/config/admin/icons/BanManager.png +0 -0
  16. data/lib/rubyfox/server/data/config/admin/icons/BlueBoxMonitor.png +0 -0
  17. data/lib/rubyfox/server/data/config/admin/icons/Console.png +0 -0
  18. data/lib/rubyfox/server/data/config/admin/icons/Dashboard.png +0 -0
  19. data/lib/rubyfox/server/data/config/admin/icons/ExtensionManager.png +0 -0
  20. data/lib/rubyfox/server/data/config/admin/icons/LicenseManager.png +0 -0
  21. data/lib/rubyfox/server/data/config/admin/icons/LogViewer.png +0 -0
  22. data/lib/rubyfox/server/data/config/admin/icons/ServerConfigurator.png +0 -0
  23. data/lib/rubyfox/server/data/config/admin/icons/ZoneConfigurator.png +0 -0
  24. data/lib/rubyfox/server/data/config/admin/icons/ZoneMonitor.png +0 -0
  25. data/lib/rubyfox/server/data/config/core.xml +6 -6
  26. data/lib/rubyfox/server/data/config/server.xml +4 -3
  27. data/lib/rubyfox/server/data/data/GeoLite2-Country.mmdb +0 -0
  28. data/lib/rubyfox/server/data/data/bannedusers/.keep +0 -0
  29. data/lib/rubyfox/server/data/data/buddylists/.keep +0 -0
  30. data/lib/rubyfox/server/data/extensions/.keep +0 -0
  31. data/lib/rubyfox/server/data/extensions/__lib__/.keep +0 -0
  32. data/lib/rubyfox/server/data/extensions/pyTest/Simple.py +42 -0
  33. data/lib/rubyfox/server/data/lib/antlr-2.7.7.jar +0 -0
  34. data/lib/rubyfox/server/data/lib/commons-codec-1.9.jar +0 -0
  35. data/lib/rubyfox/server/data/lib/commons-logging-1.2.jar +0 -0
  36. data/lib/rubyfox/server/data/lib/commons-validator-1.5.0.jar +0 -0
  37. data/lib/rubyfox/server/data/lib/geoip2-2.8.0.jar +0 -0
  38. data/lib/rubyfox/server/data/lib/guava-18.0.jar +0 -0
  39. data/lib/rubyfox/server/data/lib/httpclient-4.5.2.jar +0 -0
  40. data/lib/rubyfox/server/data/lib/httpcore-4.4.4.jar +0 -0
  41. data/lib/rubyfox/server/data/lib/jackson-annotations-2.8.0.jar +0 -0
  42. data/lib/rubyfox/server/data/lib/jackson-core-2.8.2.jar +0 -0
  43. data/lib/rubyfox/server/data/lib/jackson-databind-2.8.2.jar +0 -0
  44. data/lib/rubyfox/server/data/lib/jetty/VERSION.txt +1977 -233
  45. data/lib/rubyfox/server/data/lib/jetty/etc/jamon.xml +32 -0
  46. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-alpn.xml +32 -0
  47. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-annotations.xml +1 -1
  48. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-cdi.xml +19 -0
  49. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-debug.xml +28 -15
  50. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-debuglog.xml +25 -0
  51. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-deploy.xml +20 -6
  52. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gcloud-memcached-sessions.xml +27 -0
  53. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gcloud-session-idmgr.xml +19 -0
  54. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gcloud-sessions.xml +27 -0
  55. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gzip.xml +67 -0
  56. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http-forwarded.xml +17 -0
  57. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http.xml +11 -5
  58. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http2.xml +26 -0
  59. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http2c.xml +18 -0
  60. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-https.xml +17 -35
  61. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-infinispan.xml +39 -0
  62. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ipaccess.xml +21 -24
  63. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jaas.xml +2 -3
  64. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jdbc-sessions.xml +34 -0
  65. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx-remote.xml +31 -18
  66. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx.xml +1 -12
  67. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-logging.xml +14 -14
  68. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-lowresources.xml +7 -7
  69. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml +6 -6
  70. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-nosql.xml +19 -0
  71. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-plus.xml +1 -1
  72. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy-protocol-ssl.xml +10 -0
  73. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy-protocol.xml +10 -0
  74. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy.xml +28 -28
  75. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-requestlog.xml +20 -22
  76. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-rewrite-customizer.xml +17 -0
  77. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-rewrite.xml +26 -36
  78. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-setuid.xml +8 -8
  79. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spring.xml +61 -0
  80. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ssl-context.xml +29 -0
  81. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ssl.xml +40 -23
  82. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-started.xml +2 -2
  83. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-stats.xml +7 -7
  84. data/lib/rubyfox/server/data/lib/jetty/etc/jetty.xml +24 -26
  85. data/lib/rubyfox/server/data/lib/jetty/etc/jminix.xml +12 -0
  86. data/lib/rubyfox/server/data/lib/jetty/etc/jolokia.xml +16 -0
  87. data/lib/rubyfox/server/data/lib/jetty/etc/krb5.ini +3 -3
  88. data/lib/rubyfox/server/data/lib/jetty/etc/rewrite-compactpath.xml +10 -0
  89. data/lib/rubyfox/server/data/lib/jetty/etc/webdefault.xml +34 -35
  90. data/lib/rubyfox/server/data/lib/jetty/lib/asm-5.0.1.jar +0 -0
  91. data/lib/rubyfox/server/data/lib/jetty/lib/asm-commons-5.0.1.jar +0 -0
  92. data/lib/rubyfox/server/data/lib/jetty/lib/fcgi/fcgi-client-9.3.11.v20160721.jar +0 -0
  93. data/lib/rubyfox/server/data/lib/jetty/lib/fcgi/fcgi-server-9.3.11.v20160721.jar +0 -0
  94. data/lib/rubyfox/server/data/lib/jetty/lib/http2-common-9.3.11.v20160721.jar +0 -0
  95. data/lib/rubyfox/server/data/lib/jetty/lib/http2-hpack-9.3.11.v20160721.jar +0 -0
  96. data/lib/rubyfox/server/data/lib/jetty/lib/http2-server-9.3.11.v20160721.jar +0 -0
  97. data/lib/rubyfox/server/data/lib/jetty/lib/javax-websocket-client-impl-9.3.11.v20160721.jar +0 -0
  98. data/lib/rubyfox/server/data/lib/jetty/lib/javax-websocket-server-impl-9.3.11.v20160721.jar +0 -0
  99. data/lib/rubyfox/server/data/lib/jetty/lib/{websocket/javax.websocket-api-1.0.jar → javax.websocket-api-1.0.jar} +0 -0
  100. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-alpn-server-9.3.11.v20160721.jar +0 -0
  101. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-annotations-9.3.11.v20160721.jar +0 -0
  102. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-client-9.3.11.v20160721.jar +0 -0
  103. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-continuation-9.3.11.v20160721.jar +0 -0
  104. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-deploy-9.3.11.v20160721.jar +0 -0
  105. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-gcloud-memcached-session-manager-9.3.11.v20160721.jar +0 -0
  106. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-gcloud-session-manager-9.3.11.v20160721.jar +0 -0
  107. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-http-9.3.11.v20160721.jar +0 -0
  108. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-infinispan-9.3.11.v20160721.jar +0 -0
  109. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-io-9.3.11.v20160721.jar +0 -0
  110. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaas-9.3.11.v20160721.jar +0 -0
  111. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaspi-9.3.11.v20160721.jar +0 -0
  112. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jmx-9.3.11.v20160721.jar +0 -0
  113. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jndi-9.3.11.v20160721.jar +0 -0
  114. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-nosql-9.3.11.v20160721.jar +0 -0
  115. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-plus-9.3.11.v20160721.jar +0 -0
  116. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-proxy-9.3.11.v20160721.jar +0 -0
  117. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-quickstart-9.3.11.v20160721.jar +0 -0
  118. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-rewrite-9.3.11.v20160721.jar +0 -0
  119. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-security-9.3.11.v20160721.jar +0 -0
  120. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-server-9.3.11.v20160721.jar +0 -0
  121. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlet-9.3.11.v20160721.jar +0 -0
  122. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlets-9.3.11.v20160721.jar +0 -0
  123. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-util-9.3.11.v20160721.jar +0 -0
  124. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-webapp-9.3.11.v20160721.jar +0 -0
  125. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-xml-9.3.11.v20160721.jar +0 -0
  126. data/lib/rubyfox/server/data/lib/jetty/lib/monitor/jetty-monitor-9.3.11.v20160721.jar +0 -0
  127. data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar +0 -0
  128. data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar +0 -0
  129. data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jdt.core.compiler.ecj-4.4.2.jar +0 -0
  130. data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jetty.apache-jsp-9.3.11.v20160721.jar +0 -0
  131. data/lib/rubyfox/server/data/lib/jetty/lib/org.mortbay.jasper.apache-el-8.0.33.jar +0 -0
  132. data/lib/rubyfox/server/data/lib/jetty/lib/org.mortbay.jasper.apache-jsp-8.0.33.jar +0 -0
  133. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/jetty-setuid-java-1.0.3.jar +0 -0
  134. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-linux.so +0 -0
  135. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-osx.so +0 -0
  136. data/lib/rubyfox/server/data/lib/jetty/lib/spring/jetty-spring-9.3.11.v20160721.jar +0 -0
  137. data/lib/rubyfox/server/data/lib/jetty/lib/start.jar +0 -0
  138. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-api-9.3.11.v20160721.jar +0 -0
  139. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-client-9.3.11.v20160721.jar +0 -0
  140. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-common-9.3.11.v20160721.jar +0 -0
  141. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-server-9.3.11.v20160721.jar +0 -0
  142. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-servlet-9.3.11.v20160721.jar +0 -0
  143. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0.mod +8 -0
  144. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_05.mod +8 -0
  145. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_101.mod +8 -0
  146. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_102.mod +8 -0
  147. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_11.mod +8 -0
  148. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_20.mod +8 -0
  149. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_25.mod +8 -0
  150. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_31.mod +8 -0
  151. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_40.mod +8 -0
  152. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_45.mod +8 -0
  153. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_51.mod +8 -0
  154. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_60.mod +8 -0
  155. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_65.mod +8 -0
  156. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_66.mod +8 -0
  157. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_71.mod +8 -0
  158. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_72.mod +8 -0
  159. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_73.mod +8 -0
  160. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_74.mod +8 -0
  161. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_77.mod +8 -0
  162. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_91.mod +8 -0
  163. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_92.mod +8 -0
  164. data/lib/rubyfox/server/data/lib/jetty/modules/alpn.mod +53 -0
  165. data/lib/rubyfox/server/data/lib/jetty/modules/apache-jsp.mod +10 -0
  166. data/lib/rubyfox/server/data/lib/jetty/modules/apache-jstl.mod +9 -0
  167. data/lib/rubyfox/server/data/lib/jetty/modules/cdi.mod +39 -0
  168. data/lib/rubyfox/server/data/lib/jetty/modules/debug.mod +21 -1
  169. data/lib/rubyfox/server/data/lib/jetty/modules/debuglog.mod +25 -0
  170. data/lib/rubyfox/server/data/lib/jetty/modules/deploy.mod +16 -0
  171. data/lib/rubyfox/server/data/lib/jetty/modules/ext.mod +2 -2
  172. data/lib/rubyfox/server/data/lib/jetty/modules/fcgi.mod +15 -0
  173. data/lib/rubyfox/server/data/lib/jetty/modules/gcloud-memcached-sessions.mod +26 -0
  174. data/lib/rubyfox/server/data/lib/jetty/modules/gcloud-session-idmgr.mod +63 -0
  175. data/lib/rubyfox/server/data/lib/jetty/modules/gcloud-sessions.mod +11 -0
  176. data/lib/rubyfox/server/data/lib/jetty/modules/gzip.mod +23 -0
  177. data/lib/rubyfox/server/data/lib/jetty/modules/hawtio.mod +28 -0
  178. data/lib/rubyfox/server/data/lib/jetty/modules/home-base-warning.mod +7 -0
  179. data/lib/rubyfox/server/data/lib/jetty/modules/http-forwarded.mod +20 -0
  180. data/lib/rubyfox/server/data/lib/jetty/modules/http.mod +28 -3
  181. data/lib/rubyfox/server/data/lib/jetty/modules/http2.mod +20 -0
  182. data/lib/rubyfox/server/data/lib/jetty/modules/http2c.mod +22 -0
  183. data/lib/rubyfox/server/data/lib/jetty/modules/https.mod +4 -6
  184. data/lib/rubyfox/server/data/lib/jetty/modules/infinispan.mod +33 -0
  185. data/lib/rubyfox/server/data/lib/jetty/modules/jaas.mod +3 -2
  186. data/lib/rubyfox/server/data/lib/jetty/modules/jamon.mod +31 -0
  187. data/lib/rubyfox/server/data/lib/jetty/modules/jdbc-sessions.mod +27 -0
  188. data/lib/rubyfox/server/data/lib/jetty/modules/jminix.mod +41 -0
  189. data/lib/rubyfox/server/data/lib/jetty/modules/jmx-remote.mod +5 -7
  190. data/lib/rubyfox/server/data/lib/jetty/modules/jmx.mod +3 -0
  191. data/lib/rubyfox/server/data/lib/jetty/modules/jolokia.mod +19 -0
  192. data/lib/rubyfox/server/data/lib/jetty/modules/jsp.mod +2 -7
  193. data/lib/rubyfox/server/data/lib/jetty/modules/jstl.mod +8 -0
  194. data/lib/rubyfox/server/data/lib/jetty/modules/jvm.mod +0 -1
  195. data/lib/rubyfox/server/data/lib/jetty/modules/logging.mod +19 -10
  196. data/lib/rubyfox/server/data/lib/jetty/modules/lowresources.mod +17 -7
  197. data/lib/rubyfox/server/data/lib/jetty/modules/monitor.mod +2 -2
  198. data/lib/rubyfox/server/data/lib/jetty/modules/nosql.mod +31 -0
  199. data/lib/rubyfox/server/data/lib/jetty/modules/plus.mod +1 -0
  200. data/lib/rubyfox/server/data/lib/jetty/modules/proxy-protocol-ssl.mod +9 -0
  201. data/lib/rubyfox/server/data/lib/jetty/modules/proxy-protocol.mod +9 -0
  202. data/lib/rubyfox/server/data/lib/jetty/modules/proxy.mod +6 -6
  203. data/lib/rubyfox/server/data/lib/jetty/modules/quickstart.mod +11 -0
  204. data/lib/rubyfox/server/data/lib/jetty/modules/requestlog.mod +25 -11
  205. data/lib/rubyfox/server/data/lib/jetty/modules/resources.mod +1 -1
  206. data/lib/rubyfox/server/data/lib/jetty/modules/rewrite-compactpath.mod +10 -0
  207. data/lib/rubyfox/server/data/lib/jetty/modules/rewrite-customizer.mod +24 -0
  208. data/lib/rubyfox/server/data/lib/jetty/modules/rewrite.mod +12 -1
  209. data/lib/rubyfox/server/data/lib/jetty/modules/server.mod +55 -14
  210. data/lib/rubyfox/server/data/lib/jetty/modules/servlets.mod +1 -0
  211. data/lib/rubyfox/server/data/lib/jetty/modules/setuid.mod +5 -5
  212. data/lib/rubyfox/server/data/lib/jetty/modules/spring.mod +17 -0
  213. data/lib/rubyfox/server/data/lib/jetty/modules/ssl.mod +81 -13
  214. data/lib/rubyfox/server/data/lib/jetty/start.d/http.ini +2 -2
  215. data/lib/rubyfox/server/data/lib/jetty/start.d/https.ini +4 -3
  216. data/lib/rubyfox/server/data/lib/jetty/start.d/ssl.ini +6 -6
  217. data/lib/rubyfox/server/data/lib/jetty/start.ini +6 -7
  218. data/lib/rubyfox/server/data/lib/logs-analysis-app.jar +0 -0
  219. data/lib/rubyfox/server/data/lib/logs-backup-app.jar +0 -0
  220. data/lib/rubyfox/server/data/lib/maxmind-db-1.2.1.jar +0 -0
  221. data/lib/rubyfox/server/data/lib/{scala-library.jar → scala-library-2.11.6.jar} +0 -0
  222. data/lib/rubyfox/server/data/lib/sfs2x-admin.jar +0 -0
  223. data/lib/rubyfox/server/data/lib/sfs2x-lib.jar +0 -0
  224. data/lib/rubyfox/server/data/lib/sfs2x-util.jar +0 -0
  225. data/lib/rubyfox/server/data/lib/sfs2x.jar +0 -0
  226. data/lib/rubyfox/server/data/lib/stringtemplate-3.2.1.jar +0 -0
  227. data/lib/rubyfox/server/data/logs/.keep +0 -0
  228. data/lib/rubyfox/server/data/logs/boot/.keep +0 -0
  229. data/lib/rubyfox/server/data/logs/http/.keep +0 -0
  230. data/lib/rubyfox/server/data/sfs2x-service +31 -22
  231. data/lib/rubyfox/server/data/www/.keep +0 -0
  232. data/lib/rubyfox/server/data/www/HelloServlet/META-INF/MANIFEST.MF +2 -0
  233. data/lib/rubyfox/server/data/www/HelloServlet/META-INF/context.xml +2 -0
  234. data/lib/rubyfox/server/data/www/HelloServlet/WEB-INF/classes/.netbeans_automatic_build +0 -0
  235. data/lib/rubyfox/server/data/www/HelloServlet/WEB-INF/classes/.netbeans_update_resources +0 -0
  236. data/lib/rubyfox/server/data/www/HelloServlet/WEB-INF/classes/simple/test/jsp/HelloServlet.class +0 -0
  237. data/lib/rubyfox/server/data/www/HelloServlet/WEB-INF/web.xml +16 -0
  238. data/lib/rubyfox/server/data/www/HelloServlet/index.jsp +40 -0
  239. data/lib/rubyfox/server/data/www/PyServletExample/MyModule$py.class +0 -0
  240. data/lib/rubyfox/server/data/www/PyServletExample/MyModule.py +5 -0
  241. data/lib/rubyfox/server/data/www/PyServletExample/WEB-INF/web.xml +37 -0
  242. data/lib/rubyfox/server/data/www/PyServletExample/errors/404.htm +20 -0
  243. data/lib/rubyfox/server/data/www/PyServletExample/index.py +42 -0
  244. data/lib/rubyfox/server/data/www/root/admin/.keep +0 -0
  245. data/lib/rubyfox/server/data/www/root/admin/AdminTool.swf +0 -0
  246. data/lib/rubyfox/server/data/www/root/admin/ReleaseNotes.txt +12 -0
  247. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/iPDiscovery.png +0 -0
  248. data/lib/rubyfox/server/data/www/root/admin/expressInstall.swf +0 -0
  249. data/lib/rubyfox/server/data/www/root/admin/index.html +62 -46
  250. data/lib/rubyfox/server/data/www/root/admin/modules/Analytics.swf +0 -0
  251. data/lib/rubyfox/server/data/www/root/admin/modules/BanManager.swf +0 -0
  252. data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor.swf +0 -0
  253. data/lib/rubyfox/server/data/www/root/admin/modules/Console.swf +0 -0
  254. data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard.swf +0 -0
  255. data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager.swf +0 -0
  256. data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager.swf +0 -0
  257. data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer.swf +0 -0
  258. data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator.swf +0 -0
  259. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator.swf +0 -0
  260. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor.swf +0 -0
  261. data/lib/rubyfox/server/data/www/root/admin/swfobject.js +2 -775
  262. data/lib/rubyfox/server/data/www/root/examples/.keep +0 -0
  263. data/lib/rubyfox/server/data/www/root/index.html +1 -1
  264. data/lib/rubyfox/server/data/www/sfs2x-ws.war +0 -0
  265. data/lib/rubyfox/server/data/zones/.keep +0 -0
  266. data/lib/rubyfox/server/version.rb +1 -1
  267. metadata +184 -112
  268. data/lib/rubyfox/server/data/config/descriptors/.keep +0 -0
  269. data/lib/rubyfox/server/data/config/jetty/.keep +0 -0
  270. data/lib/rubyfox/server/data/data/GeoIP.dat +0 -0
  271. data/lib/rubyfox/server/data/lib/Jetty/.keep +0 -0
  272. data/lib/rubyfox/server/data/lib/SFS2XVersion.class +0 -0
  273. data/lib/rubyfox/server/data/lib/cachedir/.keep +0 -0
  274. data/lib/rubyfox/server/data/lib/commons-logging-1.1.1.jar +0 -0
  275. data/lib/rubyfox/server/data/lib/httpclient-4.3.3.jar +0 -0
  276. data/lib/rubyfox/server/data/lib/httpcore-4.3.2.jar +0 -0
  277. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spdy-proxy.xml +0 -158
  278. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spdy.xml +0 -153
  279. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-xinetd.xml +0 -54
  280. data/lib/rubyfox/server/data/lib/jetty/lib/asm-4.1.jar +0 -0
  281. data/lib/rubyfox/server/data/lib/jetty/lib/asm-commons-4.1.jar +0 -0
  282. data/lib/rubyfox/server/data/lib/jetty/lib/javax.el-3.0.0.jar +0 -0
  283. data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp-2.3.2.jar +0 -0
  284. data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp-api-2.3.1.jar +0 -0
  285. data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar +0 -0
  286. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-annotations-9.1.1.v20140108.jar +0 -0
  287. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-client-9.1.1.v20140108.jar +0 -0
  288. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-continuation-9.1.1.v20140108.jar +0 -0
  289. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-deploy-9.1.1.v20140108.jar +0 -0
  290. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-http-9.1.1.v20140108.jar +0 -0
  291. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-io-9.1.1.v20140108.jar +0 -0
  292. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaas-9.1.1.v20140108.jar +0 -0
  293. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaspi-9.1.1.v20140108.jar +0 -0
  294. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jmx-9.1.1.v20140108.jar +0 -0
  295. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jndi-9.1.1.v20140108.jar +0 -0
  296. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jsp-jdt-2.3.3.jar +0 -0
  297. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-plus-9.1.1.v20140108.jar +0 -0
  298. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-proxy-9.1.1.v20140108.jar +0 -0
  299. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-rewrite-9.1.1.v20140108.jar +0 -0
  300. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-security-9.1.1.v20140108.jar +0 -0
  301. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-server-9.1.1.v20140108.jar +0 -0
  302. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlet-9.1.1.v20140108.jar +0 -0
  303. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlets-9.1.1.v20140108.jar +0 -0
  304. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-util-9.1.1.v20140108.jar +0 -0
  305. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-webapp-9.1.1.v20140108.jar +0 -0
  306. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-xml-9.1.1.v20140108.jar +0 -0
  307. data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.activation-1.1.0.v201105071233.jar +0 -0
  308. data/lib/rubyfox/server/data/lib/jetty/lib/monitor/jetty-monitor-9.1.1.v20140108.jar +0 -0
  309. data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar +0 -0
  310. data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jdt.core-3.8.2.v20130121.jar +0 -0
  311. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/jetty-setuid-java-1.0.1.jar +0 -0
  312. data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-client-9.1.1.v20140108.jar +0 -0
  313. data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-core-9.1.1.v20140108.jar +0 -0
  314. data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-http-common-9.1.1.v20140108.jar +0 -0
  315. data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-http-server-9.1.1.v20140108.jar +0 -0
  316. data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-server-9.1.1.v20140108.jar +0 -0
  317. data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-client-impl-9.1.1.v20140108.jar +0 -0
  318. data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-server-impl-9.1.1.v20140108.jar +0 -0
  319. data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-client-9.1.1.v20140108.jar +0 -0
  320. data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-common-9.1.1.v20140108.jar +0 -0
  321. data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-server-9.1.1.v20140108.jar +0 -0
  322. data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-servlet-9.1.1.v20140108.jar +0 -0
  323. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-api-9.1.1.v20140108.jar +0 -0
  324. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_10.mod +0 -9
  325. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_11.mod +0 -9
  326. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_13.mod +0 -9
  327. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_15.mod +0 -9
  328. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_17.mod +0 -9
  329. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_21.mod +0 -9
  330. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_25.mod +0 -9
  331. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_4.mod +0 -9
  332. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_40.mod +0 -9
  333. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_45.mod +0 -9
  334. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_5.mod +0 -9
  335. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_6.mod +0 -9
  336. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_7.mod +0 -9
  337. data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_9.mod +0 -9
  338. data/lib/rubyfox/server/data/lib/jetty/modules/npn.mod +0 -32
  339. data/lib/rubyfox/server/data/lib/jetty/modules/spdy.mod +0 -23
  340. data/lib/rubyfox/server/data/lib/jetty/modules/xinetd.mod +0 -17
  341. data/lib/rubyfox/server/data/lib/terracotta-api-1.1.1.jar +0 -0
  342. data/lib/rubyfox/server/data/logs/bluebox/.keep +0 -0
  343. data/lib/rubyfox/server/data/root/.keep +0 -0
  344. data/lib/rubyfox/server/data/www/root/admin/AdminTool.html +0 -108
  345. data/lib/rubyfox/server/data/www/root/admin/modules/Analytics/Analytics.swf +0 -0
  346. data/lib/rubyfox/server/data/www/root/admin/modules/Analytics/icon.png +0 -0
  347. data/lib/rubyfox/server/data/www/root/admin/modules/BanManager/BanManager.swf +0 -0
  348. data/lib/rubyfox/server/data/www/root/admin/modules/BanManager/icon.png +0 -0
  349. data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor/BlueBoxMonitor.swf +0 -0
  350. data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor/icon.png +0 -0
  351. data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard/Dashboard.swf +0 -0
  352. data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard/icon.png +0 -0
  353. data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/ExtensionManager.swf +0 -0
  354. data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/icon.png +0 -0
  355. data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager/LicenseManager.swf +0 -0
  356. data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager/icon.png +0 -0
  357. data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer/LogViewer.swf +0 -0
  358. data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer/icon.png +0 -0
  359. data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator/ServerConfigurator.swf +0 -0
  360. data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator/icon.png +0 -0
  361. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator/ZoneConfigurator.swf +0 -0
  362. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator/icon.png +0 -0
  363. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor/ZoneMonitor.swf +0 -0
  364. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor/icon.png +0 -0
  365. data/lib/rubyfox/server/data/www/root/admin/modules/config.xml +0 -14
  366. data/lib/rubyfox/server/data/www/root/admin/playerProductInstall.swf +0 -0
@@ -1,3 +1,1747 @@
1
+ jetty-9.3.11.v20160721 - 21 July 2016
2
+ + 592 Support no-value Host header in HttpParser
3
+ + 643 NPE in passing websocket client test
4
+ + 649 LDAPLoginModule should disallow blank username and password
5
+ + 658 Add memcached option for gcloud-sessions in jetty-9.3
6
+ + 660 NullPointerException in Request.getParameter: _parameters is null
7
+ + 663 Update gcloud datastore to 0.2.3
8
+ + 667 Introduce optional `jetty.deploy.monitoredPath` for jetty-deploy paths
9
+ outside of ${jetty.base}
10
+ + 668 Introduce optional `jetty.deploy.defaultsDescriptorPath` for
11
+ jetty-deploy defaults descriptor outside of ${jetty.home}
12
+ + 671 Incorrect ALPN default protocol
13
+ + 672 Allow logging configuration announcement to be programmatically disabled
14
+ + 673 ClasspathPattern needs a match all pattern
15
+ + 675 Slf4jLog.ignore() should produce at DEBUG level
16
+ + 676 JavaUtilLog.ignore() should produce at DEBUG level
17
+ + 677 Logging of .ignore() should indicate that it was an "Ignored Exception"
18
+ + 678 Log at less than DEBUG level when annotation scanning takes significant
19
+ time
20
+ + 682 Quickstart should not scan all container path jars
21
+ + 684 HttpClient proxies (HttpProxy and Socks4Proxy) do not support
22
+ authentication
23
+ + 685 SecureRequestCustomizer SSLSession attribute not set
24
+ + 687 AllowSymLinkAliasChecker not normalizing relative symlinks properly
25
+ + 690 jetty-maven-plugin does not configure AnnotationConfiguration for
26
+ jetty:effective-web-xml goal
27
+ + 693 QoSFilterTest failures are not capture by junit
28
+ + 694 http2.client.StreamResetTest.testServerExceptionConsumesQueuedData stack
29
+ not suppressed in test
30
+ + 695 Deprecate LocalConnector.getResponses() in favor of using .getResponse()
31
+ + 696 LocalConnector.getResponse() doesn't find close if using HTTP/1.1
32
+ w/Connection: close
33
+ + 701 Document CachingWebAppClassLoader
34
+ + 706 org.apache.jasper.compiler.disablejsr199 is no longer present in Jetty
35
+ 9.3+
36
+ + 708 SslContextFactory: newSslServerSocket/newSslSocket are not completely
37
+ customized
38
+ + 717 GzipHandler.minGzipSize still compresses small responses
39
+ + 718 Document HttpClient transports
40
+ + 720 asciiToLowerCase throws NullPointerException
41
+ + 721 HTTP Response header value encoding is invalid for RFC7230
42
+ + 723 Improve bad/missing mime.properties reporting
43
+ + 730 "Slow" client causes IllegalStateException
44
+ + 739 Illegal WindowUpdate frame with delta=0
45
+ + 747 Update documentation to reflect TLS and SSL support
46
+ + 751 Remove usages of ArrayQueue
47
+ + 752 Implement support for HTTP2 SETTINGS_MAX_HEADER_LIST_SIZE
48
+ + 755 NPE in HttpChannelOverHTTP2.requestContent()
49
+ + 756 Filter problematic headers from CGI and FastCGIProxy
50
+
51
+ jetty-9.3.11.M0 - 22 June 2016
52
+ + 425 Incorrect @ServerEndpoint Encoder/Decoder lifecycle
53
+ + 624 AsyncContext.onCompleted called twice
54
+ + 654 Jetty 9.3 ServletContext.getResourceAsStream("/") returns an unusable
55
+ stream
56
+ + 659 CONNECT request fails spuriously
57
+ + 660 NullPointerException in Request.getParameter: _parameters is null
58
+ + 661 JsrExtension is missing hashCode() and equals()
59
+
60
+ jetty-9.3.10.v20160621 - 21 June 2016
61
+ + 388 Add methods to send text frames with pre-encoded strings.
62
+ + 605 Guard concurrent calls to WebSocketSession.close()
63
+ + 608 reset encoding set from content type?
64
+ + 609 websocket ClientCloseTest testServerNoCloseHandshake is failing
65
+ + 610 HttpClientRedirectTest/testRedirectWithWrongScheme test failing in CI
66
+ + 620 Missing call to setPattern in RewritePatternRule constructor
67
+ + 622 NoSqlSessionManager test for expired session does not use
68
+ session.maxInactiveInterval
69
+ + 623 Add --gzip suffix to 304 responses with ETAGs
70
+ + 624 AsyncContext.onCompleted called twice
71
+ + 628 IOException: Unable to open root Jar file ...
72
+ MetaInfConfiguration.getTlds(MetaInfConfiguration.java:406) with Spring boot
73
+ loader + WebAppContext + non-expanded war
74
+ + 632 JMX tests rely on fixed port
75
+ + 633 If jmx and websocket is enabled, redploying a context produces a
76
+ NullPointerException
77
+ + 638 ConnectHandler responses should have Content-Length
78
+ + 639 ServerContainer stores WebSocket sessions twice
79
+ + 640 ClientContainer should store WebSocket sessions as beans
80
+ + 641 MongoSessionIdManager uses deprecated ensureIndex
81
+ + 647 HTTP/2 CONTINUATION frame parsing throws IllegalStateException
82
+ + 648 Problem using InputStreamResponseListener to handle HTTP/2 responses
83
+
84
+ jetty-9.3.10.M0 - 26 May 2016
85
+ + 354 Spin loop in case of exception thrown during accept()
86
+ + 464 Improve reporting of SSLHandshakeException
87
+ + 542 Support Connection.Listener bean on clients
88
+ + 574 Introduce a TLS handshake completed listener
89
+ + 581 Initial session recv window setting not working
90
+ + 85 Expose TLS protocol used for connection in SecureRequestCustomizer
91
+
92
+ jetty-9.3.9.v20160517 - 17 May 2016
93
+ + 436 Migrate Jetty Documentation
94
+ + 437 updates to NPE prevention
95
+ + 501 clear continuation initial on undispatch
96
+ + 510 Module [depend] property expansion should support eg
97
+ foo/${bar}/${bar}-xxx
98
+ + 514 Allow ExecutionStrategy to be configurable
99
+ + 518 jarfile fix for springboot
100
+ + 519 Disable SSL session caching
101
+ + 521 Separate usage of the Server and the ServerConnector Executors
102
+ + 525 Spin in HttpInputOverHttp.blockForContent with malformed HTTP-Request
103
+ + 526 Headers set from RequestDispatcher.include() not showing up in response
104
+ + 529 Start property for non standard JRE versions
105
+ + 533 Do not hide file resource exception
106
+ + 534 Deadlock in MongoSessionManager
107
+ + 546 Guard concurrent calls to ExecutionStrategy.execute()
108
+ + 547 ExecuteProduceConsume (EWYK) does not exit low threads mode
109
+ + 552 Improve HTTP/2 idle timeout handling
110
+ + 553 Abort HttpChannel if response has wrong content-length
111
+ + 556 Improve Resource.getAlias() checks on Windows
112
+ + 557 Review ThreadPool.isLowOnThreads()
113
+ + 558 HTTP/2 server hangs when thread pool is low on threads
114
+ + 560 Jetty Client Proxy Authentication does not work with HTTP Proxy
115
+ tunneling
116
+ + 561 Fixed test timer
117
+ + 567 NPE in ErrorPageErrorHandler debug
118
+ + 570 URIUtil.encodePath does not always encode utf8 chars
119
+ + 571 AbstractAuthentication.matchesURI() fails to match scheme
120
+ + 572 Don't reject HTTP/2 requests without body in low threads mode
121
+ + 486530 Handler added to WebAppContext prevents ServletContext initialization
122
+
123
+ jetty-9.2.17.v20160517 - 17 May 2016
124
+ + 560 Jetty Client Proxy Authentication does not work with HTTP Proxy
125
+ tunneling
126
+ + 571 AbstractAuthentication.matchesURI() fails to match scheme
127
+
128
+ jetty-9.2.16.v20160414 - 14 April 2016
129
+ + 85 Expose TLS protocol used for connection in SecureRequestCustomizer
130
+ + 316 add chm mime mapping to mime.properties
131
+ + 353 Jetty Client doesn't forward authentication headers with redirects when
132
+ using proxy
133
+ + 365 Potential connection leakage in case of aborted request
134
+ + 367 Build downloads from git.eclipse.org
135
+ + 371 jasper dependencies are outdated in 9.2.x
136
+ + 377 HttpClient - No supported cipher suites leads to stuck requests.
137
+ + 418 Javax websocket server impl does not expose all required services as
138
+ OSGi capabilities
139
+ + 424 Jetty impl. of Websocket ServerEndpointConfig.Configurator lifecycle out
140
+ of spec.
141
+ + 437 NPE is raised inside Jetty websocket client on receiving empty message
142
+ through MessageHandler.Partial<>
143
+ + 438 File and Path Resources with control characters should be rejected
144
+ + 469 Update to support apache jasper 8.0.33
145
+ + 510 Module [depend] property expansion should support eg
146
+ foo/${bar}/${bar}-xxx
147
+
148
+ jetty-9.3.9.M1 - 11 April 2016
149
+ + 481 Event response.success notified without waiting for content callback for
150
+ HTTP/2 transport
151
+ + 490 serverClasses set from jetty-web.xml
152
+ + 491 Do not assume gzip acceptable for HTTP/2
153
+ + 503 Wrong request-per-connection counting in MultiplexHttpDestination in
154
+ case of failures
155
+ + 504 HTTP/2 client transport cannot send request after idle timeout
156
+ jetty-9.3.9.M0 - 05 April 2016
157
+ + 184 Empty Realm for BasicAuthentication
158
+ + 371 update apache jsp to 8.0.27
159
+ + 418 Add osgi capability for endpoint configurator
160
+ + 424 Jetty impl. of Websocket ServerEndpointConfig.Configurator lifecycle out
161
+ of spec
162
+ + 427 Squelch intentional exceptions seen during websocket testing
163
+ + 434 RequestTest stack traces
164
+ + 435 adjust debug log message
165
+ + 437 Avoid NPE on receiving empty message though MessageHandler.Partial
166
+ + 438 File and Path Resources with control characters should be rejected
167
+ + 446 jetty-quickstart path normalization uses improper paths on Windows
168
+ + 448 RFC2616 Compliance Mode should track and report RFC7230 violations
169
+ + 450 Client AuthenticationProtocolHandler sends request failures to response
170
+ failure listener
171
+ + 451 RFC2616 Compliance mode should support empty headers
172
+ + 453 Change logging of setting session maxInactiveInterval to DEBUG from WARN
173
+ + 454 DoSFilter does not send an error status code when closing a connection,
174
+ because of timeout
175
+ + 458 Improve Quality list handling
176
+ + 467 Compact // rule
177
+ + 469 Update to Apache Jasper 8.0.33
178
+ + 470 AsyncContextState NPE if called after reset
179
+ + 472 Use LongAdder for statistics
180
+ + 476 HttpClient should not send absolute-form target with non HttpProxy
181
+
182
+ jetty-9.3.8.v20160314 - 14 March 2016
183
+ + 107 ResourceHandler range support testcase
184
+ + 124 Don't produce text/html if the request doesn't accept it
185
+ + 247 improving invalid buffer manipulation exception messages
186
+ + 258 Http request to origin server over https proxy contains absolute URL
187
+ + 266 jetty-client redirection process is aborted if redirect response have
188
+ corrupt body
189
+ + 305 NPE when notifying the session listener if the channel is closed before
190
+ a session has been opened
191
+ + 316 Add *.chm mimetype mapping
192
+ + 343 ensure release deployment of test-jetty-webapp:war and
193
+ test-proxy-webapp:war
194
+ + 346 HttpParser RFC2616 Compliance mode
195
+ + 353 Jetty Client doesn't forward authentication headers with redirects when
196
+ using proxy
197
+ + 356 Element error-page/location must start with a '/'
198
+ + 362 Very slow page load and missing resources when using HTTP/2 with Jetty
199
+ 9.3.7
200
+ + 365 Potential connection leakage in case of aborted request
201
+ + 366 Avoid HTTP2Flusher reentrancy
202
+ + 367 Resolve remaining git.eclipse.org build references
203
+ + 372 Data race in HttpReceiverOverHTTP2
204
+ + 377 HttpClient - No supported cipher suites leads to stuck requests
205
+ + 378 Can't configure per nodes settings in start.ini
206
+ + 379 Insufficient information on asyncNotSupported
207
+ + 381 HttpClient does not send the Authorization header with authenticating
208
+ proxy
209
+ + 386 Explicit Authorization header is dropped when handling 407s
210
+ + 397 Multipart EOF handling
211
+ + 402 Don't use Thread.isAlive() in ShutdownMonitor
212
+ + 405 adding testcase for problematic HttpURI parsing of path params
213
+ + 406 GzipHandler: allow to override the Vary response header
214
+ + 407 JSR356 Server WebSocket Sessions no longer being tracked
215
+ + 408 Http client does not work on https with proxy
216
+ + 411 Add more debug log for mongosessionmanager and remove debug printlns
217
+ + 413 HotSwapHandler null handlers
218
+ + 416 Support HTTPS forward proxies
219
+ + 417 HttpClient: review support for OPTIONS *
220
+ + 423 Duplicate Content-Length header not handled correctly
221
+
222
+ jetty-9.3.8.RC0 - 25 February 2016
223
+ + 81 Exception not always thrown in Jetty to application when upload part is
224
+ too big
225
+ + 82 Request.getPart() that results in Exception still allows other parts to
226
+ be fetched
227
+ + 251 Removing SSLEngine.beginHandshake() calls
228
+ + 285 PathContentProvider - Use of Direct buffers without pooling
229
+ + 298 qtp threads spin-locked in MBeanContainer.beanAdded
230
+ + 342 Reintroducing Response parameter to logExtended
231
+ + 344 init script does not properly display status of a non running service
232
+ + 346 HttpParser RFC2616 Compliance mode
233
+ + 347 Avoid sending request using a connection that is idle timing out
234
+ + 352 Integrate session idling for MongoSessionManager
235
+ + 354 Spin loop in case of exception thrown during accept()
236
+ + 355 Improve close behavior for failed pending writes
237
+ + 478918 Change javax.servlet.error,forward,include literals to
238
+ RequestDispatcher constants
239
+ + 484446 InputStreamResponseListener's InputStream uses default read (3) and
240
+ blocks early on never-ending response.
241
+ + 485306 HttpParser (HttpURI) mistaking basic auth password as a port number
242
+ + 485469 permessage-deflate extension causes protocol error in Firefox/Chrome
243
+ + 486394 Restore MultiPartFilter behavior with regards to temp file access
244
+ + 486497 NPE in MappedLoginService
245
+ + 486511 Server.getURI() returns wrong scheme on SSL/HTTPS
246
+ + 486530 Handler added to WebAppContext prevents ServletContext initialization
247
+ + 486589 HttpRequest has a wrong HTTP Version in HTTP/2
248
+ + 486604 Add debug logging of ErrorPageErrorHandler logic
249
+ + 486674 Quickstart path attribute normalization should be based on longest
250
+ path match
251
+ + 486829 Cancel stream error after a failed request with the HTTP/2.0 client
252
+ + 486877 Google Chrome flagging 'obsolete cipher suite' in Jetty and will soon
253
+ issue broken padlock
254
+ + 486930 Selector does not correctly handle rejected execution exception
255
+ + 487158 Switched SCM URIs to github
256
+ + 487197 Deflater/Inflater memory leak with WebSocket permessage-deflate
257
+ extension
258
+ + 487198 ContextScopeListener should be called on context start and stop
259
+ + 487277 Introduce http-forwarded module for X-Forwarded support
260
+ + 487354 Aborted request or response does not send RST_STREAM frame
261
+ + 487511 Jetty HTTP won't work on turkish systems
262
+ + 487714 Avoid NPE in close race for async write
263
+ + 487750 HTTP/2 push must not be recursive
264
+
265
+ jetty-9.2.15.v20160210 - 10 February 2016
266
+ + 482042 New API, Allow customization of ServletHandler path mapping
267
+ + 482243 Fixed GzipHandler for Include
268
+ + 482270 Expose upgrade request locales
269
+ + 482855 Content-Length omitted for POST requests with empty body
270
+ + 483620 Servlet annotation mapping to "/" should override webdefault.xml
271
+ mapping
272
+ + 483857 jetty-client onComplete isn't called in case of exception in
273
+ GZIPContentDecoder.
274
+ + 484349 Promote WebSocket PathMappings / PathSpec to Jetty Http
275
+ + 484350 Allow GzipHandler path include/exclude to use regex
276
+ + 484397 Unavoidable NullPointerException in onMessage-Handler for
277
+ PongMessages
278
+ + 484603 HashLoginService does not stop its PropertyUserStore
279
+ + 484612 Restore WebSocket Session.close() sending 1000/Normal status code
280
+ + 484621 Client hangs till timeout when Authentication.authenticate() throws
281
+ exception.
282
+ + 487511 Jetty HTTP won't work on turkish systems
283
+
284
+ jetty-9.3.7.RC1 - 13 January 2016
285
+ + 481986 Dead JSR 356 Server Session still being tracked after
286
+ Session/Connection closure
287
+ + 484616 Outdated version of javaee_web_services_client_1_2.xsd
288
+ + 485031 two PathWatcher threads running after automatically restarting webapp
289
+ + 485063 After stopping JettyWebAppContext, it still contains reference to old
290
+ WebAppClassLoader via ServerContainer bean
291
+ + 485064 HashSessionManager leaks ScheduledExecutorScheduler with reference to
292
+ un-deployed webapp
293
+ + 485376 Multiple charset attributes in Content-Type
294
+ + 485535 jetty.sh results in FAILED when running service restart
295
+ + 485663 NullPointerException in WebSocketSession during upgrade with DEBUG
296
+ logging
297
+ + 485712 Quickstart web.xml is absolute
298
+
299
+ jetty-9.3.7.RC0 - 05 January 2016
300
+ + 458745 Async ISE in async Echo
301
+ + 481567 permessage-deflate causing data-dependent ju.zip.DataFormatException:
302
+ invalid stored block lengths
303
+ + 482173 Track original Query string in Rewrite RuleContainer too
304
+ + 482243 Fixed GzipHandler for Include
305
+ + 482270 Expose upgrade request locales
306
+ + 482272 Fixed relative symlink checking
307
+ + 482506 HTTP/2 load test with h2load fails
308
+ + 482670 HttpURI wrongly parser URI paths starting with /@
309
+ + 482855 Content-Length omitted for POST requests with empty body
310
+ + 482959 Local stream count never decrements when closing a stream causing
311
+ IllegalStateException.
312
+ + 483009 MultiPartContentProvider may send wrong Content-Length
313
+ + 483039 HTTP2 Upgrade case sensitivity on Connection header
314
+ + 483344 text/csv Mime Type For CSV in mime properties File
315
+ + 483413 Warn on @Deprecated servlet/filter use
316
+ + 483422 Empty chunked body in 304 Response
317
+ + 483620 Servlet annotation mapping to "/" should override webdefault.xml
318
+ mapping
319
+ + 483857 jetty-client onComplete isn't called in case of exception in
320
+ GZIPContentDecoder.
321
+ + 483878 Parallel requests stuck via the http client transport over HTTP/2
322
+ + 484167 GOAWAY frames aren't handling disconnects appropriately on Client
323
+ + 484210 HttpClient over HTTP/2 should honor maxConcurrentStreams
324
+ + 484262 Race condition between GOAWAY disconnect and ability to make new
325
+ request.
326
+ + 484349 Promote WebSocket PathMappings / PathSpec to Jetty Http
327
+ + 484350 Allow GzipHandler path include/exclude to use regex
328
+ + 484397 Unavoidable NullPointerException in onMessage-Handler for
329
+ PongMessages
330
+ + 484440 Swap WebSocket PathMappings for new jetty-http PathMappings
331
+ + 484585 Avoid sending request using a connection that is idle timing out
332
+ + 484603 HashLoginService does not stop its PropertyUserStore
333
+ + 484612 Restore WebSocket Session.close() sending 1000/Normal status code
334
+ + 484621 Client hangs till timeout when Authentication.authenticate() throws
335
+ exception.
336
+ + 484622 Improve handling of Direct and Mapped buffers for static content
337
+ + 484624 Disable CachingWebAppClassLoader
338
+ + 484657 Support HSTS rfc6797
339
+ + 484683 FastCGI request idle timeout is handled incorrectly
340
+ + 484718 Review idle timeout handling
341
+ + 484801 Avoid non-cached memory mapped files
342
+ + 484818 Expose interesting HTTP/2 attributes and operations via JMX
343
+ + 484822 Jetty ThreadMonitor memory leak
344
+ + 484861 Improve FlowControlStrategy stall handling
345
+ + 484876 Make simpler to customize the FlowControlStrategy
346
+ + 484878 Make BufferingFlowControlStrategy.bufferRatio configurable via JMX
347
+
348
+ jetty-9.3.6.v20151106 - 06 November 2015
349
+ + 419966 Add ContentProvider that submits multipart/form-data
350
+ + 472675 No main manifest attribute, in jetty-runner regression
351
+ + 476641 Proxy rewriteTarget() null return does not call error handler
352
+ + 478757 DebugHandler thread name is mangled
353
+ + 479179 Fixed NPE from debug
354
+ + 479378 Incorrect REQUEST_URI
355
+ + 479712 Documented --approve-all-licenses
356
+ + 479832 Use system properties for gcloud config for GCloudDatastore session
357
+ manager
358
+ + 479839 Regression when starting application with excessive scan times
359
+ + 479865 IllegalStateException: Multiple servlets map to path: *.jsp: jsp,jsp
360
+ + 480061 HTTP/2 server doesn't send GOAWAY frame when shutting down
361
+ + 480162 Continuations behavior differences due to HttpURI behavior
362
+ + 480260 HPack decode error for buffers with offset
363
+ + 480272 Update to newer jdt ecj version
364
+ + 480452 Large downloads via FastCGI proxy keep HttpClient connections active
365
+ + 480764 Error parsing empty multipart
366
+ + 481006 SSL requests intermittently fail with EOFException when SSL
367
+ renegotiation is disallowed.
368
+ + 481203 Add ability to set configurations to apply to WebAppContext for
369
+ jetty-maven-plugin
370
+ + 481225 Secondary resources with query parameters are not properly pushed
371
+ + 481236 Make ShutdownMonitor java security manager friendly
372
+ + 481355 Nested Symlinks
373
+ + 481373 Corner cases where session may remain in JDBCSessionManager memory
374
+ + 481385 Incorrect parsing of END_REQUEST frames
375
+ + 481418 ResourceHandler sets last modified
376
+ + 481437 Port ConnectHandler connect and context functionality from Jetty 8
377
+ + 481554 DispatcherType reset race
378
+
379
+ jetty-9.2.14.v20151106 - 06 November 2015
380
+ + 428474 Expose batch mode in the Jetty WebSocket API
381
+ + 471055 Restore legacy/experimental WebSocket extensions (deflate-frame)
382
+ + 472082 isOpen returns true on CLOSING Connection
383
+ + 474068 Update WebSocket Extension for permessage-deflate draft-22
384
+ + 474319 Reintroduce blocking connect()
385
+ + 474321 Allow synchronous address resolution
386
+ + 474453 Tiny buffers (under 7 bytes) fail to compress in permessage-deflate
387
+ + 474454 Backport permessage-deflate from Jetty 9.3.x to 9.2.x
388
+ + 474936 WebSocketSessions are not always cleaned out from openSessions
389
+ + 476023 Incorrect trimming of WebSocket close reason
390
+ + 476049 When using WebSocket Session.close() there should be no status code
391
+ or reason sent
392
+ + 477385 Problem in MANIFEST.MF with version 9.2.10 / 9.2.13
393
+ + 477817 Fixed memory leak in QueuedThreadPool
394
+ + 481006 SSL requests intermittently fail with EOFException when SSL
395
+ renegotiation is disallowed.
396
+ + 481236 Make ShutdownMonitor java security manager friendly
397
+ + 481437 Port ConnectHandler connect and context functionality from Jetty 8
398
+
399
+ jetty-9.3.5.v20151012 - 12 October 2015
400
+ + 479343 calls to MetaData#orderFragments() with relative ordering adds
401
+ duplicate jars
402
+ + 479537 Server preface sent after client preface reply
403
+ + 479584 WS Session does not contain UpgradeRequest information in
404
+ WebSocketAdapter.onWebSocketConnect callback
405
+
406
+ jetty-9.3.4.v20151007 - 07 October 2015
407
+ + 428474 Expose batch mode in the Jetty WebSocket API
408
+ + 472082 isOpen returns true on CLOSING Connection
409
+ + 474936 WebSocketSessions are not always cleaned out from openSessions
410
+ + 475209 WebSocketServerFactory should not hand null object to
411
+ DecoratedObjectFactory
412
+ + 476023 Incorrect trimming of WebSocket close reason
413
+ + 476049 When using WebSocket Session.close() there should be no status code
414
+ or reason sent
415
+ + 476170 Support servers that close connections without sending Connection:
416
+ close header.
417
+ + 476720 getTrustStoreResource fixed
418
+ + 477087 Enforce that the preface contains a SETTINGS frame
419
+ + 477123 AsyncListener callbacks need context scope
420
+ + 477270 Add ability to send a single PRIORITY frame
421
+ + 477278 Refactored DefaultServlet for cached Gzip & Etags
422
+ + 477385 Make jetty osgi manifests only resolve jetty packages against a
423
+ single distro version
424
+ + 477641 ALPN classes exposed to webapps - fixed typo
425
+ + 477680 Encode merged query parameters
426
+ + 477737 Improve handling of etags with dynamic and static gzip
427
+ + 477757 Null args in TypeUtil .call & .construct result in confusing
428
+ exceptions
429
+ + 477817 Fixed memory leak in QueuedThreadPool
430
+ + 477878 HttpClient over HTTP/2 doesn't close upload stream
431
+ + 477885 Jetty HTTP2 client fails to connect with Netty server - HTTP2 client
432
+ preface missing or corrupt.
433
+ + 477890 Overwhelmed HTTP/2 server discards data
434
+ + 477895 Prevent leak of handles to deleted files after redeploy
435
+ + 477900 Increase client authentication default max content size
436
+ + 478008 Do not reset current value of CounterStatistics
437
+ + 478021 Client sending Connection: close does not shutdown output
438
+ + 478105 prependFilterMapping check for null FilterHolder
439
+ + 478239 Remove pointless synchronize in infinispan scavenging
440
+ + 478247 WebappClassLoader pinned after redeploy
441
+ + 478275 Priority information in HEADERS frame is not sent
442
+ + 478280 property file in temp directory
443
+ + 478372 JavaUtilLog setSourceClass and setSourceMethod
444
+ + 478434 Priority weights should be between 1 and 256 inclusive
445
+ + 478752 Clarify support for HttpServletRequest.upgrade()
446
+ + 478757 DebugHandler thread name is mangled
447
+ + 478829 WebsocketSession not cleaned up / memory leak
448
+ + 478862 Update to jstl 1.2.5
449
+ + 478923 threads stuck at SharedBlockingCallback$Blocker.block
450
+ + 479026 Wrong CONNECT request idle timeout
451
+ + 479277 HttpClient with HTTP/2 transport does not work for "https" URLs
452
+
453
+ jetty-9.3.3.v20150827 - 27 August 2015
454
+ + 470311 Introduce a proxy-protocol module
455
+ + 471055 Restore legacy/experimental WebSocket extensions (deflate-frame)
456
+ + 472411 PathResource.checkAliasPath() typo
457
+ + 473321 Overriding SSL context KeyStoreType requires explicit override of
458
+ TrustStoreType
459
+ + 474025 SslContextFactory does not work with JCEKS Keystore
460
+ + 474068 Update WebSocket Extension for permessage-deflate draft-22
461
+ + 474319 Reintroduce blocking connect()
462
+ + 474321 Allow synchronous address resolution
463
+ + 474344 apache-jstl includes test dependencies
464
+ + 474358 DefaultServlet bad Content-Type on compressed content
465
+ + 474361 Handle JVM version extensions like -internal
466
+ + 474453 Tiny buffers (under 7 bytes) fail to compress in permessage-deflate
467
+ + 474454 Backport permessage-deflate from Jetty 9.3.x to 9.2.x
468
+ + 474455 Enable permessage-deflate WebSocket extension
469
+ + 474558 Debug log ServletContainerInitializer @HandlesTypes contents
470
+ + 474617 AsyncListener.onError not called for errors
471
+ + 474618 AsyncListener.onComplete not called when error occurs
472
+ + 474634 AsyncListener.onError() handling
473
+ + 474685 GzipHandler configuration supports csv paths and mimetypes
474
+ + 474888 HttpClient JMX support
475
+ + 474936 WebSocketSessions are not always cleaned out from openSessions
476
+ + 474961 Close input stream for classes in AnnotationParser after scanning
477
+ + 475195 SNI matching fails when keystore does not contain wild certificates
478
+ + 475483 Starting Jetty with [exec] should use properties file
479
+ + 475546 ClosedChannelException when connecting to HTTPS over HTTP proxy with
480
+ CONNECT.
481
+ + 475605 Add support for multi-homed destinations
482
+ + 475927 SecureRequestCustomizer fails to match host
483
+
484
+ jetty-9.3.2.v20150730 - 30 July 2015
485
+ + 470351 Fixed SNI matching of wildcard certificates
486
+ + 470727 Thread Starvation of selector wakeups
487
+ + 472601 org.eclipse.jetty.util.log.Log.setLog() does not work as before
488
+ + 472621 Unjustified timeout when serving static content
489
+ + 472781 GzipHandler isMimeTypeGzipable() bad logic
490
+ + 472859 ConcatServlet may expose protected resources
491
+ + 472931 HttpConfiguration copy constructor incomplete
492
+ + 472974 Improved StatisticsHandler 503 generation
493
+ + 473006 Encode addPath in URLResource
494
+ + 473118 HTTP/2 server does not retrieve Host header from client
495
+ + 473243 Delay resource close for async default content
496
+ + 473266 Better handling of MultiException
497
+ + 473294 Fixed include cipher suites support for wildcards
498
+ + 473307 Add 301 Moved Permanently Rules to jetty-rewrite
499
+ + 473309 Add special (non-replacement) Terminating rules to jetty-rewrite
500
+ + 473319 Parameterize status code on Redirect Rules for alternate use
501
+ + 473321 Overriding SSL context KeyStoreType requires explicit override of
502
+ TrustStoreType
503
+ + 473322 GatherWrite limit handling
504
+ + 473624 ProxyServlet.Transparent / TransparentDelegate add trailing slash
505
+ before query when using prefix.
506
+ + 473832 SslConnection flips back buffers on handshake exception
507
+
508
+ jetty-9.2.13.v20150730 - 30 July 2015
509
+ + 472859 ConcatServlet may expose protected resources
510
+ + 473006 Encode addPath in URLResource
511
+ + 473243 Delay resource close for async default content
512
+ + 473266 Better handling of MultiException
513
+ + 473322 GatherWrite limit handling
514
+ + 473624 ProxyServlet.Transparent / TransparentDelegate add trailing slash
515
+ before query when using prefix.
516
+ + 473832 SslConnection flips back buffers on handshake exception
517
+
518
+ jetty-9.3.1.v20150714 - 14 July 2015
519
+ + 441020 Support HEADERS followed by CONTINUATION+
520
+ + 460671 Rationalize property names (fix for jetty.sh)
521
+ + 462346 Change classesPattern to scanClassesPattern and testClassesPattern to
522
+ scanTestClassesPattern to clarify purpose
523
+ + 464294 AsyncNCSARequestLog blocks JVM exit after failure
524
+ + 464741 HttpFields declares IllegalArgumentException as checked exception
525
+ + 464745 Remove @org.apache.xbean.XBean references
526
+ + 469384 Improved javadoc for ClasspathPattern
527
+ + 470184 Send the proxy-to-server request more lazily
528
+ + 470327 Problem with scope provided dependencies with jspc plugin
529
+ + 470505 jetty-maven-plugin JettyWebAppContext#setQuickStartWebDescriptor
530
+ should accept a Maven-friendly type
531
+ + 470664 Handle multiple RequestLogHandler in chain
532
+ + 470727 Thread Starvation of selector wakeups
533
+ + 470803 If a webapp is not fully started do not fully stop it
534
+ + 470855 Only log warning for duplicate path mappings to same servlet in same
535
+ descriptor
536
+ + 470963 Update jetty-maven-plugin mojo annotations for maven 3
537
+ + 471071 jetty-infinispan.xml incorrect syntax for remote named cache
538
+ + 471076 Apache jspc ignores empty list of files to precompile and scans
539
+ anyway
540
+ + 471251 Improved debugging on async timeout
541
+ + 471272 ArrayIndexOutOfBoundsException in
542
+ org.eclipse.jetty.quickstart.PreconfigureQuickStartWar
543
+ + 471388 StringIndexOutOfBoundsException when using <c:url> with parameters
544
+ + 471464 Parsing issues with HttpURI
545
+ + 471604 Extend CrossOriginFilter to provide a Timing-Allow-Origin header
546
+ + 471623 Update to apache jsp 8.0.23 Use 8.0.23.M1 for jetty version of apache
547
+ jsp 8.0.23
548
+ + 471985 NPE in HttpFields.putField
549
+ + 472310 Improved logging when no supported included ciphers
550
+ + 472411 PathResource.checkAliasPath typo
551
+ + 472422 Custom status codes result in a NumberFormatException while using
552
+ http2.
553
+
554
+ jetty-9.3.0.v20150612 - 12 June 2015
555
+ + 414479 Add WebSocketPingPongListener for those that want PING/PONG payload
556
+ data
557
+ + 420678 Add WebSocketPartialListener to support receiving partial WebSocket
558
+ TEXT/BINARY messages
559
+ + 420944 Hot Deployment of WAR when Context XML exists doesn't trigger
560
+ redeploy
561
+ + 423974 Optimize flow control
562
+ + 424368 Add CONTRIBUTING.md
563
+ + 430951 Support SNI with ExtendedSslContextFactory
564
+ + 436345 Refactor AbstractSession to minimize burden on subclasses to
565
+ implement behaviour
566
+ + 437303 Serving of static filenames with "unwise" characters causes 404 error
567
+ + 437395 Start / Properties in template sections should be default applied for
568
+ enabled modules
569
+ + 438204 getServerName returns IPv6 addresses wrapped in []
570
+ + 439369 Remove unused class CrossContextPsuedoSession
571
+ + 439374 Use utf-8 as default charset for html
572
+ + 439375 preferred rfc7231 format is mime;charset=lowercase-9
573
+ + 440106 Improve ProtocolHandler APIs
574
+ + 440506 Jetty OSGi boot bundle does not support OSGi framework Eclipse
575
+ Concierge
576
+ + 442083 Client resets stream, pending server data is failed, connection
577
+ closed.
578
+ + 442086 Review HttpOutput blocking writes
579
+ + 442477 Allow Symlink aliases by default
580
+ + 442495 Bad Context ClassLoader in JSR356 WebSocket onOpen
581
+ + 442950 Embedded Jetty client requests to localhost hangs with high cpu usage
582
+ (NIO OP_CONNECT Solaris/Sparc).
583
+ + 443652 Remove dependency on java.lang.management classes
584
+ + 443661 Rename manifest and service constants for jetty osgi resource
585
+ fragment code
586
+ + 443662 Consume buffer in write(ByteBuffer)
587
+ + 443713 Reduce number of SelectionKey.setInterestOps() calls
588
+ + 443893 Make a module for weld
589
+ + 444124 JSP include with <servlet><jsp-file> can cause infinite recursion
590
+ + 444214 Socks4Proxy fails when reading less than 8 bytes
591
+ + 444222 replace CRLF in header values with whitespace rather than ?
592
+ + 444416 AsyncProxyServlet recursion
593
+ + 444485 Client resets stream, pending server data is failed, write hangs
594
+ + 444517 Ensure WebSocketUpgradeFilter is always first in filter chain
595
+ + 444547 Format exception in ResourceCache.Content.toString()
596
+ + 444617 Expose local and remote socket address to applications
597
+ + 444721 PushCacheFilter cleanup/improvements
598
+ + 444748 WebSocketClient.stop() does not unregister from ShutdownThread
599
+ + 444764 HttpClient notifies callbacks for last chunk of content twice
600
+ + 444771 JSR356 / EndPointConfig.userProperties are not unique per endpoint
601
+ upgrade
602
+ + 445167 Allow configuration of dispatch after select
603
+ + 445823 Moved RequestLog calling to HttpChannel
604
+ + 446559 Avoid spin consuming extra data
605
+ + 446564 Refactored RequestLog Mechanism
606
+ + 446944 ServletTester and HttpTester should be in
607
+ <classifier>tests</classifier>
608
+ + 447216 putAll Properties in XmlConfiguration
609
+ + 447515 Remove GzipFilter
610
+ + 448156 Fixed INACTIVE race in IteratingCallback
611
+ + 448675 Impossible to set own Threadpool when using jetty-maven-plugin
612
+ + 449003 WARNING: Cannot enable requested module [protonego-impl]: not a valid
613
+ module name
614
+ + 449811 handle unquoted etags when gzipping
615
+ + 450467 Integer overflow in Session expiry calculation in MongoSessionManager
616
+ + 451973 Ambiguous module init location when mixing --add-to-start &
617
+ --add-to-startd in the same exec
618
+ + 451974 Combine multiple start license acknowledgement into one
619
+ + 452188 Delay dispatch until content optimisation
620
+ + 452322 Restore progress messages for --add-to-start(d) use
621
+ + 452323 Start --list-config makes no hint on transitive enabled modules
622
+ + 452329 Transitive modules in start.jar --add-to-start(d) are not added if
623
+ enabled already in tree
624
+ + 452465 100% CPU spin on page reload
625
+ + 452503 Start.jar --add-to-start=jstl results in GraphException: Unable to
626
+ expand property in name: jsp-impl/${jsp-impl}-jstl
627
+ + 453487 Recycle HttpChannelOverHTTP2
628
+ + 453627 Fixed FileSystem test for nanosecond filesystems
629
+ + 453636 Improved spin detection on test
630
+ + 453829 Added HeaderRegexRule
631
+ + 453834 CDI Support for WebSocket
632
+ + 454152 Remove mux remnants from WebSocketClient
633
+ + 454934 WebSocketClient / connectToServer can block indefinitely during
634
+ upgrade failure
635
+ + 454952 Allow Jetty to run in Java 8 compact 3 profile
636
+ + 456209 Bad ContextClassLoader in WebSocket onMessage
637
+ + 456956 Reduce ThreadLocal.remove() weak reference garbage
638
+ + 457130 HTTPS request with IP host and HTTP proxy throws
639
+ IllegalArgumentException.
640
+ + 457309 Add test to ensure GET and HEAD response headers same for gzip
641
+ + 457508 Add flag to scan exploded jars in jetty-jspc-maven-plugin
642
+ + 457788 Powered By in o.e.j.util.Jetty conditional on sendServerVersion
643
+ + 458478 JarFileResource improve performance of exist method
644
+ + 458527 Implement an async proxy servlet that can perform content
645
+ transformations.
646
+ + 458663 Handle null header values
647
+ + 459081 http2 push failures
648
+ + 459542 AsyncMiddleManServlet race condition on first download content
649
+ + 459655 Remove SPDY and NPN
650
+ + 459681 Remove dead code after removal of glassfish jasper support
651
+ + 459731 Update for drafts hpack-11 and http2-17
652
+ + 459734 Update to apache jsp 8.0.20
653
+ + 459845 Support upgrade from http1 to http2
654
+ + 460187 infinite recursion in sending error
655
+ + 460210 ExecutionStragegy producer for SelectManager calls onOpen from
656
+ produce method
657
+ + 460211 Fixed Idle race in ExecuteProduceRun
658
+ + 460297 Parameterize infinispan.mod
659
+ + 460670 Support multiple names in <Property> elements
660
+ + 460671 Rationalize property names
661
+ + 460746 HttpConfiguration#setPersistentConnectionsEnabled(boolean)
662
+ + 461052 Local streams created after INITIAL_WINDOW_SIZE setting have wrong
663
+ send window.
664
+ + 461350 Update HttpParser IllegalCharacter handling to RFC7230
665
+ + 461415 Maven Jetty Plugin ignores ZIP overlays
666
+ + 462040 reverted and deprecated getStringField methods
667
+ + 462098 Support setting ThreadGroup in ScheduledExecutorScheduler
668
+ + 462162 StackOverflowException when response commit fails
669
+ + 462193 Asynchronous HttpOutput.close()
670
+ + 463036 system properties to set ssl password and keypasword
671
+ + 463144 modules do not see pre-downloaded ALPN libs
672
+ + 464419 Removed xinetd support
673
+ + 464438 ClassFileTransformer support in
674
+ org.eclipse.jetty.webapp.WebAppClassLoader broken
675
+ + 464442 Enable parallel class loading
676
+ + 464528 NPE protection in getIncludedCipher suites
677
+ + 464537 Updated setuid dependency to 1.0.3
678
+ + 464555 ALPN module download attempts to download jar before dir exists
679
+ + 464556 Restrict start module downloads to ${jetty.base} paths only
680
+ + 464564 NoSql sessions created inside a forward not persisted correctly
681
+ + 464606 Support property expansion in "default" attribute of Property
682
+ + 464629 JDK8 Socket customization
683
+ + 464630 Cannot configure Configuration classlist in osgi
684
+ + 464633 Change Selection.how to Selection.criteria
685
+ + 464706 HTTP/2 and async I/O: onDataAvailable() not called
686
+ + 464708 Support HttpConfiguration.delayDispatchUntilContent in HTTP/2
687
+ + 464724 MultiPartInputStreamParser.parse ServletException never thrown
688
+ + 464727 Update Javadoc for Java 8 DocLint
689
+ + 464744 PathMap.match() never throws IllegalArgumentException
690
+ + 464837 Large META-INF/resources/ jars can significantly impact startup speed
691
+ + 464839 Add limit to MongoSessionIdManager purge queries
692
+ + 464869 org.eclipse.jetty.util.resource.PathResource do not work
693
+ + 465118 Fixed GzipHandler handling of multiple closes
694
+ + 465606 IteratingCallback.close() does not fail pending callback
695
+ + 465754 Unchecked PrintWriter errors
696
+ + 465854 Provide java.nio.file.WatchService alternative for Scanner
697
+ + 465857 Support HTTP/2 clear-text server-side upgrade
698
+ + 465867 Implement --skip-file-validation=<module>
699
+ + 466005 Use Files.move(src,trgt) instead of File.rename for
700
+ Part.write(filename)
701
+ + 466283 Support specifying ALPN protocols in HTTP2Client
702
+ + 466618 Partial WebSocket Text delivery does not like incomplete UTF8
703
+ sequences
704
+ + 466619 Add WebSocketFrameListener for receiving WebSocket Frame information
705
+ + 466628 Improve IllegalStateException on ServletInputStream.setReadListener()
706
+ + 466645 Allow XmlConfiguration Properties to use Elements or Attributes
707
+ + 466647 Add ${jetty.tag.version} property and expand URL properties
708
+ + 466648 jetty-ssl download of keystore should be from tags, not master
709
+ + 466669 Add nosql.mod into jetty distro
710
+ + 466678 Make a .mod file for jdbc session management
711
+ + 466774 Update jetty-all module for Jetty 9.3
712
+ + 467036 WebSocketClient fails to process immediate frames from server
713
+ + 467043 WebSocketClient close codes on protocol violation reported as policy
714
+ violation
715
+ + 467055 Mongodb session scavenging can result in very slow query
716
+ + 467165 Add --skip-file-validation to start.jar --help output
717
+ + 467281 Remove Java 1.7 support from Jetty 9.3
718
+ + 467289 Not possible to specify jmxrmi port value
719
+ + 467702 SslContextFactory not backward compatible
720
+ + 467730 HTTP2 requires enabled ciphers to be sorted by blacklist
721
+ + 467790 Update default etc files inside jetty-osgi-boot bundle
722
+ + 468313 PushCacheFilter wrongly associates primary resources to themselves
723
+ + 468347 Fix modules/debuglog.mod
724
+ + 469241 Use null WatchService as loop terminator for PathWatcher
725
+ + 469341 Not possible to use old/deprecated start properties
726
+ + 469414 Proxied redirects expose upstream server name
727
+ + 469633 Make SpinLock behavior pluggable
728
+ + 469799 Transitive module dependencies without ini templates are still added
729
+ to ini
730
+ + 469860 Add module metadata versioning to support backwards compat
731
+ + 469863 fixed setNeedClientAuth/setWantClientAuth
732
+ + 469936 Remove usages of SpinLock
733
+ + 469982 Produce warning for dynamic modules with ini-templates seen during
734
+ --add-to-start
735
+ + 469991 Fix logging levels in websocket client UpgradeConnection
736
+
737
+ jetty-9.2.12.v20150709 - 09 July 2015
738
+ + 469414 Proxied redirects expose upstream server name
739
+ + 469936 Remove usages of SpinLock
740
+ + 470184 Send the proxy-to-server request more lazily
741
+
742
+ jetty-9.2.11.v20150529 - 29 May 2015
743
+ + 461499 ConnectionPool may leak connections
744
+ + 463579 Add support for 308 status code
745
+ + 464292 Implement stream-based transformer for AsyncMiddleManServlet
746
+ + 464438 ClassFileTransformer support in
747
+ org.eclipse.jetty.webapp.WebAppClassLoader broken
748
+ + 464740 DosFilter whiteList check improvement
749
+ + 464869 PathResource.addPath allows absolute resolution
750
+ + 464989 AbstractSessionManager.removeEventListener() should remove
751
+ HttpSessionIdListener
752
+ + 465053 Prevent gzip buffer overflow on complete
753
+ + 465181 HttpParser parse full end chunk
754
+ + 465202 Forked Mojo does not extract war overlays/dependencies
755
+ + 465359 Resource.newResource(String res, boolean useCache) does not use
756
+ useCache argument
757
+ + 465360 URLResource.addPath should use _useCaches setting to create new
758
+ Resource
759
+ + 465700 NullPointerException in ResourceHandler with welcome files
760
+ + 465734 DosFilter whitelist bit pattern fix
761
+ + 465747 Jetty is failing to process all HTTP OPTIONS requests
762
+ + 466329 Fixed local only TestFilter
763
+ + 467276 NPE protection in SslContextFactory
764
+ + 467603 Response 401 from server hangs client
765
+ + 467936 w Check HttpOutput aggregateSize is < bufferSize
766
+ + 468008 Scanner ignores directory length
767
+ + 468421 HttpClient#send fails with IllegalArgumentException on non-lowercase
768
+ schemes.
769
+ + 468714 SelectorManager updateKey race without submit
770
+ + 468747 XSS vulnerability in HttpSpiContextHandler
771
+
772
+ jetty-9.3.0.RC1 - 22 May 2015
773
+ + 464839 Add limit to MongoSessionIdManager purge queries
774
+ + 465053 Prevent gzip buffer overflow on complete
775
+ + 466774 Update jetty-all module for Jetty 9.3
776
+ + 467055 Mongodb session scavenging can result in very slow query
777
+ + 467165 Add --skip-file-validation to start.jar --help output
778
+ + 467276 NPE protection in SslContextFactory
779
+ + 467281 Remove Java 1.7 support from Jetty 9.3
780
+ + 467289 Not possible to specify jmxrmi port value
781
+ + 467603 Response 401 from server hangs client
782
+ + 467702 SslContextFactory not backward compatible
783
+ + 467730 HTTP2 requires enabled ciphers to be sorted by blacklist
784
+ + 467790 Update default etc files inside jetty-osgi-boot bundle
785
+ + 467936 w Check HttpOutput aggregateSize is < bufferSize
786
+
787
+ jetty-9.3.0.RC0 - 12 May 2015
788
+ + 414479 Add WebSocketPingPongListener for those that want PING/PONG payload
789
+ data
790
+ + 420678 Add WebSocketPartialListener to support receiving partial WebSocket
791
+ TEXT/BINARY messages
792
+ + 423974 Optimize flow control
793
+ + 430951 Support SNI with ExtendedSslContextFactory
794
+ + 436345 Refactor AbstractSession to minimize burden on subclasses to
795
+ implement behaviour
796
+ + 440106 Improve ProtocolHandler APIs
797
+ + 444721 PushCacheFilter cleanup/improvements
798
+ + 446564 Refactored RequestLog Mechanism
799
+ + 451973 Ambiguous module init location when mixing --add-to-start &
800
+ --add-to-startd in the same exec
801
+ + 453834 CDI Support for WebSocket
802
+ + 454934 WebSocketClient / connectToServer can block indefinitely during
803
+ upgrade failure
804
+ + 457309 Add test to ensure GET and HEAD response headers same for gzip
805
+ + 457508 Add flag to scan exploded jars in jetty-jspc-maven-plugin
806
+ + 457788 Powered By in o.e.j.util.Jetty conditional on sendServerVersion
807
+ + 458478 JarFileResource improve performance of exist method
808
+ + 459273 Redundant license notices
809
+ + 459734 Update to apache jsp 8.0.20
810
+ + 459845 Support upgrade from http1 to http2
811
+ + 460187 infinite recursion in sending error
812
+ + 460297 Parameterize infinispan.mod
813
+ + 460671 Rationalize property names
814
+ + 460746 HttpConfiguration#setPersistentConnectionsEnabled(boolean)
815
+ + 461415 Maven Jetty Plugin ignores ZIP overlays
816
+ + 461499 ConnectionPool may leak connections
817
+ + 461919 Use osgi-friendly serviceloader mechanism for WebSocketServletFactory
818
+ + 461941 JMX Remote host:port set from start properties
819
+ + 462040 reverted and deprecated getStringField methods
820
+ + 462098 Support setting ThreadGroup in ScheduledExecutorScheduler
821
+ + 462162 StackOverflowException when response commit fails
822
+ + 462193 Asynchronous HttpOutput.close()
823
+ + 462546 ShutdownMonitor should bind to jetty.host
824
+ + 462616 Race between finishing a connect and timing it out
825
+ + 463036 system properties to set ssl password and keypasword
826
+ + 463144 modules do not see pre-downloaded ALPN libs
827
+ + 463579 Add support for 308 status code
828
+ + 464292 Implement stream-based transformer for AsyncMiddleManServlet
829
+ + 464419 Removed xinetd support
830
+ + 464438 ClassFileTransformer support in
831
+ org.eclipse.jetty.webapp.WebAppClassLoader broken
832
+ + 464442 Enable parallel class loading
833
+ + 464528 NPE protection in getIncludedCipher suites
834
+ + 464537 Updated setuid dependency to 1.0.3
835
+ + 464555 ALPN module download attempts to download jar before dir exists
836
+ + 464556 Restrict start module downloads to ${jetty.base} paths only
837
+ + 464564 NoSql sessions created inside a forward not persisted correctly
838
+ + 464606 Support property expansion in "default" attribute of Property
839
+ + 464629 JDK8 Socket customization
840
+ + 464630 Cannot configure Configuration classlist in osgi
841
+ + 464633 Change Selection.how to Selection.criteria
842
+ + 464706 HTTP/2 and async I/O: onDataAvailable() not called
843
+ + 464708 Support HttpConfiguration.delayDispatchUntilContent in HTTP/2
844
+ + 464724 MultiPartInputStreamParser.parse ServletException never thrown
845
+ + 464727 Update Javadoc for Java 8 DocLint
846
+ + 464740 DosFilter whiteList check improvement
847
+ + 464744 PathMap.match() never throws IllegalArgumentException
848
+ + 464837 Large META-INF/resources/ jars can significantly impact startup speed
849
+ + 464869 org.eclipse.jetty.util.resource.PathResource do not work
850
+ + 464989 AbstractSessionManager.removeEventListener() should remove
851
+ HttpSessionIdListener
852
+ + 465181 HttpParser parse full end chunk
853
+ + 465202 Forked Mojo does not extract war overlays/dependencies
854
+ + 465359 Resource.newResource(String res, boolean useCache) does not use
855
+ useCache argument
856
+ + 465360 URLResource.addPath should use _useCaches setting to create new
857
+ Resource
858
+ + 465606 IteratingCallback.close() does not fail pending callback
859
+ + 465700 NullPointerException in ResourceHandler with welcome files
860
+ + 465734 DosFilter whitelist bit pattern fix
861
+ + 465747 Jetty is failing to process all HTTP OPTIONS requests
862
+ + 465754 Unchecked PrintWriter errors
863
+ + 465854 Provide java.nio.file.WatchService alternative for Scanner
864
+ + 465857 Support HTTP/2 clear-text server-side upgrade
865
+ + 465867 Implement --skip-file-validation=<module>
866
+ + 466005 Use Files.move(src,trgt) instead of File.rename for
867
+ Part.write(filename)
868
+ + 466283 Support specifying ALPN protocols in HTTP2Client
869
+ + 466329 Fixed local only TestFilter
870
+ + 466618 Partial WebSocket Text delivery does not like incomplete UTF8
871
+ sequences
872
+ + 466619 Add WebSocketFrameListener for receiving WebSocket Frame information
873
+ + 466628 Improve IllegalStateException on ServletInputStream.setReadListener()
874
+ + 466645 Allow XmlConfiguration Properties to use Elements or Attributes
875
+ + 466647 Add ${jetty.tag.version} property and expand URL properties
876
+ + 466648 jetty-ssl download of keystore should be from tags, not master
877
+ + 466669 Add nosql.mod into jetty distro
878
+ + 466678 Make a .mod file for jdbc session management
879
+ + 466774 Update jetty-all module for Jetty 9.3
880
+ + 467036 WebSocketClient fails to process immediate frames from server
881
+ + 467043 WebSocketClient close codes on protocol violation reported as policy
882
+ violation
883
+
884
+ jetty-9.2.11.M0 - 25 March 2015
885
+ + 454934 WebSocketClient / connectToServer can block indefinitely during
886
+ upgrade failure
887
+ + 459273 Redundant license notices
888
+ + 461499 ConnectionPool may leak connections
889
+ + 461919 Use osgi-friendly serviceloader mechanism for WebSocketServletFactory
890
+ + 461941 JMX Remote host:port set from start properties
891
+ + 462546 ShutdownMonitor should bind to jetty.host
892
+ + 462616 Race between finishing a connect and timing it out
893
+
894
+ jetty-9.3.0.M2 - 11 March 2015
895
+ + 383207 Use BundleFileLocatorHelperFactory to obtain BundleFileLocatorHelper
896
+ + 420944 Hot Deployment of WAR when Context XML exists doesn't trigger
897
+ redeploy
898
+ + 423974 Optimize flow control
899
+ + 424368 Add CONTRIBUTING.md
900
+ + 430951 Improved ordering of SSL ciphers
901
+ + 439374 Use utf-8 as default charset for html
902
+ + 440506 Jetty OSGi boot bundle does not support OSGi framework Eclipse
903
+ Concierge
904
+ + 443652 Remove dependency on java.lang.management classes
905
+ + 445518 Provide different error callbacks to ProxyServlet
906
+ + 446564 Refactored RequestLog Mechanism
907
+ + 447472 Clear async context timeout on async static content
908
+ + 448446 org.eclipse.jetty.start.Main create classloader duplicate
909
+ + 448944 Provide m2e lifecycle mapping metadata for jetty-jspc-maven-plugin
910
+ + 449594 Handle ArrayTrie overflow with false return
911
+ + 449811 handle unquoted etags when gzipping
912
+ + 450467 Integer overflow in Session expiry calculation in MongoSessionManager
913
+ + 450483 Missing parameterization of etc/jetty-deploy.xml
914
+ + 450484 Missing parameterization of etc/jetty-http[s].xml
915
+ + 450855 GzipFilter MIGHT_COMPRESS exception
916
+ + 450873 Disable tests that downcaste wrapped GzipFilterResponses
917
+ + 450894 jetty.sh does not delete JETTY_STATE at start
918
+ + 451092 Connector will fail if HeaderListener return false
919
+ + 451529 Change sentinel class for finding jstl on classpath to
920
+ org.apache.taglibs.standard.tag.rt.core.WhenTag
921
+ + 451634 DefaultServlet: useFileMappedBuffer javadoc is misleading
922
+ + 451973 Ambiguous module init location when mixing --add-to-start &
923
+ --add-to-startd in the same exec
924
+ + 451974 Combine multiple start license acknowledgement into one
925
+ + 452188 Delay dispatch until content optimisation
926
+ + 452201 Set the container classloader for osgi during webbundle undeploy
927
+ + 452246 Fixed SSL hang on last chunk
928
+ + 452261 Ensure <jsp-file> works with new JettyJspServlet
929
+ + 452322 Restore progress messages for --add-to-start(d) use
930
+ + 452323 Start --list-config makes no hint on transitive enabled modules
931
+ + 452329 Transitive modules in start.jar --add-to-start(d) are not added if
932
+ enabled already in tree
933
+ + 452424 Do not add Date header if already set
934
+ + 452465 100% CPU spin on page reload
935
+ + 452503 Start.jar --add-to-start=jstl results in GraphException: Unable to
936
+ expand property in name: jsp-impl/${jsp-impl}-jstl
937
+ + 452516 Make HttpOutput aggregation size configurable
938
+ + 453386 Jetty not working when configuring QueuedThreadPool with
939
+ minThreads=0.
940
+ + 453487 Recycle HttpChannelOverHTTP2
941
+ + 453627 Fixed FileSystem test for nanosecond filesystems
942
+ + 453629 Fixed big write test
943
+ + 453636 Improved spin detection on test
944
+ + 453793 _maxHeaderBytes>0 is not verified in parseNext() when in
945
+ State.CLOSED.
946
+ + 453801 Jetty does not check for already registered services when
947
+ bootstrapping
948
+ + 453829 removed code with yahoo copyright
949
+ + 454152 Remove mux remnants from WebSocketClient
950
+ + 454157 HttpInput.consumeAll spins if input is in async mode
951
+ + 454291 Added busy threads JMX attribute to QueuedThreadPool
952
+ + 454773 SSLConnection use on Android client results in loop
953
+ + 454952 Allow Jetty to run in Java 8 compact 3 profile
954
+ + 454954 Jetty osgi should skip fragment and required bundles that are in the
955
+ uninstalled state
956
+ + 454955 OSGi AnnotationParser should skip resources that are not in the
957
+ classpath and close the class inputstream when done scanning it
958
+ + 454983 Source bundles should not be singleton
959
+ + 455047 Update JASPI
960
+ + 455174 jetty-plus JNDI tests should use unique JNDI paths
961
+ + 455330 Multiple Jetty-ContextFilePath entries separated by commas doesn't
962
+ work
963
+ + 455436 ProxyServlet sends two User-Agent values
964
+ + 455476 Persist updated session expiry time for MongoSessionManager
965
+ + 455655 ensure multipart form-data parsing exception thrown to servlet
966
+ + 455863 Fixed jetty.sh handling of multiple JETTY_ARGS
967
+ + 456209 Bad ContextClassLoader in WebSocket onMessage
968
+ + 456426 Exception on context undeploy from EnvConfiguration
969
+ + 456486 Jar containing ServiceContainerInitializer impl not found in TCCL in
970
+ osgi
971
+ + 456521 ShutdownHandler should shut down more gracefully
972
+ + 456956 Reduce ThreadLocal.remove() weak reference garbage
973
+ + 457017 Reflective call to websocket methods that fail have ambiguous
974
+ exceptions
975
+ + 457032 Request sent from a failed CompleteListener due to connect timeout is
976
+ failed immediately.
977
+ + 457130 HTTPS request with IP host and HTTP proxy throws
978
+ IllegalArgumentException.
979
+ + 457696 JMX implementation should not be overridden by WebApp classes
980
+ + 457893 Close temp jar resource
981
+ + 458101 added test for maxFormContentSize
982
+ + 458140 Added DispatcherType support to RewriteHandler
983
+ + 458174 Example Jar Server
984
+ + 458175 multipart annotation on lazily loaded servlet does not work
985
+ + 458209 Length check for HttpMethod MOVE lookahead
986
+ + 458354 ALPNServerConnection.select negotiation
987
+ + 458495 CompletableCallback may not notify failures
988
+ + 458527 Implement an async proxy servlet that can perform content
989
+ transformations.
990
+ + 458568 JDBCLoginService javadoc incorrectly references HashLoginService
991
+ + 458663 Handle null header values
992
+ + 458849 org.eclipse.jetty.util.Uptime.DefaultImpl() not available on GAE
993
+ + 459006 master branch does not build on norwegian locale
994
+ + 459081 http2 push failures
995
+ + 459125 GzipHandler default mimeType behavior incorrect
996
+ + 459273 Redundant license notices
997
+ + 459352 AsyncMiddleManServlet should set "Host:" header correctly in proxy to
998
+ remote request headers.
999
+ + 459490 Defining a duplicate error page in webdefault.xml and web.xml results
1000
+ in an error
1001
+ + 459542 AsyncMiddleManServlet race condition on first download content
1002
+ + 459560 jetty.sh handles start.d and no start.ini
1003
+ + 459655 Remove SPDY and NPN
1004
+ + 459681 Remove dead code after removal of glassfish jasper support
1005
+ + 459731 Update for drafts hpack-11 and http2-17
1006
+ + 459769 AsyncMiddleManServlet race condition on last download content
1007
+ + 459845 Support upgrade from http1 to http2/websocket
1008
+ + 459963 Failure writing content of a committed request leaks connections
1009
+ + 460176 When checking for precompiled jsp, ensure classname is present
1010
+ + 460180 Jaas demo has wrong doco in html
1011
+ + 460210 ExecutionStragegy producer for SelectManager calls onOpen from
1012
+ produce method
1013
+ + 460211 Fixed Idle race in ExecuteProduceRun
1014
+ + 460291 AsyncGzipFilter Mappings
1015
+ + 460371 AsyncMiddleManServlet.GZipContentTransformer fails if last transform
1016
+ has no output
1017
+ + 460372 if web.xml does not contain jspc maven plugin insertionMarker
1018
+ behavior is wrong
1019
+ + 460443 Race condition releasing the response buffer
1020
+ + 460642 HttpParser error 400 can expose previous buffer contents in HTTP
1021
+ status reason message
1022
+ + 460670 Support multiple names in <Property> elements
1023
+ + 460769 ClientUpgradeRequest sends cookies in the wrong format
1024
+ + 460905 Make sure TimeoutCompleteListener is cancelled if the request cannot
1025
+ be sent.
1026
+ + 461052 Local streams created after INITIAL_WINDOW_SIZE setting have wrong
1027
+ send window.
1028
+ + 461070 Handle setReadListener on request with no content
1029
+ + 461133 allow stop port to reuse address
1030
+ + 461350 Update HttpParser IllegalCharacter handling to RFC7230
1031
+ + 461452 Double release of buffer by HttpReceiverOverHTTP
1032
+ + 461499 ConnectionPool may leak connections
1033
+ + 461623 BufferUtil.writeTo does not update position consistently
1034
+ + 461643 HttpContent.advance() race
1035
+
1036
+ jetty-9.2.10.v20150310 - 10 March 2015
1037
+ + 445518 Provide different error callbacks to ProxyServlet
1038
+ + 456521 ShutdownHandler should shut down more gracefully
1039
+ + 458140 Added DispatcherType support to RewriteHandler
1040
+ + 460769 ClientUpgradeRequest sends cookies in the wrong format
1041
+ + 460905 Make sure TimeoutCompleteListener is cancelled if the request cannot
1042
+ be sent.
1043
+ + 461070 Handle setReadListener on request with no content
1044
+ + 461133 allow stop port to reuse address
1045
+ + 461452 Double release of buffer by HttpReceiverOverHTTP
1046
+ + 461499 ConnectionPool may leak connections
1047
+ + 461623 BufferUtil.writeTo does not update position consistently
1048
+ + 461643 HttpContent.advance() race
1049
+
1050
+ jetty-9.2.9.v20150224 - 24 February 2015
1051
+ + 459273 Redundant license notices
1052
+ + 460176 When checking for precompiled jsp, ensure classname is present
1053
+ + 460180 Jaas demo has wrong doco in html
1054
+ + 460291 AsyncGzipFilter Mappings
1055
+ + 460371 AsyncMiddleManServlet.GZipContentTransformer fails if last transform
1056
+ has no output
1057
+ + 460372 if web.xml does not contain jspc maven plugin insertionMarker
1058
+ behavior is wrong
1059
+ + 460443 Race condition releasing the response buffer
1060
+ + 460642 HttpParser error 400 can expose previous buffer contents in HTTP
1061
+ status reason message
1062
+
1063
+ jetty-9.2.8.v20150217 - 17 February 2015
1064
+ + 451092 Connector will fail if HeaderListener return false
1065
+ + 455436 ProxyServlet sends two User-Agent values
1066
+ + 457893 Close temp jar resource
1067
+ + 458101 added test for maxFormContentSize
1068
+ + 458174 Example Jar Server
1069
+ + 458175 multipart annotation on lazily loaded servlet does not work
1070
+ + 458209 Length check for HttpMethod MOVE lookahead
1071
+ + 458354 ALPNServerConnection.select negotiation
1072
+ + 458495 CompletableCallback may not notify failures
1073
+ + 458527 Implement an async proxy servlet that can perform content
1074
+ transformations.
1075
+ + 458568 JDBCLoginService javadoc incorrectly references HashLoginService
1076
+ + 458849 org.eclipse.jetty.util.Uptime.DefaultImpl() not available on GAE
1077
+ + 459006 master branch does not build on norwegian locale
1078
+ + 459125 GzipHandler default mimeType behavior incorrect
1079
+ + 459352 AsyncMiddleManServlet should set "Host:" header correctly in proxy to
1080
+ remote request headers.
1081
+ + 459490 Defining a duplicate error page in webdefault.xml and web.xml results
1082
+ in an error
1083
+ + 459542 AsyncMiddleManServlet race condition on first download content
1084
+ + 459560 jetty.sh handles start.d and no start.ini
1085
+ + 459769 AsyncMiddleManServlet race condition on last download content
1086
+ + 459845 Support upgrade
1087
+ + 459963 Failure writing content of a committed request leaks connections
1088
+
1089
+ jetty-9.2.7.v20150116 - 16 January 2015
1090
+ + 420944 Hot Deployment of WAR when Context XML exists doesn't trigger
1091
+ redeploy
1092
+ + 448944 Provide m2e lifecycle mapping metadata for jetty-jspc-maven-plugin
1093
+ + 452201 Set the container classloader for osgi during webbundle undeploy
1094
+ + 454291 Added busy threads JMX attribute to QueuedThreadPool
1095
+ + 454773 SSLConnection use on Android client results in loop
1096
+ + 454954 Jetty osgi should skip fragment and required bundles that are in the
1097
+ uninstalled state
1098
+ + 454955 OSGi AnnotationParser should skip resources that are not in the
1099
+ classpath and close the class inputstream when done scanning it
1100
+ + 454983 Source bundles should not be singleton
1101
+ + 455047 Update JASPI
1102
+ + 455174 jetty-plus JNDI tests should use unique JNDI paths
1103
+ + 455330 Multiple Jetty-ContextFilePath entries separated by commas doesn't
1104
+ work
1105
+ + 455476 Persist updated session expiry time for MongoSessionManager
1106
+ + 455655 ensure multipart form-data parsing exception thrown to servlet
1107
+ + 455863 Fixed jetty.sh handling of multiple JETTY_ARGS
1108
+ + 456426 Exception on context undeploy from EnvConfiguration
1109
+ + 456486 Jar containing ServiceContainerInitializer impl not found in TCCL in
1110
+ osgi
1111
+ + 456956 Reduce ThreadLocal.remove() weak reference garbage
1112
+ + 457017 Reflective call to websocket methods that fail have ambiguous
1113
+ exceptions
1114
+ + 457032 Request sent from a failed CompleteListener due to connect timeout is
1115
+ failed immediately.
1116
+ + 457130 HTTPS request with IP host and HTTP proxy throws
1117
+ IllegalArgumentException.
1118
+ + 457696 JMX implementation should not be overridden by WebApp classes
1119
+
1120
+ jetty-9.2.6.v20141205 - 05 December 2014
1121
+ + 383207 Use BundleFileLocatorHelperFactory to obtain BundleFileLocatorHelper
1122
+ + 443652 Remove dependency on java.lang.management classes
1123
+ + 447472 Clear async context timeout on async static content
1124
+ + 451529 Change sentinel class for finding jstl on classpath to
1125
+ org.apache.taglibs.standard.tag.rt.core.WhenTag
1126
+ + 451634 DefaultServlet: useFileMappedBuffer javadoc is misleading
1127
+ + 452188 Delay dispatch until content optimisation
1128
+ + 452201 EnvConfiguration.destroy() should set the classloader
1129
+ + 452246 Fixed SSL hang on last chunk
1130
+ + 452261 Multiple servlets map to path *.jsp when using jsp-property-group
1131
+ + 452424 Do not add Date header if already set
1132
+ + 452516 Make HttpOutput aggregation size configurable
1133
+ + 453386 Jetty not working when configuring QueuedThreadPool with
1134
+ minThreads=0.
1135
+ + 453629 Fixed big write test
1136
+ + 453793 _maxHeaderBytes>0 is not verified in parseNext() when in
1137
+ State.CLOSED.
1138
+ + 453801 Jetty does not check for already registered services when
1139
+ bootstrapping
1140
+ + 454157 HttpInput.consumeAll spins if input is in async mode
1141
+
1142
+ jetty-9.2.5.v20141112 - 12 November 2014
1143
+ + 448446 org.eclipse.jetty.start.Main create classloader duplicate
1144
+ + 449594 Handle ArrayTrie overflow with false return
1145
+ + 449811 handle unquoted etags when gzipping
1146
+ + 450467 Integer overflow in Session expiry calculation in MongoSessionManager
1147
+ + 450483 Missing parameterization of etc/jetty-deploy.xml
1148
+ + 450484 Missing parameterization of etc/jetty-http[s].xml
1149
+ + 450855 GzipFilter MIGHT_COMPRESS exception
1150
+ + 450873 Disable tests that downcaste wrapped GzipFilterResponses
1151
+ + 450894 jetty.sh does not delete JETTY_STATE at start
1152
+
1153
+ jetty-9.3.0.M1 - 03 November 2014
1154
+ + 376365 "jetty.sh start" returns 0 on failure
1155
+ + 396569 'bin/jetty.sh stop' reports 'OK' even when jetty was not running
1156
+ + 396572 Starting jetty from cygwin is not working properly
1157
+ + 437303 Serving of static filenames with "unwise" characters causes 404 error
1158
+ + 440729 SSL requests often fail with EOFException or IllegalStateException
1159
+ + 440925 NPE when using relative paths for --start-log-file
1160
+ + 442419 CrossOriginFilter javadoc says "exposeHeaders", but should be
1161
+ "exposedHeaders"
1162
+ + 442942 Content sent with status 204 (No Content)
1163
+ + 443529 CrossOriginFilter does not accept wildcard for allowedHeaders
1164
+ + 443530 CrossOriginFilter does not set the Vary header
1165
+ + 443550 improved FileResource encoded alias checking
1166
+ + 444031 Ensure exceptions do not reduce threadpool below minimum
1167
+ + 444595 nosql/mongodb - Cleanup process/Refreshing does not respect encoding
1168
+ of attribute keys
1169
+ + 444676 Goal jetty:deploy-war produces errors with version 9.2.3
1170
+ + 444722 Fixed order of setReuseAddress call
1171
+ + 444896 Overriding of web-default servlet mapping in web.xml not working with
1172
+ quickstart
1173
+ + 445157 First redeployed servlet leaks WebAppContext
1174
+ + 445167 Allow configuration of dispatch after select
1175
+ + 445239 Rename weld.mod to cdi.mod to be consistent with past module namings
1176
+ + 445258 STOP.WAIT is not really respected
1177
+ + 445374 Reevaluate org.eclipse.jetty.websocket.jsr356 enablement concepts
1178
+ + 445495 Improve Exception message when no jndi resource to bind for a name in
1179
+ web.xml
1180
+ + 445542 Add SecuredRedirectHandler for embedded jetty use to redirect to
1181
+ secure port/scheme
1182
+ + 445821 Error 400 should be logged with RequestLog
1183
+ + 445823 Moved RequestLog calling to HttpChannel
1184
+ + 445830 Support setting environment variables on forked jetty with
1185
+ jetty:run-forked
1186
+ + 445979 jetty.sh fails to start when start-stop-daemon does not exist and the
1187
+ user is not root
1188
+ + 446033 org.eclipse.jetty.websocket.server.WebSocketServerFactory not
1189
+ available in OSGi
1190
+ + 446063 ALPN Fail SSL Handshake if no supported Application Protocols
1191
+ + 446107 NullPointerException in ProxyServlet when extended by Servlet without
1192
+ a package
1193
+ + 446425 Oracle Sql error on JettySessions table when this table do not exist
1194
+ already
1195
+ + 446506 getAsyncContext ISE before startAsync on async dispatches
1196
+ + 446559 Avoid spin consuming extra data
1197
+ + 446563 Null HttpChannel.getCurrentHttpChannel() in
1198
+ ServletHandler.doFilter().
1199
+ + 446564 Refactored RequestLog Mechanism
1200
+ + 446672 NPN Specification issue in the case no protocols are selected
1201
+ + 446923 SharedBlockingCallback does not handle connector max idle time of
1202
+ Long.MAX_VALUE; BlockerTimeoutException not serializable
1203
+ + 446944 ServletTester and HttpTester should be in
1204
+ <classifier>tests</classifier>
1205
+ + 447216 putAll Properties in XmlConfiguration
1206
+ + 447381 Disable SSLv3 by default
1207
+ + 447472 test harness for slow large writes
1208
+ + 447515 Remove GzipFilter
1209
+ + 447627 MultiPart file always created when "filename" set in
1210
+ Content-Disposition
1211
+ + 447629 getPart()/getParts() fails on Multipart request if getParameter is
1212
+ called in a filter first
1213
+ + 447746 HttpClient is always going to send User-Agent header even though I do
1214
+ not want it to.
1215
+ + 447979 Refactor to make MetaData responsible for progressively ordering
1216
+ web-inf jars
1217
+ + 448156 Fixed INACTIVE race in IteratingCallback
1218
+ + 448225 Removed unnecessary synchronize on initParser
1219
+ + 448675 Impossible to set own Threadpool when using jetty-maven-plugin
1220
+ + 448841 Clarified selectors==0 javadoc 448840 Clarified ServerConnector
1221
+ javadoc 448839 Fixed javadoc typo in ServerConnector
1222
+ + 449001 Remove start.d directory from JETTY_HOME
1223
+ + 449003 WARNING: Cannot enable requested module [protonego-impl]: not a valid
1224
+ module name
1225
+ + 449038 WebSocketUpgradeFilter must support async
1226
+ + 449175 Removed extra space in NCSA log
1227
+ + 449372 Make jvmArgs of jetty:run-forked configurable from command line
1228
+
1229
+ jetty-9.2.4.v20141103 - 03 November 2014
1230
+ + 376365 "jetty.sh start" returns 0 on failure
1231
+ + 396569 'bin/jetty.sh stop' reports 'OK' even when jetty was not running
1232
+ + 396572 Starting jetty from cygwin is not working properly
1233
+ + 438387 NullPointerException after ServletUpgradeResponse.sendForbidden is
1234
+ called during WebSocketCreator.createWebSocket
1235
+ + 440729 SSL requests often fail with EOFException or IllegalStateException
1236
+ + 440925 NPE when using relative paths for --start-log-file
1237
+ + 442419 CrossOriginFilter javadoc says "exposeHeaders", but should be
1238
+ "exposedHeaders"
1239
+ + 442495 Bad Context ClassLoader in JSR356 WebSocket onOpen
1240
+ + 442942 Content sent with status 204 (No Content)
1241
+ + 443529 CrossOriginFilter does not accept wildcard for allowedHeaders
1242
+ + 443530 CrossOriginFilter does not set the Vary header
1243
+ + 443550 improved FileResource encoded alias checking
1244
+ + 444031 Ensure exceptions do not reduce threadpool below minimum
1245
+ + 444124 JSP include with <servlet><jsp-file> can cause infinite recursion
1246
+ + 444214 Socks4Proxy fails when reading less than 8 bytes
1247
+ + 444222 replace CRLF in header values with whitespace rather than ?
1248
+ + 444415 iterative WriteFlusher
1249
+ + 444416 AsyncProxyServlet recursion
1250
+ + 444517 Ensure WebSocketUpgradeFilter is always first in filter chain
1251
+ + 444547 Format exception in ResourceCache.Content.toString()
1252
+ + 444595 nosql/mongodb - Cleanup process/Refreshing does not respect encoding
1253
+ of attribute keys
1254
+ + 444617 Expose local and remote socket address to applications
1255
+ + 444676 Goal jetty:deploy-war produces errors with version 9.2.3
1256
+ + 444722 Fixed order of setReuseAddress call
1257
+ + 444748 WebSocketClient.stop() does not unregister from ShutdownThread
1258
+ + 444764 HttpClient notifies callbacks for last chunk of content twice
1259
+ + 444771 JSR356 / EndPointConfig.userProperties are not unique per endpoint
1260
+ upgrade
1261
+ + 444863 ProxyServlet does not filter headers listed by the Connection header
1262
+ + 444896 Overriding of web-default servlet mapping in web.xml not working with
1263
+ quickstart
1264
+ + 445157 First redeployed servlet leaks WebAppContext
1265
+ + 445167 Allow configuration of dispatch after select
1266
+ + 445239 Rename weld.mod to cdi.mod to be consistent with past module namings
1267
+ + 445258 STOP.WAIT is not really respected
1268
+ + 445374 Reevaluate org.eclipse.jetty.websocket.jsr356 enablement concepts
1269
+ + 445495 Improve Exception message when no jndi resource to bind for a name in
1270
+ web.xml
1271
+ + 445542 Add SecuredRedirectHandler for embedded jetty use to redirect to
1272
+ secure port/scheme
1273
+ + 445821 Error 400 should be logged with RequestLog
1274
+ + 445823 RequestLogHandler at end of HandlerCollection doesn't work
1275
+ + 445830 Support setting environment variables on forked jetty with
1276
+ jetty:run-forked
1277
+ + 445979 jetty.sh fails to start when start-stop-daemon does not exist and the
1278
+ user is not root
1279
+ + 446033 org.eclipse.jetty.websocket.server.WebSocketServerFactory not
1280
+ available in OSGi
1281
+ + 446063 ALPN Fail SSL Handshake if no supported Application Protocols
1282
+ + 446107 NullPointerException in ProxyServlet when extended by Servlet without
1283
+ a package
1284
+ + 446425 Oracle Sql error on JettySessions table when this table do not exist
1285
+ already
1286
+ + 446506 getAsyncContext ISE before startAsync on async dispatches
1287
+ + 446559 Avoid spin consuming extra data
1288
+ + 446563 Null HttpChannel.getCurrentHttpChannel() in
1289
+ ServletHandler.doFilter().
1290
+ + 446672 NPN Specification issue in the case no protocols are selected
1291
+ + 446923 SharedBlockingCallback does not handle connector max idle time of
1292
+ Long.MAX_VALUE; BlockerTimeoutException not serializable
1293
+ + 447381 Disable SSLv3 by default
1294
+ + 447472 test harness for slow large writes
1295
+ + 447515 Remove GzipFilter
1296
+ + 447627 MultiPart file always created when "filename" set in
1297
+ Content-Disposition
1298
+ + 447629 getPart()/getParts() fails on Multipart request if getParameter is
1299
+ called in a filter first
1300
+ + 447746 HttpClient is always going to send User-Agent header even though I do
1301
+ not want it to.
1302
+ + 447979 Refactor to make MetaData responsible for progressively ordering
1303
+ web-inf jars
1304
+ + 448156 Fixed INACTIVE race in IteratingCallback
1305
+ + 448225 Removed unnecessary synchronize on initParser
1306
+ + 448675 Impossible to set own Threadpool when using jetty-maven-plugin
1307
+ + 448841 Clarified selectors==0 javadoc 448840 Clarified ServerConnector
1308
+ javadoc 448839 Fixed javadoc typo in ServerConnector
1309
+ + 449001 Remove start.d directory from JETTY_HOME
1310
+ + 449003 WARNING: Cannot enable requested module [protonego-impl]: not a valid
1311
+ module name
1312
+ + 449038 WebSocketUpgradeFilter must support async
1313
+ + 449175 Removed extra space in NCSA log
1314
+ + 449291 create-files downloads without license
1315
+ + 449372 Make jvmArgs of jetty:run-forked configurable from command line
1316
+ + 449603 OutputStreamContentProvider hangs when host is not available
1317
+
1318
+ jetty-9.3.0.M0 - 24 September 2014
1319
+ + 437395 Start / Properties in template sections should be default applied for
1320
+ enabled modules
1321
+ + 438204 getServerName returns IPv6 addresses wrapped in []
1322
+ + 438387 NullPointerException after ServletUpgradeResponse.sendForbidden is
1323
+ called during WebSocketCreator.createWebSocket
1324
+ + 439369 Remove unused class CrossContextPsuedoSession
1325
+ + 439375 preferred rfc7231 format is mime;charset=lowercase-9
1326
+ + 442083 Client resets stream, pending server data is failed, connection
1327
+ closed.
1328
+ + 442086 Review HttpOutput blocking writes
1329
+ + 442477 Allow Symlink aliases by default
1330
+ + 442495 Bad Context ClassLoader in JSR356 WebSocket onOpen
1331
+ + 442950 Embedded Jetty client requests to localhost hangs with high cpu usage
1332
+ (NIO OP_CONNECT Solaris/Sparc).
1333
+ + 443652 Remove dependency on java.lang.management classes
1334
+ + 443661 Rename manifest and service constants for jetty osgi resource
1335
+ fragment code
1336
+ + 443662 Consume buffer in write(ByteBuffer)
1337
+ + 443713 Reduce number of SelectionKey.setInterestOps() calls
1338
+ + 443893 Make a module for weld
1339
+ + 444124 JSP include with <servlet><jsp-file> can cause infinite recursion
1340
+ + 444214 Socks4Proxy fails when reading less than 8 bytes
1341
+ + 444222 replace CRLF in header values with whitespace rather than ?
1342
+ + 444415 iterative WriteFlusher
1343
+ + 444416 AsyncProxyServlet recursion
1344
+ + 444485 Client resets stream, pending server data is failed, write hangs
1345
+ + 444517 Ensure WebSocketUpgradeFilter is always first in filter chain
1346
+ + 444547 Format exception in ResourceCache.Content.toString()
1347
+ + 444617 Expose local and remote socket address to applications
1348
+ + 444748 WebSocketClient.stop() does not unregister from ShutdownThread
1349
+ + 444764 HttpClient notifies callbacks for last chunk of content twice
1350
+ + 444771 JSR356 / EndPointConfig.userProperties are not unique per endpoint
1351
+ upgrade
1352
+ + 444863 ProxyServlet does not filter headers listed by the Connection header
1353
+
1354
+ jetty-9.2.3.v20140905 - 05 September 2014
1355
+ + 347110 renamed class transformer methods
1356
+ + 411163 Add embedded jetty code example with JSP enabled
1357
+ + 435322 Added a idleTimeout to the SharedBlockerCallback
1358
+ + 435533 Handle 0 sized async gzip
1359
+ + 435988 ContainerLifeCycle: beans never stopped on remove
1360
+ + 436862 Update jetty-osgi to asm-5 and spifly-1.0.1
1361
+ + 438500 Odd NoClassDef errors when shutting down the jetty-maven-plugin via
1362
+ the stop goal
1363
+ + 440255 ensure 500 is logged on thrown Errors
1364
+ + 441073 isEarlyEOF on HttpInput
1365
+ + 441475 org.eclipse.jetty.server.ResourceCache exceptions under high load
1366
+ + 441479 Jetty hangs due to deadlocks in session manager
1367
+ + 441649 Update to jsp and el Apache Jasper 8.0.9
1368
+ + 441756 Ssl Stackoverflow on renegotiate
1369
+ + 441897 Fixed etag handling in gzipfilter
1370
+ + 442048 fixed sendRedirect %2F encoding
1371
+ + 442383 Improved insufficient threads message
1372
+ + 442628 Update example xml file for second server instance to extract wars
1373
+ + 442642 Quickstart generates valid XML
1374
+ + 442759 Allow specific ServletContainerInitializers to be excluded
1375
+ + 442950 Embedded Jetty client requests to localhost hangs with high cpu usage
1376
+ (NIO OP_CONNECT Solaris/Sparc).
1377
+ + 443049 Improved HttpParser illegal character messages
1378
+ + 443158 Fixed HttpOutput spin
1379
+ + 443172 web-fragment.xml wrongly parsed for applications running in serlvet
1380
+ 2.4 mode
1381
+ + 443231 java.lang.NullPointerException on scavenge scheduling when session id
1382
+ manager declared before shared scheduler
1383
+ + 443262 Distinguish situation where jetty looks for tlds in META-INF but
1384
+ finds none vs does not look
1385
+
1386
+ jetty-8.1.16.v20140903 - 03 September 2014
1387
+ + 409788 Large POST body causes java.lang.IllegalStateException: SENDING =>
1388
+ HEADERS.
1389
+ + 433689 Evict idle HttpDestinations from client
1390
+ + 433802 check EOF in send1xx
1391
+ + 438996 Scavenger-Timer in HashSessionManager can die because of
1392
+ IllegalStateException from getMaxInactiveInterval
1393
+ + 442048 fixed sendRedirect %2F encoding
1394
+ + 442839 highly fragmented websocket messages can result in corrupt binary
1395
+ messages
1396
+
1397
+ jetty-7.6.16.v20140903 - 03 September 2014
1398
+ + 409788 Large POST body causes java.lang.IllegalStateException: SENDING =>
1399
+ HEADERS.
1400
+ + 433802 check EOF in send1xx
1401
+ + 442839 highly fragmented websocket messages can result in corrupt binary
1402
+ messages
1403
+
1404
+ jetty-9.2.2.v20140723 - 23 July 2014
1405
+ + 411323 DosFilter/QoSFilter should use AsyncContext rather than
1406
+ Continuations.
1407
+ + 432815 Fixed selector stop race
1408
+ + 434536 Improved Customizer javadoc
1409
+ + 435322 Fixed Iterating Callback close
1410
+ + 435653 encode async dispatched requestURI
1411
+ + 435895 jetty spring module is not in distribution
1412
+ + 436874 WebSocket client throwing a NullPointer when handling a pong
1413
+ + 436894 GzipFilter code cleanup
1414
+ + 436916 CGI: "Search docroot for a matching execCmd" logic is wrong
1415
+ + 436987 limited range of default acceptors and selectors
1416
+ + 437051 Refactor Filter chain handling of Request.isAsyncSupported
1417
+ + 437395 Start / Properties in template sections should be default applied for
1418
+ enabled modules
1419
+ + 437419 Allow scanning of META-INF for resources,fragments,tlds for unpacked
1420
+ jars
1421
+ + 437430 jettyXml not consistent between jetty:run and jetty:run-forked
1422
+ + 437462 consistent test failure in jetty-start under windows
1423
+ + 437706 ServletTester calls LocalConnector method with hardcoded timeout
1424
+ + 437800 URLs with single quote and spaces return 404
1425
+ + 437996 avoid async status race by not setting 200 on handled
1426
+ + 438079 Review garbage creation in 9.2.x series
1427
+ + 438190 findbug improvements
1428
+ + 438204 leave IPv6 addresses [] wrapped in getServerName
1429
+ + 438327 Remove hard coded Allow from OPTIONS *
1430
+ + 438331 AbstractLogger.debug(String,long) infinite loop
1431
+ + 438434 ResourceHandler checks aliases
1432
+ + 438895 Add mvn jetty:effective-web-xml goal
1433
+ + 439066 javadoc setStopAtShutdown
1434
+ + 439067 Improved graceful stop timeout handling
1435
+ + 439194 Do not configure fake server for jetty:run-forked
1436
+ + 439201 GzipFilter and AsyncGzipFilter should strip charset from Content-Type
1437
+ before making exclusion comparison in doFilter
1438
+ + 439369 Deprecate CrossContextPseudoSession
1439
+ + 439387 Ensure empty servlet-class never generated for quickstart
1440
+ + 439390 Ensure jsp scratchdir is created same way for quickstart and
1441
+ non-quickstart
1442
+ + 439394 load-on-startup with value 0 not preserved for quickstart
1443
+ + 439399 Scan tlds for apache jasper standard taglib with jetty-maven-plugin
1444
+ + 439438 DataSourceLoginService does not refresh passwords when changed in
1445
+ database
1446
+ + 439507 Possible timing side-channel when comparing MD5-Credentials
1447
+ + 439540 setReuseAddress() in ServerConnector.java is not coded properly
1448
+ + 439652 GzipHandler super.doStart
1449
+ + 439663 Allow mappings to be declared before servlet/filter
1450
+ + 439672 support using Apache commons daemon for managing Jetty
1451
+ + 439753 ConstraintSecurityHandler has dead code for processing constraints
1452
+ + 439788 CORS filter headers gone between 9.2.0.M0 and 9.2.1 .v20140609 for
1453
+ ProxyServlet requests.
1454
+ + 439809 mvn jetty:jspc cannot find taglibs in dependency jars
1455
+ + 439895 No event callback should be invoked after the "failure" callback
1456
+ + 440020 Abort bad proxy responses with sendError(-1)
1457
+ + 440038 Content decoding may fail
1458
+ + 440114 ContextHandlerCollection does not skip context wrappers
1459
+ + 440122 Remove usages of ForkInvoker
1460
+
1461
+ jetty-9.2.1.v20140609 - 09 June 2014
1462
+ + 347110 Supprt ClassFileTransormers in WebAppClassLoader
1463
+ + 432192 jetty-start / Allow JETTY_LOGS use for start-log-file
1464
+ + 432321 jetty-start / Allow defining extra start directories for common
1465
+ configurations
1466
+ + 435322 Improved debug
1467
+ + 436029 GzipFilter errors on asynchronous methods with message to
1468
+ AsyncGzipFilter
1469
+ + 436345 Refactor AbstractSession to minimize burden on subclasses to
1470
+ implement behaviour
1471
+ + 436388 Allow case-insensitive STOP.KEY and STOP.PORT use
1472
+ + 436405 ${jetty.base}/resources not on classpath with default configuration
1473
+ + 436520 Start / Allow https and file urls in jetty-start's module download
1474
+ mechanism
1475
+ + 436524 Start / Downloadable [files] references in modules cannot use ":"
1476
+ themselves
1477
+
1478
+ jetty-9.2.0.v20140526 - 26 May 2014
1479
+ + 429390 Decoders and Encoders are not registered for non-annotated
1480
+ ClientEndpoint
1481
+ + 434810 better handling of bad messages
1482
+ + 435086 ${jetty.base}/resources not on classpath when using
1483
+ --module=resources
1484
+ + 435088 lib/npn packaging of jetty-distribution is off
1485
+ + 435206 Can't add Cookie header on websocket ClientUpgradeRequest
1486
+ + 435217 Remove deprecated TagLibConfiguration
1487
+ + 435223 High cpu usage in
1488
+ FCGIHttpParser.parseContent(ResponseContentParser.java:314).
1489
+ + 435338 Incorrect handling of asynchronous content
1490
+ + 435412 Make AbstractSession.access() more amenable to customization
1491
+
1492
+ jetty-9.2.0.RC0 - 15 May 2014
1493
+ + 419972 Support sending forms (application/x-www-form-urlencoded)
1494
+ + 420368 Default content types for ContentProviders
1495
+ + 428966 Per-request cookie support
1496
+ + 430418 Jetty 9.1.3 and Chrome 33 permessage-deflate do not work together
1497
+ + 431333 NPE In logging of WebSocket ExtensionConfig
1498
+ + 432321 jetty-start / Allow defining extra start directories for common
1499
+ configurations
1500
+ + 432939 Jetty Client ContentResponse should have methods such as
1501
+ getContentType() and getMediaType().
1502
+ + 433089 Client should provide Request.accept() method, like JAX-RS 2.0
1503
+ Invocation.Builder.accept().
1504
+ + 433405 Websocket Session.setMaxIdleTimeout fails with zero
1505
+ + 433689 Evict old HttpDestinations from HttpClient
1506
+ + 434386 Request Dispatcher extracts args and prevents asyncIO
1507
+ + 434395 WebSocket / memory leak, WebSocketSession not cleaned up in abnormal
1508
+ closure cases
1509
+ + 434447 Able to create a session after a response.sendRedirect
1510
+ + 434505 Allow property files on start.jar command line Signed-off-by: Tom
1511
+ Zeller<tzeller@dragonacea.biz>
1512
+ + 434578 Complete listener not called if redirected to an invalid URI
1513
+ + 434679 Log static initialization via jetty-logging.properties fails
1514
+ sometimes
1515
+ + 434685 WebSocket read/parse does not discard remaining network buffer after
1516
+ unrecoverable error case
1517
+ + 434715 Avoid call to ServletHolder.getServlet() during handle() iff servlet
1518
+ is available and instantiated
1519
+
1520
+ jetty-9.2.0.M1 - 08 May 2014
1521
+ + 367680 jsp-file with load-on-startup not precompiled
1522
+ + 404511 removed deprecated StringMap
1523
+ + 409105 Upgrade jetty-osgi build/test to use more recent pax junit test
1524
+ framework
1525
+ + 424982 improved PID check in jetty.sh
1526
+ + 425421 ContainerLifeCycle does not start added beans in started state
1527
+ + 428904 Add logging of which webapp has path with uncovered http methods
1528
+ + 431094 Consistent handling of utf8 decoding errors
1529
+ + 431459 Jetty WebSocket compression extensions fails to handle big messages
1530
+ properly
1531
+ + 431519 Fixed NetworkTrafficListener
1532
+ + 431642 Implement ProxyServlet using Servlet 3.1 async I/O
1533
+ + 432145 Pending request is not failed when HttpClient is stopped
1534
+ + 432270 Slow requests with response content delimited by EOF fail
1535
+ + 432321 jetty-start / Allow defining extra start directories for common
1536
+ configurations
1537
+ + 432468 Improve command CGI path handling
1538
+ + 432473 web.xml declaration order of filters not preserved on calls to init()
1539
+ + 432483 make osgi.serviceloader support for
1540
+ javax.servlet.ServletContainerInitializer optional (cherry picked from
1541
+ commit 31043d25708edbea9ef31948093f4eaf2247919b)
1542
+ + 432528 IllegalStateException when using DeferredContentProvider
1543
+ + 432777 Async Write Loses Data with HTTPS Server
1544
+ + 432901 ensure a single onError callback only in pending and unready states
1545
+ + 432993 Improve handling of ProxyTo and Prefix parameters in
1546
+ ProxyServlet.Transparent.
1547
+ + 433244 Security manager lifecycle cleanup
1548
+ + 433262 WebSocket / Advanced close use cases
1549
+ + 433365 No such servlet:
1550
+ __org.eclipse.jetty.servlet.JspPropertyGroupServlet__
1551
+ + 433370 PATCH method does not work with ProxyServlet
1552
+ + 433431 Support ServletHandler fall through
1553
+ + 433479 Improved resource javadoc
1554
+ + 433483 sync log initialize
1555
+ + 433512 Jetty throws RuntimeException when webapp compiled with jdk8
1556
+ -parameters
1557
+ + 433563 Jetty fails to startup on windows - InvalidPathException
1558
+ + 433572 default to sending date header
1559
+ + 433656 Change to Opcode.ASM5 breaks jetty-osgi
1560
+ + 433692 improved buffer resizing
1561
+ + 433708 Improve WebAppClassLoader.addClassPath() IllegalStateException
1562
+ message
1563
+ + 433793 WebSocket / empty protocol list in ServerEndpointConfig.Configurator
1564
+ when using non-exact header name
1565
+ + 433841 Resource.newResource() declares an exception it does not throw
1566
+ + 433849 FileResource string compare fix
1567
+ + 433916 HttpChannelOverHttp handles HTTP 1.0 connection reuse incorrectly
1568
+ + 434009 Improved javadoc for accessing HttpChannel and HttpConnection
1569
+ + 434027 ReadListener.onError() not invoked in case of read failures
1570
+ + 434056 Support content consumed asynchronously
1571
+ + 434074 Avoid double dispatch by returning false from messageComplete
1572
+ + 434077 AnnotatedServerEndpointTest emits strange exception
1573
+ + 434247 Redirect loop in FastCGI proxying for HTTPS sites
1574
+
1575
+ jetty-8.1.15.v20140411 - 11 April 2014
1576
+ + 397167 Remote Access documentation is wrong
1577
+ + 419799 complete after exceptions thrown from async error pages
1578
+ + 420776 complete error pages after startAsync
1579
+ + 421197 fix method comment and ensure close synchronized
1580
+ + 422137 Added maxQueued to QueuedThreadPool MBean
1581
+ + 424180 improve bad message errors
1582
+ + 425038 WebSocketClient leaks file handles when exceptions are thrown from
1583
+ open()
1584
+ + 425551 Memory Leak in SelectConnector$ConnectTimeout.expired
1585
+ + 426658 backport Bug 425930 to jetty-8
1586
+ + 427761 allow endpoints to be interrupted
1587
+ + 428708 JDBCSessionIdManager when clearing expired sessions failed, jetty
1588
+ should still be able to startup
1589
+ + 428710 JDBCSession(Id)Manager use 'read committed isolation level'
1590
+ + 430968 Use wrapped response with async dispatch
1591
+ + 432452 ConnectHandler does not timeout sockets in FIN_WAIT2
1592
+
1593
+ jetty-7.6.15.v20140411 - 11 April 2014
1594
+ + 422137 Added maxQueued to QueuedThreadPool MBean
1595
+ + 425038 WebSocketClient leaks file handles when exceptions are thrown from
1596
+ open()
1597
+ + 425551 Memory Leak in SelectConnector$ConnectTimeout.expired
1598
+ + 432452 ConnectHandler does not timeout sockets in FIN_WAIT2
1599
+
1600
+ jetty-9.2.0.M0 - 09 April 2014
1601
+ + 419801 Upgrade to asm5 for jdk8
1602
+ + 423392 Fix buffer overflow in AsyncGzipFilter
1603
+ + 425736 jetty-start / Jetty 9 fails to startup with --exec option if Java
1604
+ path contain
1605
+ + 426920 jetty-start / BaseHome.listFilesRegex() and .recurseDir() do not
1606
+ detect filesystem loops
1607
+ + 427188 Re-enable automatic detection of logging-dependencies with
1608
+ logging-module
1609
+ + 429734 Implemented the HA ProxyProtocol
1610
+ + 430341 use apache jsp/jstl for maven plugins
1611
+ + 430747 jetty-start / Allow --lib and module [lib] to recursively add jars
1612
+ + 430825 jetty-start / use of jetty-jmx.xml prevents configuration of
1613
+ ThreadPool in jetty.xml
1614
+ + 431279 jetty-start / Unable to start jetty if no properties are defined
1615
+ + 431892 DefaultFileLocatorHelper.getBundleInstallLocation fails for equinox
1616
+ 3.10
1617
+ + 432122 ignore frequently failing test
1618
+ + 432145 Pending request is not failed when HttpClient is stopped
1619
+ + 432270 Slow requests with response content delimited by EOF fail
1620
+
1621
+ jetty-9.1.5.v20140505 - 05 May 2014
1622
+ + 431459 Jetty WebSocket compression extensions fails to handle big messages
1623
+ properly
1624
+ + 431519 Fixed NetworkTrafficListener
1625
+ + 432145 Pending request is not failed when HttpClient is stopped
1626
+ + 432270 Slow requests with response content delimited by EOF fail
1627
+ + 432473 web.xml declaration order of filters not preserved on calls to init()
1628
+ + 432483 make osgi.serviceloader support for
1629
+ javax.servlet.ServletContainerInitializer optional (cherry picked from
1630
+ commit 31043d25708edbea9ef31948093f4eaf2247919b)
1631
+ + 432528 IllegalStateException when using DeferredContentProvider
1632
+ + 432777 Async Write Loses Data with HTTPS Server
1633
+ + 432901 ensure a single onError callback only in pending and unready states
1634
+ + 432993 Improve handling of ProxyTo and Prefix parameters in
1635
+ ProxyServlet.Transparent.
1636
+ + 433365 No such servlet:
1637
+ __org.eclipse.jetty.servlet.JspPropertyGroupServlet__ (cherry picked from
1638
+ commit e2ed934978b958d6fccb28a8a5d04768f7c0432d)
1639
+ + 433370 PATCH method does not work with ProxyServlet
1640
+ + 433483 sync log initialize
1641
+ + 433692 improved buffer resizing
1642
+ + 433916 HttpChannelOverHttp handles HTTP 1.0 connection reuse incorrectly
1643
+ + 434027 ReadListener.onError() not invoked in case of read failures
1644
+
1645
+ jetty-9.1.4.v20140401 - 01 April 2014
1646
+ + 414206 Rewrite rules re-encode requestURI
1647
+ + 414885 Don't expose JDT classes by default
1648
+ + 417022 Access current HttpConnection from Request not ThreadLocal
1649
+ + 423619 set Request timestamp on startRequest
1650
+ + 423982 removed duplicate UrlResource toString
1651
+ + 424107 Jetty should not finish chunked encoding on exception
1652
+ + 425991 added qml mime type
1653
+ + 426897 improved ContainerLifeCycle javadoc
1654
+ + 427185 Add org.objectweb.asm. as serverClass
1655
+ + 427204 jetty-start / startup incorrectly requires directory in jetty.base
1656
+ + 427368 start.sh fails quietly on command line error
1657
+ + 428594 File upload with onMessage and InputStream fails
1658
+ + 428595 JSR-356 / ClientContainer does not support SSL
1659
+ + 428597 javax-websocket-client-impl and javax-websocket-server-impl jars
1660
+ Manifests do not export packages for OSGI
1661
+ + 428817 jetty-start / Allow for property to configure deploy manager
1662
+ `webapps` directory
1663
+ + 429180 Make requestlog filename parameterized
1664
+ + 429357 JDBCSessionManager.Session.removeAttribute don't set dirty flag if
1665
+ attribute already removed
1666
+ + 429409 osgi] jetty.websocket.servlet must import jetty.websocket.server
1667
+ + 429487 Runner code cleanups
1668
+ + 429616 Use UTF-8 encoding for XML
1669
+ + 429779 masked zero length websocket frame gives NullPointerException during
1670
+ streaming read
1671
+ + 430088 OnMessage*Callable decoding of streaming binary or text is not thread
1672
+ safe
1673
+ + 430242 added SharedBlockingCallback to support threadsafe blocking
1674
+ + 430273 Cancel async timeout breaks volatile link to avoid race with slow
1675
+ expire
1676
+ + 430341 add apache jsp and jstl optional modules
1677
+ + 430490 Added JETTY_SHELL 426738 Fixed JETTY_HOME comments
1678
+ + 430649 test form encoding
1679
+ + 430654 closing client connections can hang worker threads
1680
+ + 430808 OutputStreamContentProvider violates OutputStream contract
1681
+ + 430822 jetty-start / make soLingerTime configurable via property
1682
+ + 430823 jetty-start / make NeedClientAuth (ssl) configurable via property
1683
+ + 430824 jetty-start / use of jetty-logging.xml prevents configuration of
1684
+ ThreadPool in jetty.xml
1685
+ + 431103 Complete listener not called if request times out before processing
1686
+ exchange.
1687
+ + 431592 do not resolved forwarded-for address
1688
+
1689
+ jetty-9.1.3.v20140225 - 25 February 2014
1690
+ + 373952 Ensure MongoSessionManager un/binds session attributes on refresh
1691
+ only if necessary
1692
+ + 424899 Initialize GzipHandler mimeTypes
1693
+ + 426490 HttpServletResponse.setBufferSize(0) results in tight loop (100% cpu
1694
+ hog)
1695
+ + 427700 Outgoing extensions that create multiple frames should flush them in
1696
+ order and atomically.
1697
+ + 427738 fixed XSS in async-rest demo
1698
+ + 428157 Methods of anonymous inner classes can't be called via xml
1699
+ + 428232 Rework batch mode / buffering in websocket
1700
+ + 428238 Test HEAD request with async IO
1701
+ + 428266 HttpRequest mangles URI query string
1702
+ + 428383 limit white space between requests
1703
+ + 428418 JettyStopMojo prints some messages on System.err
1704
+ + 428435 Large streaming message fails in MessageWriter
1705
+ + 428660 Delay closing async HttpOutput until after UNREADY->READY
1706
+ + 428710 JDBCSession(Id)Manager use read committed isolation level
1707
+ + 428859 Do not auto initialise jsr356 websocket if no annotations or
1708
+ EndPoints discovered
1709
+
1710
+ jetty-9.1.2.v20140210 - 10 February 2014
1711
+ + 408167 Complex object as session attribute not necessarily persisted
1712
+ + 423421 remove org.slf4j and org.ow2.asm from jetty-all artifact
1713
+ + 424171 Old javax.activation jar interferes with email sending
1714
+ + 424562 JDBCSessionManager.setNodeIdInSessionId(true) does not work
1715
+ + 425275
1716
+ org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask.getStatistic()
1717
+ returns null when debug is enabled.
1718
+ + 425638 Fixed monitor module/xml typos
1719
+ + 425696 start.jar --add-to-start={module} results in error
1720
+ + 425703 Review [Queued]HttpInput
1721
+ + 425837 Upgrade to jstl 1.2.2
1722
+ + 425930 JDBC Session Manager constantly reloading session if save intervall
1723
+ expired once
1724
+ + 425998 JDBCSessionIdManager fails to create maxinterval column
1725
+ + 426250 jetty-all should be deployed on release
1726
+ + 426358 NPE generating temp dir name if no resourceBase or war
1727
+ + 426481 fix < java 1.7.0_10 npn files
1728
+ + 426739 Response with Connection: keep-alive truncated
1729
+ + 426750 isReady() returns true at EOF
1730
+ + 426870 HTTP 1.0 Request with Connection: keep-alive and response content
1731
+ hangs.
1732
+ + 427068 ServletContext.getClassLoader should only check privileges if a
1733
+ SecurityManager exists
1734
+ + 427128 Cookies are not sent to the server
1735
+ + 427245 StackOverflowError when session cannot be de-idled from disk
1736
+ + 427254 Cookies are not sent to the client
1737
+ + 427512 ReadPendingException in case of HTTP Proxy tunnelling
1738
+ + 427570 externalize common http config to start.ini
1739
+ + 427572 Default number of acceptors too big
1740
+ + 427587 MessageInputStream must copy the payload
1741
+ + 427588 WebSocket Parser leaks ByteBuffers
1742
+ + 427690 Remove Mux Extension and related support
1743
+ + 427699 WebSocket upgrade response sends Sec-WebSocket-Protocol twice
1744
+
1
1745
  jetty-9.1.1.v20140108 - 08 January 2014
2
1746
  + 408912 JDBCSessionIdManager should allow configuration of schema
3
1747
  + 410750 NPE Protection in Mongo save session
@@ -15,10 +1759,10 @@ jetty-9.1.1.v20140108 - 08 January 2014
15
1759
  extension already uses the compress bit"
16
1760
  + 421697 IteratingCallback improvements
17
1761
  + 421775 CookiePatternRule only sets cookie if not set already
18
- + 421794 Iterator from InputStreamProvider is not implemented properly.
19
- + 421795 ContentProvider should have a method to release resources.
1762
+ + 421794 Iterator from InputStreamProvider is not implemented properly
1763
+ + 421795 ContentProvider should have a method to release resources
20
1764
  + 422192 ClientContainer.getOpenSessions() always returns null
21
- + 422264 OutputStreamContentProvider does not work with Basic Authentication.
1765
+ + 422264 OutputStreamContentProvider does not work with Basic Authentication
22
1766
  + 422308 Change all session/sessionid managers to use shared Scheduler
23
1767
  + 422386 Comma-separated <param-value>s not trimmed in GzipFilter
24
1768
  + 422388 Test for GzipFilter apply to resources with charset appended to the
@@ -49,17 +1793,17 @@ jetty-9.1.1.v20140108 - 08 January 2014
49
1793
  + 423692 use UrlEncoded.ENCODING for merging forwarded query strings
50
1794
  + 423695 <HT> Horizontal-tab used as HTTP Header Field separator unsupported
51
1795
  + 423724 WebSocket / Rename MessageAppender.appendMessage to .appendFrame
52
- + 423739 Start checks module files.
1796
+ + 423739 Start checks module files
53
1797
  + 423804 WebSocket / JSR improper use of
54
1798
  ServerEndpointConfig.Configurator.getNegotiatedSubprotocol()
55
1799
  + 423875 Update jetty-distro build to use jetty-toolchain jetty-schemas 3.1.M0
56
1800
  + 423915 WebSocket / Active connection from IOS that goes into airplane mode
57
1801
  not disconnected on server side
58
- + 423926 Remove code duplication in class IdleTimeout.
59
- + 423930 SPDY streams are leaked.
1802
+ + 423926 Remove code duplication in class IdleTimeout
1803
+ + 423930 SPDY streams are leaked
60
1804
  + 423948 Cleanup and consolidate testing utilities in WebSocket
61
- + 424014 PathContentProvider does not close its internal SeekableByteChannel.
62
- + 424043 IteratingCallback Idle race.
1805
+ + 424014 PathContentProvider does not close its internal SeekableByteChannel
1806
+ + 424043 IteratingCallback Idle race
63
1807
  + 424051 Using --list-config can result in NPE
64
1808
  + 424168 Module [ext] should load libraries recursively from lib/ext/
65
1809
  + 424180 extensible bad message content
@@ -91,8 +1835,8 @@ jetty-9.1.1.v20140108 - 08 January 2014
91
1835
  <javax.websocket.PongMessage>"
92
1836
  + 425038 WebSocketClient leaks file handles when exceptions are thrown from
93
1837
  open()
94
- + 425043 Track whether pools are used correctly.
95
- + 425049 add json mime mapping to mime.properties.
1838
+ + 425043 Track whether pools are used correctly
1839
+ + 425049 add json mime mapping to mime.properties
96
1840
 
97
1841
  jetty-9.1.0.v20131115 - 15 November 2013
98
1842
  + 397167 Remote Access documentation is wrong
@@ -111,7 +1855,7 @@ jetty-9.1.0.RC2 - 07 November 2013
111
1855
  + 420844 Connection:close on exceptional errors
112
1856
  + 420930 Use Charset to specify character encoding
113
1857
  + 421197 synchronize gzip output finish
114
- + 421198 onComplete never call onComplete in BufferingResponseListener in 9.1.
1858
+ + 421198 onComplete never call onComplete in BufferingResponseListener in 9.1
115
1859
 
116
1860
  jetty-9.0.7.v20131107 - 07 November 2013
117
1861
  + 407716 fixed logs
@@ -122,27 +1866,27 @@ jetty-9.0.7.v20131107 - 07 November 2013
122
1866
  + 418767 run-forked goal ingores test scope dependencies with
123
1867
  useTestScope=true
124
1868
  + 418792 Session getProtocolVersion always returns null
125
- + 418892 SSL session caching so unreliable it effectively does not work.
1869
+ + 418892 SSL session caching so unreliable it effectively does not work
126
1870
  + 419309 Added symlink checker to test webapp
127
1871
  + 419333 treat // as an alias in path
128
- + 419344 NPNServerConnection does not close the EndPoint if it reads -1.
1872
+ + 419344 NPNServerConnection does not close the EndPoint if it reads -1
129
1873
  + 419350 Do not borrow space from passed arrays
130
1874
  + 419655 AnnotationParser throws NullPointerException when scanning files from
131
1875
  jar:file urls
132
- + 419687 HttpClient's query parameters must be case sensitive.
1876
+ + 419687 HttpClient's query parameters must be case sensitive
133
1877
  + 419799 Async timeout dispatches to error page
134
1878
  + 419814 Annotation properties maxMessageSize and inputBufferSize don't work
135
1879
  + 419846 JDBCSessionManager doesn't determine dirty state correctly
136
- + 419901 Client always adds extra user-agent header.
1880
+ + 419901 Client always adds extra user-agent header
137
1881
  + 419937 Request isSecure cleared on recycle
138
- + 419950 Provide constructor for StringContentProvider that takes Charset.
139
- + 419964 InputStreamContentProvider does not close provided InputStream.
1882
+ + 419950 Provide constructor for StringContentProvider that takes Charset
1883
+ + 419964 InputStreamContentProvider does not close provided InputStream
140
1884
  + 420033 AsyncContext.onTimeout exceptions passed to onError
141
1885
  + 420039 BufferingResponseListener continues processing after aborting
142
1886
  request.
143
1887
  + 420048 DefaultServlet alias checks configured resourceBase
144
1888
  + 420142 reimplemented graceful shutdown
145
- + 420362 Response/request listeners called too many times.
1889
+ + 420362 Response/request listeners called too many times
146
1890
  + 420374 Call super.close() in a finally block
147
1891
  + 420530 AbstractLoginModule never fails a login
148
1892
  + 420572 IOTest explicitly uses 127.0.0.1
@@ -154,14 +1898,14 @@ jetty-9.0.7.v20131107 - 07 November 2013
154
1898
  jetty-8.1.14.v20131031 - 31 October 2013
155
1899
  + 417772 fixed low resources idle timeout
156
1900
  + 418636 Name anonymous filter and holders with classname-hashcode
157
- + 419432 Allow to override the SslContextFactory on a per-destination basis.
1901
+ + 419432 Allow to override the SslContextFactory on a per-destination basis
158
1902
  + 420048 DefaultServlet alias checks configured resourceBase
159
1903
  + 420530 AbstractLoginModule never fails a login
160
1904
 
161
1905
  jetty-7.6.14.v20131031 - 31 October 2013
162
1906
  + 417772 fixed low resources idle timeout
163
1907
  + 418636 Name anonymous filter and holders with classname-hashcode
164
- + 419432 Allow to override the SslContextFactory on a per-destination basis.
1908
+ + 419432 Allow to override the SslContextFactory on a per-destination basis
165
1909
  + 420048 DefaultServlet alias checks configured resourceBase
166
1910
  + 420530 AbstractLoginModule never fails a login
167
1911
 
@@ -169,7 +1913,7 @@ jetty-9.1.0.RC1 - 31 October 2013
169
1913
  + 294531 Unpacking webapp twice to the same directory name causes problems
170
1914
  with updated jars in WEB-INF/lib
171
1915
  + 397049 Cannot Provide Custom Credential to JDBCLoginService
172
- + 403591 improve the Blocking Q implementation.
1916
+ + 403591 improve the Blocking Q implementation
173
1917
  + 407716 fixed logs
174
1918
  + 410840 Change SSLSession.getPeerCertificateChain() to
175
1919
  SSLSession.getPeerCertificates().
@@ -179,10 +1923,10 @@ jetty-9.1.0.RC1 - 31 October 2013
179
1923
  + 416300 Order ServletContainerInitializer callbacks
180
1924
  + 416597 Allow classes and jars on the webappcontext extraclasspath to be
181
1925
  scanned for annotations by jetty-maven-plugin
182
- + 417356 Add SOCKS support to jetty client.
1926
+ + 417356 Add SOCKS support to jetty client
183
1927
  + 417932 resources.mod should make ${jetty.base}/resources/ directory
184
1928
  + 417933 logging.mod ini template should include commented log.class settings
185
- + 418212 org.eclipse.jetty.spdy.server.http.SSLExternalServerTest hangs.
1929
+ + 418212 org.eclipse.jetty.spdy.server.http.SSLExternalServerTest hangs
186
1930
  + 418441 Use of OPTIONS= in Jetty 9.1 should display WARNING message
187
1931
  + 418596 Faults in JARs during class scanning should report the jar that
188
1932
  caused the problem
@@ -196,29 +1940,29 @@ jetty-9.1.0.RC1 - 31 October 2013
196
1940
  + 418767 run-forked goal ingores test scope dependencies with
197
1941
  useTestScope=true
198
1942
  + 418792 Session getProtocolVersion always returns null
199
- + 418892 SSL session caching so unreliable it effectively does not work.
1943
+ + 418892 SSL session caching so unreliable it effectively does not work
200
1944
  + 418922 Missing parameterization of etc/jetty-xinetd.xml
201
1945
  + 418923 Missing parameterization of etc/jetty-proxy.xml
202
1946
  + 419146 Parameterize etc/jetty-requestlog.xml values
203
1947
  + 419309 Added symlink checker to test webapp
204
1948
  + 419330 Allow access to setters on jetty-jspc-maven-plugin
205
1949
  + 419333 treat // as an alias in path
206
- + 419344 NPNServerConnection does not close the EndPoint if it reads -1.
1950
+ + 419344 NPNServerConnection does not close the EndPoint if it reads -1
207
1951
  + 419350 Do not borrow space from passed arrays
208
1952
  + 419655 AnnotationParser throws NullPointerException when scanning files from
209
1953
  jar:file urls
210
- + 419687 HttpClient's query parameters must be case sensitive.
1954
+ + 419687 HttpClient's query parameters must be case sensitive
211
1955
  + 419799 Async timeout dispatches to error page
212
1956
  + 419814 Annotation properties maxMessageSize and inputBufferSize don't work
213
1957
  + 419846 JDBCSessionManager doesn't determine dirty state correctly
214
1958
  + 419899 Do not wrap SSL Exception as EoFException
215
- + 419901 Client always adds extra user-agent header.
216
- + 419904 Data corruption on proxy PUT requests.
1959
+ + 419901 Client always adds extra user-agent header
1960
+ + 419904 Data corruption on proxy PUT requests
217
1961
  + 419914 QueuedThreadPool uses nanoTime
218
1962
  + 419937 Request isSecure cleared on recycle
219
- + 419950 Provide constructor for StringContentProvider that takes Charset.
220
- + 419964 InputStreamContentProvider does not close provided InputStream.
221
- + 420012 Improve ProxyServlet.Transparent configuration in case prefix="/".
1963
+ + 419950 Provide constructor for StringContentProvider that takes Charset
1964
+ + 419964 InputStreamContentProvider does not close provided InputStream
1965
+ + 420012 Improve ProxyServlet.Transparent configuration in case prefix="/"
222
1966
  + 420033 AsyncContext.onTimeout exceptions passed to onError
223
1967
  + 420034 Removed threads/timers from Date caching
224
1968
  + 420039 BufferingResponseListener continues processing after aborting
@@ -226,8 +1970,8 @@ jetty-9.1.0.RC1 - 31 October 2013
226
1970
  + 420048 DefaultServlet alias checks configured resourceBase
227
1971
  + 420103 Split out jmx-remote module from existing jmx module
228
1972
  + 420142 reimplemented graceful shutdown
229
- + 420362 Response/request listeners called too many times.
230
- + 420364 Bad synchronization in HttpConversation.
1973
+ + 420362 Response/request listeners called too many times
1974
+ + 420364 Bad synchronization in HttpConversation
231
1975
  + 420374 Call super.close() in a finally block
232
1976
  + 420530 AbstractLoginModule never fails a login
233
1977
  + 420687 XML errors in jetty-plus/src/test/resources/web-fragment-*.xml
@@ -287,7 +2031,7 @@ jetty-9.0.6.v20130930 - 30 September 2013
287
2031
  receives a rst frame from the upstream spdy server
288
2032
  + 416266 HttpServletResponse.encodeURL() encodes on first request when only
289
2033
  SessionTrackingMode.COOKIE is used
290
- + 416314 jetty async client wrong behaviour for HEAD Method + Redirect.
2034
+ + 416314 jetty async client wrong behaviour for HEAD Method + Redirect
291
2035
  + 416321 handle failure during blocked committing write
292
2036
  + 416453 Add comments to embedded SplitFileServer example
293
2037
  + 416477 Improved consumeAll error handling
@@ -330,7 +2074,7 @@ jetty-9.1.0.M0 - 16 September 2013
330
2074
  + 403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector
331
2075
  and async request log
332
2076
  + 403817 Use of WebSocket Session.close() results in invalid status code
333
- + 405188 HTTP 1.0 with GET returns internal IP address.
2077
+ + 405188 HTTP 1.0 with GET returns internal IP address
334
2078
  + 405422 Implement servlet3.1 spec sections 4.4.3 and 8.1.4 for new
335
2079
  HttpSessionIdListener class
336
2080
  + 405432 Check implementation of section 13.4.1 @ServletSecurity for
@@ -348,19 +2092,19 @@ jetty-9.1.0.M0 - 16 September 2013
348
2092
  AsyncListener
349
2093
  + 406759 supressed stacktrace in ReferrerPushStrategyTest
350
2094
  + 407708 HttpUpgradeHandler must support injection
351
- + 408782 Transparent Proxy - rewrite URL is ignoring query strings.
2095
+ + 408782 Transparent Proxy - rewrite URL is ignoring query strings
352
2096
  + 408904 Enhance CommandlineBuilder to not escape strings inside single quotes
353
2097
  + 409403 fix IllegalStateException when SPDY is used and the response is
354
2098
  written through BufferUtil.writeTo byte by byte
355
- + 409796 fix and cleanup ReferrerPushStrategy. There's more work to do here,
356
- so it remains @Ignore for now
2099
+ + 409796 fix and cleanup ReferrerPushStrategy. There's more work to do here so
2100
+ it remains @Ignore for now
357
2101
  + 409953 return buffer.slice() instead of buffer.asReadOnlyBuffer() in
358
2102
  ResourceCache to avoid using inefficent path in BufferUtil.writeTo
359
- + 410083 Jetty clients submits incomplete URL to proxy.
2103
+ + 410083 Jetty clients submits incomplete URL to proxy
360
2104
  + 410098 inject accept-encoding header for all http requests through SPDY as
361
2105
  SPDY clients MUST support spdy. Also remove two new tests that have been to
362
2106
  implementation agnostic and not needed anymore due to recent code changes
363
- + 410246 HttpClient with proxy does not tunnel HTTPS requests.
2107
+ + 410246 HttpClient with proxy does not tunnel HTTPS requests
364
2108
  + 410341 suppress stacktraces that happen during test setup shutdown after
365
2109
  successful test run
366
2110
  + 410800 Make RewritePatternRule queryString aware
@@ -370,7 +2114,7 @@ jetty-9.1.0.M0 - 16 September 2013
370
2114
  + 412418 HttpTransportOverSPDY fix race condition while sending push streams
371
2115
  that could cause push data not to be sent. Fixes intermittent test issues in
372
2116
  ReferrerPushStrategyTest
373
- + 412729 SPDYClient needs a Promise-based connect() method.
2117
+ + 412729 SPDYClient needs a Promise-based connect() method
374
2118
  + 412829 Allow any mappings from web-default.xml to be overridden by web.xml
375
2119
  + 412830 Error Page match ServletException then root cause
376
2120
  + 412840 remove Future in SPDYClient.connect() and return Session instead in
@@ -380,14 +2124,14 @@ jetty-9.1.0.M0 - 16 September 2013
380
2124
  + 412940 minor threadsafe fixes
381
2125
  + 413018 ServletContext.addListener() should throw IllegalArgumentException if
382
2126
  arg is not correct type of listener
383
- + 413020 Second call to HttpSession.invalidate() should throw exception 413019
384
- HttpSession.getCreateTime() should throw exception after session is
2127
+ + 413020 Second call to HttpSession.invalidate() should throw exception
2128
+ + 413019 HttpSession.getCreateTime() should throw exception after session is
385
2129
  invalidated
386
2130
  + 413291 Avoid SPDY double dispatch
387
2131
  + 413387 onResponseHeaders is not called multiple times when multiple
388
2132
  redirects occur.
389
2133
  + 413484 setAttribute in nosql session management better handles _dirty status
390
- + 413531 Introduce pluggable transports for HttpClient.
2134
+ + 413531 Introduce pluggable transports for HttpClient
391
2135
  + 413684 deprecated unsafe alias checkers
392
2136
  + 413737 hide stacktrace in ReferrerPushStrategyTest
393
2137
  + 413901 isAsyncStarted remains true while original request is dispatched
@@ -406,8 +2150,8 @@ jetty-9.1.0.M0 - 16 September 2013
406
2150
  + 414913 WebSocket / Performance - reduce ByteBuffer allocation/copying during
407
2151
  generation/writing
408
2152
  + 414923 CompactPathRule needs to also compact the uri
409
- + 415047 Create URIs lazily in HttpClient.
410
- + 415062 SelectorManager wakeup optimisation.
2153
+ + 415047 Create URIs lazily in HttpClient
2154
+ + 415062 SelectorManager wakeup optimisation
411
2155
  + 415131 Avoid autoboxing on debug
412
2156
  + 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
413
2157
  + 415194 Deployer gives management of context to context collection
@@ -450,7 +2194,7 @@ jetty-9.1.0.M0 - 16 September 2013
450
2194
  receives a rst frame from the upstream spdy server
451
2195
  + 416266 HttpServletResponse.encodeURL() encodes on first request when only
452
2196
  SessionTrackingMode.COOKIE is used
453
- + 416314 jetty async client wrong behaviour for HEAD Method + Redirect.
2197
+ + 416314 jetty async client wrong behaviour for HEAD Method + Redirect
454
2198
  + 416321 handle failure during blocked committing write
455
2199
  + 416477 Improved consumeAll error handling
456
2200
  + 416568 Simplified servlet exception logging
@@ -494,7 +2238,7 @@ jetty-8.1.13.v20130916 - 16 September 2013
494
2238
  + 414431 Avoid debug NPE race
495
2239
  + 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
496
2240
  for hidden dirnames
497
- + 414652 WebSocket's sendMessage() may hang on congested connections.
2241
+ + 414652 WebSocket's sendMessage() may hang on congested connections
498
2242
  + 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
499
2243
  + 415401 Add XmlConfiguration.initializeDefaults that allows to set default
500
2244
  values for any XmlConfiguration that may be overridden in the config file
@@ -517,7 +2261,7 @@ jetty-7.6.13.v20130916 - 16 September 2013
517
2261
  + 414431 Avoid debug NPE race
518
2262
  + 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
519
2263
  for hidden dirnames
520
- + 414652 WebSocket's sendMessage() may hang on congested connections.
2264
+ + 414652 WebSocket's sendMessage() may hang on congested connections
521
2265
  + 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
522
2266
  + 415401 Add XmlConfiguration.initializeDefaults that allows to set default
523
2267
  values for any XmlConfiguration that may be overridden in the config file
@@ -533,13 +2277,13 @@ jetty-9.0.5.v20130815 - 15 August 2013
533
2277
  + 405535 implement Request.isUserInRole(role) check security-role-refs
534
2278
  defaulting to security-role if no matching ref
535
2279
  + 408235 SPDYtoHTTP proxy fix: remove hop headers from upstream server
536
- + 409028 Jetty HttpClient does not work with proxy CONNECT method.
2280
+ + 409028 Jetty HttpClient does not work with proxy CONNECT method
537
2281
  + 409282 fix intermittently failing MaxConcurrentStreamTest
538
2282
  + 409845 add test that makes sure that DataFrameGenerator correctly prepends
539
2283
  the header information
540
2284
  + 410498 ignore type of exception in
541
2285
  GoAwayTest.testDataNotProcessedAfterGoAway
542
- + 410668 HTTP client should support the PATCH method.
2286
+ + 410668 HTTP client should support the PATCH method
543
2287
  + 410800 Make RewritePatternRule queryString aware
544
2288
  + 410805 StandardSession: remove all frameBytes for a given stream from queue
545
2289
  if the stream is reset
@@ -551,7 +2295,7 @@ jetty-9.0.5.v20130815 - 15 August 2013
551
2295
  + 411545 SslConnection.DecryptedEndpoint.fill() sometimes misses a few network
552
2296
  bytes
553
2297
  + 411755 MultiPartInputStreamParser fails on base64 encoded content
554
- + 411844 ArrayIndexOutOfBoundsException on wild URL.
2298
+ + 411844 ArrayIndexOutOfBoundsException on wild URL
555
2299
  + 411909 GzipFilter flushbuffer() results in erroneous finish() call
556
2300
  + 412234 fix bug where NetworkTrafficSelectChannelEndpoint counted bytes wrong
557
2301
  on incomplete writes
@@ -566,24 +2310,24 @@ jetty-9.0.5.v20130815 - 15 August 2013
566
2310
  + 412629 PropertyFileLoginModule doesn't cache user configuration file even
567
2311
  for refreshInterval=0
568
2312
  + 412637 ShutdownMonitorThread already started
569
- + 412712 HttpClient does not send the terminal chunk after partial writes.
2313
+ + 412712 HttpClient does not send the terminal chunk after partial writes
570
2314
  + 412713 add dumpOnStart configuration to jetty-maven-plugin
571
2315
  + 412750 HttpClient close expired connections fix
572
- + 412814 HttpClient calling CompleteListener.onComplete() twice.
573
- + 412846 jetty Http Client Connection through Proxy is failing with Timeout.
2316
+ + 412814 HttpClient calling CompleteListener.onComplete() twice
2317
+ + 412846 jetty Http Client Connection through Proxy is failing with Timeout
574
2318
  + 412938 Request.setCharacterEncoding now throws UnsupportedEncodingException
575
2319
  instead of UnsupportedCharsetException
576
2320
  + 413034 Multiple webapps redeploy returns NamingException with AppDynamics
577
2321
  javaagent
578
2322
  + 413066 accept lower case method: head
579
- + 413108 HttpClient hardcodes dispatchIO=false when using SSL.
2323
+ + 413108 HttpClient hardcodes dispatchIO=false when using SSL
580
2324
  + 413113 Inconsistent Request.getURI() when adding parameters via
581
2325
  Request.param().
582
2326
  + 413154 ContextHandlerCollection defers virtual host handling to
583
2327
  ContextHandler
584
2328
  + 413155 HttpTransportOverSPDY remove constructor argument for version and get
585
2329
  version from stream.getSession instead
586
- + 413371 Default JSON.Converters for List and Set.
2330
+ + 413371 Default JSON.Converters for List and Set
587
2331
  + 413372 JSON Enum uses name rather than toString()
588
2332
  + 413393 better logging of bad URLs in Resources
589
2333
  + 413486 SessionCookieConfig setters should throw IllegalStateException if
@@ -602,13 +2346,13 @@ jetty-9.0.5.v20130815 - 15 August 2013
602
2346
  for hidden dirnames
603
2347
  + 414625 final static version fields
604
2348
  + 414640 HTTP header value encoding
605
- + 414652 WebSocket's sendMessage() may hang on congested connections.
2349
+ + 414652 WebSocket's sendMessage() may hang on congested connections
606
2350
  + 414727 Ensure asynchronously flushed resources are closed
607
2351
  + 414763 Added org.eclipse.jetty.util.log.stderr.ESCAPE option
608
2352
  + 414833 HttpSessionListener.destroy must be invoked in reverse order
609
2353
  + 414840 Request.login() throws NPE if username is null
610
2354
  + 414951 QueuedThreadPool fix constructor that missed to pass the idleTimeout
611
- + 414972 HttpClient may read bytes with pre-tunnelled connection.
2355
+ + 414972 HttpClient may read bytes with pre-tunnelled connection
612
2356
 
613
2357
  jetty-9.0.4.v20130625 - 25 June 2013
614
2358
  + 396706 CGI support parameters
@@ -620,12 +2364,12 @@ jetty-9.0.4.v20130625 - 25 June 2013
620
2364
  false positives
621
2365
  + 401027 javadoc JMX annotations
622
2366
  + 404508 enable overlay deployer
623
- + 405188 HTTP 1.0 with GET returns internal IP address.
2367
+ + 405188 HTTP 1.0 with GET returns internal IP address
624
2368
  + 405313 Websocket client SSL hostname verification is broken, always defaults
625
2369
  to raw IP as String
626
2370
  + 406759 supressed stacktrace in ReferrerPushStrategyTest
627
2371
  + 406923 Accept CRLF or LF but not CR as line termination
628
- + 407246 Test harness checked results in callbacks ignored.
2372
+ + 407246 Test harness checked results in callbacks ignored
629
2373
  + 407325 Test Failure:
630
2374
  org.eclipse.jetty.servlets.EventSourceServletTest.testEncoding
631
2375
  + 407326 Test Failure:
@@ -661,7 +2405,7 @@ jetty-9.0.4.v20130625 - 25 June 2013
661
2405
  + 408723 Jetty Maven plugin reload ignores web.xml listeners
662
2406
  + 408768 JSTL jars not scanned by jetty-ant
663
2407
  + 408771 Problem with ShutdownMonitor for jetty-ant
664
- + 408782 Transparent Proxy - rewrite URL is ignoring query strings.
2408
+ + 408782 Transparent Proxy - rewrite URL is ignoring query strings
665
2409
  + 408806 getParameter returns null on Multipart request if called before
666
2410
  request.getPart()/getParts()
667
2411
  + 408904 Enhance CommandlineBuilder to not escape strings inside single quotes
@@ -698,13 +2442,13 @@ jetty-9.0.4.v20130625 - 25 June 2013
698
2442
  + 409953 return buffer.slice() instead of buffer.asReadOnlyBuffer() in
699
2443
  ResourceCache to avoid using inefficent path in BufferUtil.writeTo
700
2444
  + 409978 Websocket shouldn't create HttpSession if not present
701
- + 410083 Jetty clients submits incomplete URL to proxy.
2445
+ + 410083 Jetty clients submits incomplete URL to proxy
702
2446
  + 410098 inject accept-encoding header for all http requests through SPDY as
703
2447
  SPDY clients MUST support spdy. Also remove two new tests that have been to
704
2448
  implementation agnostic and not needed anymore due to recent code changes
705
2449
  + 410175 WebSocketSession#isSecure() doesn't return true for SSL session on
706
2450
  the server side
707
- + 410246 HttpClient with proxy does not tunnel HTTPS requests.
2451
+ + 410246 HttpClient with proxy does not tunnel HTTPS requests
708
2452
  + 410337 throw EofException instead of EOFException in HttpOutput.write() if
709
2453
  HttpOutpyt is closed
710
2454
  + 410341 suppress stacktraces that happen during test setup shutdown after
@@ -730,8 +2474,8 @@ jetty-9.0.4.v20130625 - 25 June 2013
730
2474
  + 410799 errors while creating push streams in HttpTransportOverSPDY are now
731
2475
  logged to debug instead of warn
732
2476
  + 410893 async support defaults to false for spec created servlets and filters
733
- + 410911 Continuation isExpired handling.
734
- + 410995 Avoid reverse DNS lookups when creating SSLEngines.
2477
+ + 410911 Continuation isExpired handling
2478
+ + 410995 Avoid reverse DNS lookups when creating SSLEngines
735
2479
  + 411061 fix cookie handling in spdy. If two different HTTP headers with the
736
2480
  same name are set, they should be translated to a single multiheader value
737
2481
  according to:
@@ -751,7 +2495,7 @@ jetty-9.0.3.v20130506 - 06 May 2013
751
2495
  + 405327 Modular Start.ini
752
2496
  + 405530 Wrap AsyncContext to throw ISE after complete
753
2497
  + 405537 NPE in rendering JSP using SPDY and wrapped ServletRequest
754
- + 405570 spdy push: resource ordering and sequential push.
2498
+ + 405570 spdy push: resource ordering and sequential push
755
2499
  + 405631 Plugin gives error when its started twice
756
2500
  + 405925 Redeploy with jetty-maven-plugin fails
757
2501
  + 406015 Query parameters and POST queries. Fixed proxy case where the path is
@@ -769,11 +2513,11 @@ jetty-9.0.3.v20130506 - 06 May 2013
769
2513
  jetty.home.bundle=org.eclipse.jetty.osgi.boot
770
2514
  + 406753 jetty-runner contains invalid signature files
771
2515
  + 406768 Improved handling of static content resources
772
- + 406861 IPv6 redirects fail.
2516
+ + 406861 IPv6 redirects fail
773
2517
  + 406923 Accept CRLF or LF but not CR as line termination
774
2518
  + 406962 Improve attribute names in Request
775
2519
  + 407075 Do not dispatch from complete
776
- + 407135 Unauthorized response causes retry loop.
2520
+ + 407135 Unauthorized response causes retry loop
777
2521
  + 407136 @PreDestroy called after Servlet.destroy()
778
2522
  + 407173 java.lang.IllegalStateException: null when using JDBCSessionManager
779
2523
  + 407214 Reduce build logging of OSGi modules
@@ -789,7 +2533,7 @@ jetty-9.0.2.v20130417 - 17 April 2013
789
2533
  + 405364 spdy imeplement MAX_CONCURRENT_STREAMS
790
2534
  + 405449 spdy improve handling of duplicate stream Ids
791
2535
  + 405540 ServletContextListeners call in reverse in doStop
792
- + 405551 InputStreamResponseListener.await returns null when request fails.
2536
+ + 405551 InputStreamResponseListener.await returns null when request fails
793
2537
  + 405679 example other server for documentation
794
2538
 
795
2539
  jetty-9.0.1.v20130408 - 08 April 2013
@@ -804,15 +2548,15 @@ jetty-9.0.1.v20130408 - 08 April 2013
804
2548
  + 400142 ConcurrentModificationException in JDBC SessionManger
805
2549
  + 400144 When loading a session fails the JDBCSessionManger produces duplicate
806
2550
  session IDs
807
- + 400689 Add support for Proxy authentication.
2551
+ + 400689 Add support for Proxy authentication
808
2552
  + 401150 close input stream used from cached resource
809
2553
  + 401806 spdy push properly pass through request and response headers for
810
2554
  pushed resources
811
- + 402397 InputStreamResponseListener early close inputStream cause hold lock.
2555
+ + 402397 InputStreamResponseListener early close inputStream cause hold lock
812
2556
  + 402485 reseed secure random
813
2557
  + 402626 Do not required endpoint host checking by default in server and
814
2558
  configure in client
815
- + 402666 Improve handling of TLS exceptions due to raw socket close.
2559
+ + 402666 Improve handling of TLS exceptions due to raw socket close
816
2560
  + 402694 setuid as LifeCycle listener
817
2561
  + 402706 HttpSession.setMaxInactiveInterval(int) does not change JDBCSession
818
2562
  expiry
@@ -837,7 +2581,7 @@ jetty-9.0.1.v20130408 - 08 April 2013
837
2581
  + 403373 WebSocket change timeout log level from warn -> info
838
2582
  + 403380 Introduce WebSocketTimeoutException to differentiate between EOF on
839
2583
  write and Timeout
840
- + 403451 Review synchronization in SslConnection.
2584
+ + 403451 Review synchronization in SslConnection
841
2585
  + 403510 HttpSession maxInactiveInterval is not serialized in HashSession
842
2586
  + 403513 jetty:run goal cannot be executed twice during the maven build
843
2587
  + 403570 Asynchronous Request Logging
@@ -851,7 +2595,7 @@ jetty-9.0.1.v20130408 - 08 April 2013
851
2595
  + 404128 Add Vary headers rather than set them
852
2596
  + 404176 Jetty's AnnotationConfiguration class does not scan non-jar resources
853
2597
  on the container classpath
854
- + 404204 Exception from inputstream cause hang or timeout.
2598
+ + 404204 Exception from inputstream cause hang or timeout
855
2599
  + 404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE if
856
2600
  listFiles() returns null
857
2601
  + 404323 Improved parameterization of https and SPDY
@@ -859,15 +2603,15 @@ jetty-9.0.1.v20130408 - 08 April 2013
859
2603
  + 404326 set status when Request.setHandled(true) is called
860
2604
  + 404511 Replaced all StringMap usage with Tries
861
2605
  + 404517 Close connection if request received after half close
862
- + 404610 Reintroduce ability to disallow TLS renegotiation.
863
- + 404757 SPDY can only be built with the latest JDK version.
864
- + 404789 Support IPv6 addresses in DoSFilter white list.
2606
+ + 404610 Reintroduce ability to disallow TLS renegotiation
2607
+ + 404757 SPDY can only be built with the latest JDK version
2608
+ + 404789 Support IPv6 addresses in DoSFilter white list
865
2609
  + 404881 Allow regexs for SslContextFactory.setIncludeCipherSuites() and
866
2610
  .setExcludeCipherSuites()
867
2611
  + 404889 SelectorManager accepts attachments with sockets
868
2612
  + 404906 servlets with load-on-startup = 0 are not fired up on jetty 9 startup
869
2613
  + 404958 Fixed Resource.newSystemResource striped / handling
870
- + 405044 Query parameters lost for non GET or POST.
2614
+ + 405044 Query parameters lost for non GET or POST
871
2615
 
872
2616
  jetty-9.0.0.v20130308 - 08 March 2013
873
2617
  + 399070 add updated version of npn-boot jar to start.ini
@@ -883,10 +2627,10 @@ jetty-9.0.0.v20130308 - 08 March 2013
883
2627
  + 401643 Improved Authentication exception messages and provided quiet servlet
884
2628
  exception
885
2629
  + 401644 Dump does not login user already logged in
886
- + 401651 Abort request if maxRequestsQueuedPerDestination is reached.
887
- + 401777 InputStreamResponseListener CJK byte (>=128) cause EOF.
2630
+ + 401651 Abort request if maxRequestsQueuedPerDestination is reached
2631
+ + 401777 InputStreamResponseListener CJK byte (>=128) cause EOF
888
2632
  + 401904 fixed getRemoteAddr to return IP instead of hostname
889
- + 401908 Enhance DosFilter to allow dynamic configuration of attributes.
2633
+ + 401908 Enhance DosFilter to allow dynamic configuration of attributes
890
2634
  + 401966 Ensure OSGI WebApp as Service (WebAppContext) can be deployed only
891
2635
  through ServiceWebAppProvider
892
2636
  + 402008 Websocket blocking write hangs when remote client dies (or is killed)
@@ -895,7 +2639,7 @@ jetty-9.0.0.v20130308 - 08 March 2013
895
2639
  server is stopped
896
2640
  + 402075 Massive old gen growth when hit by lots of non persistent
897
2641
  connections.
898
- + 402090 httpsender PendingState cause uncertain data send to server.
2642
+ + 402090 httpsender PendingState cause uncertain data send to server
899
2643
  + 402106 fixed URI resize in HttpParser
900
2644
  + 402148 Update Javadoc for WebSocketServlet for new API
901
2645
  + 402154 WebSocket / Session.setIdleTimeout(ms) should support in-place idle
@@ -903,8 +2647,8 @@ jetty-9.0.0.v20130308 - 08 March 2013
903
2647
  + 402185 updated javascript mime-type
904
2648
  + 402277 spdy proxy: fix race condition in nested push streams initiated by
905
2649
  upstream server. Fix several other small proxy issues
906
- + 402316 HttpReceiver and null pointer exception.
907
- + 402341 Host with default port causes redirects loop.
2650
+ + 402316 HttpReceiver and null pointer exception
2651
+ + 402341 Host with default port causes redirects loop
908
2652
  + 402726 WebAppContext references old WebSocket packages in system and server
909
2653
  classes
910
2654
  + 402757 WebSocket client module can't be used with WebSocket server module in
@@ -922,7 +2666,7 @@ jetty-8.1.12.v20130726 - 26 July 2013
922
2666
  + 408806 getParameter returns null on Multipart request if called before
923
2667
  request.getPart()/getParts()
924
2668
  + 408909 GzipFilter setting of headers when reset and/or not compressed
925
- + 409028 Jetty HttpClient does not work with proxy CONNECT method.
2669
+ + 409028 Jetty HttpClient does not work with proxy CONNECT method
926
2670
  + 409133 Empty <welcome-file> causes StackOverflowError
927
2671
  + 409436 NPE on context restart using dynamic servlet registration
928
2672
  + 409449 Ensure servlets, filters and listeners added via dynamic
@@ -941,9 +2685,9 @@ jetty-8.1.12.v20130726 - 26 July 2013
941
2685
  encoding of part
942
2686
  + 411755 MultiPartInputStreamParser fails on base64 encoded content
943
2687
  + 411909 GzipFilter flushbuffer() results in erroneous finish() call
944
- + 412712 HttpClient does not send the terminal chunk after partial writes.
2688
+ + 412712 HttpClient does not send the terminal chunk after partial writes
945
2689
  + 412750 HttpClient close expired connections fix
946
- + 413371 Default JSON.Converters for List and Set.
2690
+ + 413371 Default JSON.Converters for List and Set
947
2691
  + 413372 JSON Enum uses name rather than toString()
948
2692
  + 413684 Trailing slash shows JSP source
949
2693
  + 413812 Make RateTracker serializable
@@ -958,7 +2702,7 @@ jetty-7.6.12.v20130726 - 26 July 2013
958
2702
  + 408662 In pax-web servlet services requests even if init() has not finished
959
2703
  running
960
2704
  + 408909 GzipFilter setting of headers when reset and/or not compressed
961
- + 409028 Jetty HttpClient does not work with proxy CONNECT method.
2705
+ + 409028 Jetty HttpClient does not work with proxy CONNECT method
962
2706
  + 409133 Empty <welcome-file> causes StackOverflowError
963
2707
  + 409556 FileInputStream not closed in DirectNIOBuffer
964
2708
  + 410630 MongoSessionManager conflicting session update op
@@ -972,9 +2716,9 @@ jetty-7.6.12.v20130726 - 26 July 2013
972
2716
  encoding of part
973
2717
  + 411755 MultiPartInputStreamParser fails on base64 encoded content
974
2718
  + 411909 GzipFilter flushbuffer() results in erroneous finish() call
975
- + 412712 HttpClient does not send the terminal chunk after partial writes.
2719
+ + 412712 HttpClient does not send the terminal chunk after partial writes
976
2720
  + 412750 HttpClient close expired connections fix
977
- + 413371 Default JSON.Converters for List and Set.
2721
+ + 413371 Default JSON.Converters for List and Set
978
2722
  + 413372 JSON Enum uses name rather than toString()
979
2723
  + 413684 Trailing slash shows JSP source
980
2724
  + 413812 Make RateTracker serializable
@@ -990,7 +2734,7 @@ jetty-8.1.11.v20130520 - 20 May 2013
990
2734
  listFiles() returns null
991
2735
  + 404325 data constraint redirection does send default port
992
2736
  + 404517 Close connection if request received after half close
993
- + 404789 Support IPv6 addresses in DoSFilter white list.
2737
+ + 404789 Support IPv6 addresses in DoSFilter white list
994
2738
  + 404958 Fixed Resource.newSystemResource striped / handling
995
2739
  + 405281 allow filemappedbuffers to not be used
996
2740
  + 405537 NPE in rendering JSP using SPDY and wrapped ServletRequest
@@ -1035,7 +2779,7 @@ jetty-8.1.10.v20130312 - 12 March 2013
1035
2779
  + 401485 zip file closed exception
1036
2780
  + 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
1037
2781
  <jsp-property-group> fix for multiple mappings to *.jsp
1038
- + 401908 Enhance DosFilter to allow dynamic configuration of attributes.
2782
+ + 401908 Enhance DosFilter to allow dynamic configuration of attributes
1039
2783
  + 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
1040
2784
  server is stopped
1041
2785
  + 402485 reseed secure random
@@ -1054,7 +2798,7 @@ jetty-7.6.11.v20130520 - 20 May 2013
1054
2798
  listFiles() returns null
1055
2799
  + 404325 data constraint redirection does send default port
1056
2800
  + 404517 Close connection if request received after half close
1057
- + 404789 Support IPv6 addresses in DoSFilter white list.
2801
+ + 404789 Support IPv6 addresses in DoSFilter white list
1058
2802
  + 404958 Fixed Resource.newSystemResource striped / handling
1059
2803
  + 405281 allow filemappedbuffers to not be used
1060
2804
  + 405537 NPE in rendering JSP using SPDY and wrapped ServletRequest
@@ -1092,7 +2836,7 @@ jetty-7.6.10.v20130312 - 12 March 2013
1092
2836
  + 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
1093
2837
  + 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
1094
2838
  <jsp-property-group> fix for multiple mappings to *.jsp
1095
- + 401908 Enhance DosFilter to allow dynamic configuration of attributes.
2839
+ + 401908 Enhance DosFilter to allow dynamic configuration of attributes
1096
2840
  + 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
1097
2841
  server is stopped
1098
2842
  + 402485 reseed secure random
@@ -1107,11 +2851,11 @@ jetty-9.0.0.RC2 - 24 February 2013
1107
2851
 
1108
2852
  jetty-9.0.0.RC1 - 22 February 2013
1109
2853
  + 227244 Remove import of backport-util-concurrent Arrays class
1110
- + 362854 Continuation implementations may deadlock.
2854
+ + 362854 Continuation implementations may deadlock
1111
2855
  + 376273 Early EOF because of SSL Protocol Error on
1112
2856
  https://api-3t.paypal.com/nvp.
1113
2857
  + 381521 allow compress methods to be configured
1114
- + 388103 Add API for tracking down upload progress.
2858
+ + 388103 Add API for tracking down upload progress
1115
2859
  + 394064 ensure that JarFile instances are closed on JarFileResource.release()
1116
2860
  + 398649 ServletContextListener.contextDestroyed() is not called on
1117
2861
  ContextHandler unregistration
@@ -1119,12 +2863,12 @@ jetty-9.0.0.RC1 - 22 February 2013
1119
2863
  start_config
1120
2864
  + 399520 Websocket Server Connection needs session idle timeouts
1121
2865
  + 399535 Websocket-client connect should have configurable connect timeout
1122
- + 400014 Http async client DNS performance.
2866
+ + 400014 Http async client DNS performance
1123
2867
  + 400040 NullPointerException in HttpGenerator.prepareBuffers
1124
2868
  + 400184 SslContextFactory change. Disable hostname verification if trustAll
1125
2869
  is set
1126
2870
  + 400255 Using WebSocket.maxMessageSize results in IllegalArgumentException
1127
- + 400434 Add support for an OutputStream ContentProvider.
2871
+ + 400434 Add support for an OutputStream ContentProvider
1128
2872
  + 400457 Thread context classloader hierarchy not searched when finding
1129
2873
  webapp's java:comp/env
1130
2874
  + 400512 ClientUpgradeRequet.addExtension() should fail if extension is not
@@ -1132,10 +2876,10 @@ jetty-9.0.0.RC1 - 22 February 2013
1132
2876
  + 400555 HttpProxyEngine: Add http version header in response
1133
2877
  + 400631 Calling flush() on HttpServletResponse.getOutputStream() after last
1134
2878
  byte of body causes EofException.
1135
- + 400734 NPE for redirects with relative location.
2879
+ + 400734 NPE for redirects with relative location
1136
2880
  + 400738 ResourceHandler doesn't support range requests
1137
- + 400848 Redirect fails with non-encoded location URIs.
1138
- + 400849 Conversation hangs if non-first request fails when queued.
2881
+ + 400848 Redirect fails with non-encoded location URIs
2882
+ + 400849 Conversation hangs if non-first request fails when queued
1139
2883
  + 400859 limit max size of writes from cached content
1140
2884
  + 400864 Added LowResourcesMonitor
1141
2885
  + 401177 Make org.eclipse.jetty.websocket.api.WebSocketAdapter threadsafe
@@ -1145,7 +2889,7 @@ jetty-9.0.0.RC1 - 22 February 2013
1145
2889
  + 401317 Make Safari 5.x websocket support minVersion level error more clear
1146
2890
  + 401382 Prevent parseAvailable from parsing next chunk when previous has not
1147
2891
  been consumed. Handle no content-type in chunked request.
1148
- + 401414 Hostname verification fails.
2892
+ + 401414 Hostname verification fails
1149
2893
  + 401427 WebSocket messages sent from onConnect fail to be read by jetty
1150
2894
  websocket-client
1151
2895
  + 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
@@ -1175,15 +2919,15 @@ jetty-9.0.0.RC0 - 01 February 2013
1175
2919
  + 396606 make spdy proxy capable of receiving SPDY and talk HTTP to the
1176
2920
  upstream server
1177
2921
  + 397168 backed of test timing
1178
- + 397769 TimerScheduler does not relinquish cancelled tasks.
2922
+ + 397769 TimerScheduler does not relinquish cancelled tasks
1179
2923
  + 398872 SslConnection should not be notified of idle timeouts. First
1180
2924
  solution. Merge branch 'ssl_idle_timeout_ignored'.
1181
2925
  + 399132 check parent dir of session store against file to be removed
1182
2926
  + 399173 UpgradeRequest.getParameterMap() should never return null
1183
- + 399242 Reduce/eliminate false sharing in BlockingArrayQueue.
1184
- + 399319 Request.getURI() may return negative ports.
1185
- + 399324 HttpClient does not handle correctly UnresolvedAddressException.
1186
- + 399343 OnWebSocketConnect should use api.Session parameter instead.
2927
+ + 399242 Reduce/eliminate false sharing in BlockingArrayQueue
2928
+ + 399319 Request.getURI() may return negative ports
2929
+ + 399324 HttpClient does not handle correctly UnresolvedAddressException
2930
+ + 399343 OnWebSocketConnect should use api.Session parameter instead
1187
2931
  + 399344 Add missing @OnWebSocketError annotation
1188
2932
  + 399397 websocket-client needs better upgrade failure checks
1189
2933
  + 399421 Add websocket.api.Session.disconnect() for harsh low level connection
@@ -1226,9 +2970,9 @@ jetty-9.0.0.M5 - 19 January 2013
1226
2970
  + 397190 improve ValidUrlRule to iterate on codepoints
1227
2971
  + 397321 Wrong condition in default start.config for annotations
1228
2972
  + 397535 Support pluggable alias checking to support symbolic links
1229
- + 397769 TimerScheduler does not relinquish cancelled tasks.
2973
+ + 397769 TimerScheduler does not relinquish cancelled tasks
1230
2974
  + 398105 Clean up WebSocketPolicy
1231
- + 398285 ProxyServlet mixes cookies from different clients.
2975
+ + 398285 ProxyServlet mixes cookies from different clients
1232
2976
  + 398337 UTF-16 percent encoding in UTF-16 form content
1233
2977
  + 398582 Move lib/jta jar into lib/jndi
1234
2978
  + JETTY-1533 handle URL with no path
@@ -1244,7 +2988,7 @@ jetty-9.0.0.M4 - 21 December 2012
1244
2988
  + 394294 Start web-bundles started before jetty
1245
2989
  + 394370 Add integration test for client resetting SPDY push SYN's
1246
2990
  + 394514 Preserve URI parameters in sendRedirect
1247
- + 394552 HEAD requests don't work for jetty-client.
2991
+ + 394552 HEAD requests don't work for jetty-client
1248
2992
  + 394719 remove regex from classpath matching
1249
2993
  + 394829 Session can not be restored after SessionManager.setIdleSavePeriod
1250
2994
  has saved the session
@@ -1268,7 +3012,7 @@ jetty-9.0.0.M4 - 21 December 2012
1268
3012
  + 395574 port jetty-runner and StatisticsServlet to jetty-9
1269
3013
  + 395605 class cast exception in XMLConfiguration fixed
1270
3014
  + 395649 add jetty-setuid back into jetty 9 and distribution
1271
- + 395794 slightly modified fix for empty file extenstion to mime type mapping.
3015
+ + 395794 slightly modified fix for empty file extenstion to mime type mapping
1272
3016
  Added a default, so it will also work with unknown file extensions
1273
3017
  + 396036 SPDY send controlFrames even if Stream is reset to avoid breaking the
1274
3018
  compression context
@@ -1320,7 +3064,7 @@ jetty-8.1.9.v20130131 - 31 January 2013
1320
3064
  + 394514 Preserve URI parameters in sendRedirect
1321
3065
  + 394541 remove continuation jar from distro, add as dep to test-jetty-webapp
1322
3066
  + 394719 remove regex from classpath matching
1323
- + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN.
3067
+ + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN
1324
3068
  Same for some other exceptions.
1325
3069
  + 394829 Session can not be restored after SessionManager.setIdleSavePeriod
1326
3070
  has saved the session
@@ -1368,7 +3112,7 @@ jetty-7.6.9.v20130131 - 31 January 2013
1368
3112
  + 394514 Preserve URI parameters in sendRedirect
1369
3113
  + 394541 remove continuation jar from distro, add as dep to test-jetty-webapp
1370
3114
  + 394719 remove regex from classpath matching
1371
- + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN.
3115
+ + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN
1372
3116
  Same for some other exceptions.
1373
3117
  + 394829 Session can not be restored after SessionManager.setIdleSavePeriod
1374
3118
  has saved the session
@@ -1393,7 +3137,7 @@ jetty-7.6.9.v20130131 - 31 January 2013
1393
3137
  + 398337 UTF-16 percent encoding in UTF-16 form content
1394
3138
  + 399132 check parent dir of session store against file to be removed
1395
3139
  + JETTY-1533 handle URL with no path
1396
- + 394215 Scheduled tasks throwing exceptions kill java.util.Timer thread.
3140
+ + 394215 Scheduled tasks throwing exceptions kill java.util.Timer thread
1397
3141
  + 394232 add jetty-ant into jetty9
1398
3142
  + 394357 Make JarResource constructors protected
1399
3143
  + 394370 Add unit tests for HttpTransportOverSPDY.send()
@@ -1414,7 +3158,7 @@ jetty-9.0.0.M2 - 06 November 2012
1414
3158
  + 392525 Add option to --stop-wait to specify timeout
1415
3159
  + 392641 JDBC Sessions not scavenged if expired during downtime
1416
3160
  + 392812 MongoSessionIDManager never purges old sessions
1417
- + 392959 Review HttpClient.getConversation(long).
3161
+ + 392959 Review HttpClient.getConversation(long)
1418
3162
  + 393014 Mongodb purgevalid using query for purgeinvalid
1419
3163
  + 393015 Mongodb purge not rescheduled
1420
3164
  + 393075 Jetty WebSocket client cannot connect to Tomcat WebSocket Server
@@ -1557,14 +3301,14 @@ jetty-9.0.0.M1 - 15 October 2012
1557
3301
  + 391622 Be lenient on RFC6265 restriction on duplicate cookie names in same
1558
3302
  response
1559
3303
  + 391623 Add option to --stop to wait for target jetty to stop
1560
- + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
3304
+ + JETTY-1515 Include cookies on 304 responses from DefaultServlet
1561
3305
  + JETTY-1532 HTTP headers decoded with platform's default encoding
1562
3306
  + JETTY-1541 fixed different behaviour for single byte writes
1563
3307
  + JETTY-1547 Jetty does not honor web.xml
1564
3308
  web-app/jsp-config/jsp-property-group/default-content-type
1565
3309
 
1566
3310
  jetty-9.0.0.M0 - 21 September 2012
1567
- + 380924 xmlconfiguration <Configure and <New supports named constructors,
3311
+ + 380924 xmlconfiguration <Configure and <New supports named constructors
1568
3312
  including dynamic ordering of parameters
1569
3313
  + 380928 Implement new websocket close code
1570
3314
  + 385448 migrate jetty jmx usage to be annotation based
@@ -1581,7 +3325,7 @@ jetty-7.6.7.v20120910 - 10 September 2012
1581
3325
 
1582
3326
  jetty-8.1.6.v20120903 - 03 September 2012
1583
3327
  + 347130 Empty getResourcePaths due to ZipFileClosedException
1584
- + 367591 Support Env variables in XmlConfiguration.
3328
+ + 367591 Support Env variables in XmlConfiguration
1585
3329
  + 377055 Prevent webapp classloader leaks
1586
3330
  + 379207 backported fixes from jetty-9 to make hierarchy work
1587
3331
  + 379423 Jetty URL Decoding fails for certain international characters
@@ -1605,7 +3349,7 @@ jetty-8.1.6.v20120903 - 03 September 2012
1605
3349
  + 388502 handle earlyEOF with 500
1606
3350
  + 388652 Do not flush on handle return if request is suspended
1607
3351
  + JETTY-1501 Setting custom error response message changes page title
1608
- + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
3352
+ + JETTY-1515 Include cookies on 304 responses from DefaultServlet
1609
3353
  + JETTY-1527 handle requests with URIs like http://host (ie no / )
1610
3354
  + JETTY-1529 Ensure new session that has just been authenticated does not get
1611
3355
  renewed
@@ -1614,7 +3358,7 @@ jetty-8.1.6.v20120903 - 03 September 2012
1614
3358
 
1615
3359
  jetty-7.6.6.v20120903 - 03 September 2012
1616
3360
  + 347130 Empty getResourcePaths due to ZipFileClosedException
1617
- + 367591 Support Env variables in XmlConfiguration.
3361
+ + 367591 Support Env variables in XmlConfiguration
1618
3362
  + 377055 Prevent webapp classloader leaks
1619
3363
  + 379207 backported fixes from jetty-9 to make hierarchy work
1620
3364
  + 379423 Jetty URL Decoding fails for certain international characters
@@ -1636,7 +3380,7 @@ jetty-7.6.6.v20120903 - 03 September 2012
1636
3380
  + 388502 handle earlyEOF with 500
1637
3381
  + 388652 Do not flush on handle return if request is suspended
1638
3382
  + JETTY-1501 Setting custom error response message changes page title
1639
- + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
3383
+ + JETTY-1515 Include cookies on 304 responses from DefaultServlet
1640
3384
  + JETTY-1527 handle requests with URIs like http://host (ie no / )
1641
3385
  + JETTY-1529 Ensure new session that has just been authenticated does not get
1642
3386
  renewed
@@ -1654,17 +3398,17 @@ jetty-8.1.5.v20120716 - 16 June 2012
1654
3398
  + 381401 Print log warning when stop attempt made with incorrect STOP.KEY
1655
3399
  + 381402 Make ContextHandler take set of protected directories
1656
3400
  + 381521 set Vary:Accept-Encoding header for content that might be compressed
1657
- + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers.
3401
+ + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers
1658
3402
  + 381712 Support all declared servlets that implement
1659
3403
  org.apache.jasper.servlet.JspServlet
1660
3404
  + 381825 leave URI params in forwarded requestURI
1661
- + 381876 Monitor should wait for child to finish before exiting.
1662
- + 382343 Jetty XML support for Map is broken.
3405
+ + 381876 Monitor should wait for child to finish before exiting
3406
+ + 382343 Jetty XML support for Map is broken
1663
3407
  + 383251 500 for SocketExceptions
1664
3408
  + 383881 WebSocketHandler sets request as handled
1665
3409
  + 384254 revert change to writable when not dispatched
1666
3410
  + 384280 Implement preliminary ServletRegistrations
1667
- + 384847 CrossOriginFilter is not working.
3411
+ + 384847 CrossOriginFilter is not working
1668
3412
  + 384896 JDBCSessionManager fails to load existing sessions on oracle when
1669
3413
  contextPath is /
1670
3414
  + 384980 Jetty client unable to recover from Time outs when connection count
@@ -1685,16 +3429,16 @@ jetty-7.6.5.v20120716 - 16 July 2012
1685
3429
  + 381401 Print log warning when stop attempt made with incorrect STOP.KEY
1686
3430
  + 381402 Make ContextHandler take set of protected directories
1687
3431
  + 381521 set Vary:Accept-Encoding header for content that might be compressed
1688
- + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers.
3432
+ + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers
1689
3433
  + 381712 Support all declared servlets that implement
1690
3434
  org.apache.jasper.servlet.JspServlet
1691
3435
  + 381825 leave URI params in forwarded requestURI
1692
- + 381876 Monitor should wait for child to finish before exiting.
1693
- + 382343 Jetty XML support for Map is broken.
3436
+ + 381876 Monitor should wait for child to finish before exiting
3437
+ + 382343 Jetty XML support for Map is broken
1694
3438
  + 383251 500 for SocketExceptions
1695
3439
  + 383881 WebSocketHandler sets request as handled
1696
3440
  + 384254 revert change to writable when not dispatched
1697
- + 384847 CrossOriginFilter is not working.
3441
+ + 384847 CrossOriginFilter is not working
1698
3442
  + 384896 JDBCSessionManager fails to load existing sessions on oracle when
1699
3443
  contextPath is /
1700
3444
  + 384980 Jetty client unable to recover from Time outs when connection count
@@ -1779,8 +3523,8 @@ jetty-8.1.3.v20120416 - 16 April 2012
1779
3523
  + 374018 correctly handle requestperminuted underflow
1780
3524
  + 374152 jetty-all-server MANIFEST contains wrong import:
1781
3525
  javax.servlet.annotation;version="[2.6,3)"
1782
- + 374252 SslConnection.onClose() does not forward to nested connection.
1783
- + 374258 SPDY leaks SSLEngines. Made the test more reliable.
3526
+ + 374252 SslConnection.onClose() does not forward to nested connection
3527
+ + 374258 SPDY leaks SSLEngines. Made the test more reliable
1784
3528
  + 374367 NPE in QueuedThreadPool.dump() with early java6 jvms
1785
3529
  + 374475 Response.sendRedirect does not encode UTF-8 characters properly
1786
3530
  + 374881 Set copyWebInf to false by default
@@ -1788,7 +3532,7 @@ jetty-8.1.3.v20120416 - 16 April 2012
1788
3532
  + 375009 Filter initialization error will throw MultiException
1789
3533
  + 375083 Flow control should take in account window size changes from
1790
3534
  concurrent SETTINGS
1791
- + 375096 If starting a server instance fails in osgi it is cleaned up.
3535
+ + 375096 If starting a server instance fails in osgi it is cleaned up
1792
3536
  + 375490 NPE with --help on command line
1793
3537
  + 375509 Stalled stream stalls other streams or session control frames. Now
1794
3538
  using a "death pill" instead of a boolean in order to avoid race conditions
@@ -1817,8 +3561,8 @@ jetty-7.6.3.v20120416 - 16 April 2012
1817
3561
  the same nonce twice
1818
3562
  + 373952 bind called too frequently on refresh
1819
3563
  + 374018 correctly handle requestperminuted underflow
1820
- + 374252 SslConnection.onClose() does not forward to nested connection.
1821
- + 374258 SPDY leaks SSLEngines. Made the test more reliable.
3564
+ + 374252 SslConnection.onClose() does not forward to nested connection
3565
+ + 374258 SPDY leaks SSLEngines. Made the test more reliable
1822
3566
  + 374367 NPE in QueuedThreadPool.dump() with early java6 jvms
1823
3567
  + 374475 Response.sendRedirect does not encode UTF-8 characters properly
1824
3568
  + 374881 Set copyWebInf to false by default
@@ -1826,7 +3570,7 @@ jetty-7.6.3.v20120416 - 16 April 2012
1826
3570
  + 375009 Filter initialization error will throw MultiException
1827
3571
  + 375083 Flow control should take in account window size changes from
1828
3572
  concurrent SETTINGS
1829
- + 375096 If starting a server instance fails in osgi it is cleaned up.
3573
+ + 375096 If starting a server instance fails in osgi it is cleaned up
1830
3574
  + 375490 NPE with --help on command line
1831
3575
  + 375509 Stalled stream stalls other streams or session control frames. Now
1832
3576
  using a "death pill" instead of a boolean in order to avoid race conditions
@@ -1842,7 +3586,7 @@ jetty-7.6.3.v20120416 - 16 April 2012
1842
3586
  + JETTY-1504 HttpServletResponseWrapper ignored when using asyncContext?
1843
3587
 
1844
3588
  jetty-8.1.2.v20120308 - 08 March 2012
1845
- + 370387 SafariWebsocketDraft0Test failure during build.
3589
+ + 370387 SafariWebsocketDraft0Test failure during build
1846
3590
  + 371168 Update ClientCrossContextSessionTest
1847
3591
  + 372093 handle quotes in Require-Bundle manifest string
1848
3592
  + 372457 Big response + slow clients + pipelined requests cause Jetty spinning
@@ -1861,10 +3605,10 @@ jetty-8.1.2.v20120308 - 08 March 2012
1861
3605
  + 373603 NullPointer in WebServletAnnotation
1862
3606
  + JETTY-1409 GzipFilter will double-compress application/x-gzip content
1863
3607
  + JETTY-1489 WebAppProvider attempts to deploy .svn folder
1864
- + JETTY-1494 .
3608
+ + JETTY-1494
1865
3609
 
1866
3610
  jetty-7.6.2.v20120308 - 08 March 2012
1867
- + 370387 SafariWebsocketDraft0Test failure during build.
3611
+ + 370387 SafariWebsocketDraft0Test failure during build
1868
3612
  + 371168 Update ClientCrossContextSessionTest
1869
3613
  + 372093 handle quotes in Require-Bundle manifest string
1870
3614
  + 372457 Big response + slow clients + pipelined requests cause Jetty spinning
@@ -1882,7 +3626,7 @@ jetty-7.6.2.v20120308 - 08 March 2012
1882
3626
  validating turned on fixed
1883
3627
  + JETTY-1409 GzipFilter will double-compress application/x-gzip content
1884
3628
  + JETTY-1489 WebAppProvider attempts to deploy .svn folder
1885
- + JETTY-1494 .
3629
+ + JETTY-1494
1886
3630
 
1887
3631
  jetty-8.1.1.v20120215 - 15 February 2012
1888
3632
  + 369121 simplified test
@@ -1933,9 +3677,9 @@ jetty-8.1.0.RC5 - 20 January 2012
1933
3677
  + 368773 process data constraints without realm
1934
3678
  + 368787 always set token view to new header buffers in httpparser
1935
3679
  + 368821 improved test harness
1936
- + 368920 JettyAwareLogger always formats the arguments.
1937
- + 368948 POM for jetty-jndi references unknown version for javax.activation.
1938
- + 368992 NPE in HttpGenerator.prepareBuffers() test case.
3680
+ + 368920 JettyAwareLogger always formats the arguments
3681
+ + 368948 POM for jetty-jndi references unknown version for javax.activation
3682
+ + 368992 NPE in HttpGenerator.prepareBuffers() test case
1939
3683
  + JETTY-1475 made output state fields volatile to provide memory barrier for
1940
3684
  non dispatched thread IO
1941
3685
 
@@ -1948,8 +3692,8 @@ jetty-7.6.0.RC5 - 20 January 2012
1948
3692
  + 368773 process data constraints without realm
1949
3693
  + 368787 always set token view to new header buffers in httpparser
1950
3694
  + 368821 improved test harness
1951
- + 368920 JettyAwareLogger always formats the arguments.
1952
- + 368948 POM for jetty-jndi references unknown version for javax.activation.
3695
+ + 368920 JettyAwareLogger always formats the arguments
3696
+ + 368948 POM for jetty-jndi references unknown version for javax.activation
1953
3697
  + 368992 avoid non-blocking flush when writing to avoid setting !_writable
1954
3698
  without _writeblocked
1955
3699
  + JETTY-1475 made output state fields volatile to provide memory barrier for
@@ -1959,10 +3703,10 @@ jetty-8.1.0.RC4 - 13 January 2012
1959
3703
  + 365048 jetty Http client does not send proxy authentication when requesting
1960
3704
  a Https-resource through a web-proxy.
1961
3705
  + 366774 removed XSS vulnerbility
1962
- + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.
3706
+ + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum
1963
3707
  + 367433 added tests to investigate
1964
3708
  + 367435 improved D00 test harness
1965
- + 367485 HttpExchange canceled before response do not release connection.
3709
+ + 367485 HttpExchange canceled before response do not release connection
1966
3710
  + 367502 WebSocket connections should be closed when application context is
1967
3711
  stopped.
1968
3712
  + 367548 jetty-osgi-boot must not import the nested package twice
@@ -1970,7 +3714,7 @@ jetty-8.1.0.RC4 - 13 January 2012
1970
3714
  + 367635 Added support for start.d directory
1971
3715
  + 367638 limit number of form parameters to avoid DOS
1972
3716
  + 367716 simplified idleTimeout logic
1973
- + 368035 WebSocketClientFactory does not invoke super.doStop().
3717
+ + 368035 WebSocketClientFactory does not invoke super.doStop()
1974
3718
  + 368060 do not encode sendRedirect URLs
1975
3719
  + 368112 NPE on <jsp-config><taglib> element parsing web.xml
1976
3720
  + 368113 Support servlet mapping to ""
@@ -1988,12 +3732,12 @@ jetty-7.6.0.RC4 - 13 January 2012
1988
3732
  + 365048 jetty Http client does not send proxy authentication when requesting
1989
3733
  a Https-resource through a web-proxy.
1990
3734
  + 366774 removed XSS vulnerbility
1991
- + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.
3735
+ + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum
1992
3736
  + 367716 simplified maxIdleTime logic
1993
- + 368035 WebSocketClientFactory does not invoke super.doStop().
3737
+ + 368035 WebSocketClientFactory does not invoke super.doStop()
1994
3738
  + 368060 do not encode sendRedirect URLs
1995
3739
  + 368114 Protect against non-Strings in System properties for Log
1996
- + 368189 WebSocketClientFactory should not manage external thread pool.
3740
+ + 368189 WebSocketClientFactory should not manage external thread pool
1997
3741
  + 368215 Remove debug from jaspi
1998
3742
  + 368240 Improve AggregateLifeCycle handling of shared lifecycles
1999
3743
  + 368291 Change warning to info for NoSuchFieldException on
@@ -2015,8 +3759,8 @@ jetty-8.1.0.RC2 - 22 December 2011
2015
3759
  + 366342 Dont persist DosFilter trackers in http session
2016
3760
  + 366730 pass the time idle to onIdleExpire
2017
3761
  + 367048 test harness for guard on suspended requests
2018
- + 367175 SSL 100% CPU spin in case of blocked write and RST.
2019
- + 367219 WebSocketClient.open() fails when URI uses default ports.
3762
+ + 367175 SSL 100% CPU spin in case of blocked write and RST
3763
+ + 367219 WebSocketClient.open() fails when URI uses default ports
2020
3764
  + 367383 jsp-config element must be returned for
2021
3765
  ServletContext.getJspConfigDescriptor
2022
3766
  + JETTY-1460 suppress PrintWriter exceptions
@@ -2026,7 +3770,7 @@ jetty-8.1.0.RC2 - 22 December 2011
2026
3770
  jetty-7.6.0.RC3 - 05 January 2012
2027
3771
  + 367433 added tests to investigate
2028
3772
  + 367435 improved D00 test harness
2029
- + 367485 HttpExchange canceled before response do not release connection.
3773
+ + 367485 HttpExchange canceled before response do not release connection
2030
3774
  + 367502 WebSocket connections should be closed when application context is
2031
3775
  stopped.
2032
3776
  + 367591 corrected configuration.xml version to 7.6
@@ -2048,8 +3792,8 @@ jetty-7.6.0.RC2 - 22 December 2011
2048
3792
  + 366342 Dont persist DosFilter trackers in http session
2049
3793
  + 366730 pass the time idle to onIdleExpire
2050
3794
  + 367048 test harness for guard on suspended requests
2051
- + 367175 SSL 100% CPU spin in case of blocked write and RST.
2052
- + 367219 WebSocketClient.open() fails when URI uses default ports.
3795
+ + 367175 SSL 100% CPU spin in case of blocked write and RST
3796
+ + 367219 WebSocketClient.open() fails when URI uses default ports
2053
3797
  + JETTY-1460 suppress PrintWriter exceptions
2054
3798
  + JETTY-1463 websocket D0 parser should return progress even if no fill done
2055
3799
  + JETTY-1465 NPE in ContextHandler.toString
@@ -2064,7 +3808,7 @@ jetty-8.1.0.RC0 - 30 November 2011
2064
3808
  + 353285 ServletSecurity annotation ignored
2065
3809
  + 357163 jetty 8 ought to proxy jetty8 javadocs
2066
3810
  + 357209 JSP tag listeners not called
2067
- + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
3811
+ + 360051 SocketConnectionTest.testServerClosedConnection is excluded
2068
3812
  + 361135 Allow session cookies to NEVER be marked as secure, even on HTTPS
2069
3813
  requests.
2070
3814
  + 362249 update shell scripts to jetty8
@@ -2081,8 +3825,8 @@ jetty-7.6.0.RC5 - 20 January 2012
2081
3825
  + 368773 process data constraints without realm
2082
3826
  + 368787 always set token view to new header buffers in httpparser
2083
3827
  + 368821 improved test harness
2084
- + 368920 JettyAwareLogger always formats the arguments.
2085
- + 368948 POM for jetty-jndi references unknown version for javax.activation.
3828
+ + 368920 JettyAwareLogger always formats the arguments
3829
+ + 368948 POM for jetty-jndi references unknown version for javax.activation
2086
3830
  + 368992 avoid non-blocking flush when writing to avoid setting !_writable
2087
3831
  without _writeblocked
2088
3832
  + JETTY-1475 made output state fields volatile to provide memory barrier for
@@ -2092,12 +3836,12 @@ jetty-7.6.0.RC4 - 13 January 2012
2092
3836
  + 365048 jetty Http client does not send proxy authentication when requesting
2093
3837
  a Https-resource through a web-proxy.
2094
3838
  + 366774 removed XSS vulnerbility
2095
- + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.
3839
+ + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum
2096
3840
  + 367716 simplified idleTimeout logic
2097
- + 368035 WebSocketClientFactory does not invoke super.doStop().
3841
+ + 368035 WebSocketClientFactory does not invoke super.doStop()
2098
3842
  + 368060 do not encode sendRedirect URLs
2099
3843
  + 368114 Protect against non-Strings in System properties for Log
2100
- + 368189 WebSocketClientFactory should not manage external thread pool.
3844
+ + 368189 WebSocketClientFactory should not manage external thread pool
2101
3845
  + 368215 Remove debug from jaspi
2102
3846
  + 368240 Improve AggregateLifeCycle handling of shared lifecycles
2103
3847
  + 368291 Change warning to info for NoSuchFieldException on
@@ -2106,7 +3850,7 @@ jetty-7.6.0.RC4 - 13 January 2012
2106
3850
  jetty-7.6.0.RC3 - 05 January 2012
2107
3851
  + 367433 added tests to investigate
2108
3852
  + 367435 improved D00 test harness
2109
- + 367485 HttpExchange canceled before response do not release connection.
3853
+ + 367485 HttpExchange canceled before response do not release connection
2110
3854
  + 367502 WebSocket connections should be closed when application context is
2111
3855
  stopped.
2112
3856
  + 367591 corrected configuration.xml version to 7.6
@@ -2128,8 +3872,8 @@ jetty-7.6.0.RC2 - 22 December 2011
2128
3872
  + 366342 Dont persist DosFilter trackers in http session
2129
3873
  + 366730 pass the time idle to onIdleExpire
2130
3874
  + 367048 test harness for guard on suspended requests
2131
- + 367175 SSL 100% CPU spin in case of blocked write and RST.
2132
- + 367219 WebSocketClient.open() fails when URI uses default ports.
3875
+ + 367175 SSL 100% CPU spin in case of blocked write and RST
3876
+ + 367219 WebSocketClient.open() fails when URI uses default ports
2133
3877
  + JETTY-1460 suppress PrintWriter exceptions
2134
3878
  + JETTY-1463 websocket D0 parser should return progress even if no fill done
2135
3879
  + JETTY-1465 NPE in ContextHandler.toString
@@ -2139,7 +3883,7 @@ jetty-7.6.0.RC1 - 04 December 2011
2139
3883
  + 353285 ServletSecurity annotation ignored
2140
3884
  + 357163 jetty 8 ought to proxy jetty8 javadocs
2141
3885
  + 357209 JSP tag listeners not called
2142
- + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
3886
+ + 360051 SocketConnectionTest.testServerClosedConnection is excluded
2143
3887
  + 361135 Allow session cookies to NEVER be marked as secure, even on HTTPS
2144
3888
  requests.
2145
3889
  + 362249 update shell scripts to jetty8
@@ -2168,7 +3912,7 @@ jetty-7.6.0.RC0 - 29 November 2011
2168
3912
  + 363488 ShutdownHandler use stopper thread
2169
3913
  + 363718 Setting java.rmi.server.hostname in jetty-jmx.xml
2170
3914
  + 363757 partial fix
2171
- + 363785 StdErrLog must use system-dependent EOL.
3915
+ + 363785 StdErrLog must use system-dependent EOL
2172
3916
  + 363943 ignore null attribute values
2173
3917
  + 363993 EOFException parsing HEAD response in HttpTester
2174
3918
  + 364638 SCEP does idle timestamp checking. New setCheckForIdle method
@@ -2186,12 +3930,12 @@ jetty-8.0.4.v20111024 - 24 October 2011
2186
3930
  + 360912 CrossOriginFilter does not send Access-Control-Allow-Origin on
2187
3931
  responses. 355103 Make allowCredentials default to true in
2188
3932
  CrossOriginFilter.
2189
- + 360938 Connections closed after a while.
3933
+ + 360938 Connections closed after a while
2190
3934
  + 361135 secure cookies for sessions
2191
3935
  + 361319 Log initialization does not catch correct exceptions on all jvms
2192
3936
  + 361325 359292 Allow KeyStore to be set
2193
3937
  + 361456 release timer task on connection failed
2194
- + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value.
3938
+ + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value
2195
3939
  + JETTY-1444 start threadpool before selector manager
2196
3940
 
2197
3941
  jetty-7.5.4.v20111024 - 24 October 2011
@@ -2202,16 +3946,16 @@ jetty-7.5.4.v20111024 - 24 October 2011
2202
3946
  + 360912 CrossOriginFilter does not send Access-Control-Allow-Origin on
2203
3947
  responses. 355103 Make allowCredentials default to true in
2204
3948
  CrossOriginFilter.
2205
- + 360938 Connections closed after a while.
3949
+ + 360938 Connections closed after a while
2206
3950
  + 361319 Log initialization does not catch correct exceptions on all jvms
2207
3951
  + 361325 359292 Allow KeyStore to be set
2208
3952
  + 361456 release timer task on connection failed
2209
- + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value.
3953
+ + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value
2210
3954
  + JETTY-1444 start threadpool before selector manager
2211
3955
 
2212
3956
  jetty-8.0.3.v20111011 - 11 October 2011
2213
3957
  + 348978 migrate jetty-http-spi
2214
- + 358649 StdErrLog system properties for package/class logging LEVEL.
3958
+ + 358649 StdErrLog system properties for package/class logging LEVEL
2215
3959
 
2216
3960
  jetty-8.0.2.v20111006 - 06 October 2011
2217
3961
  + 336443 add missing comma in DigestAuthenticator string
@@ -2229,7 +3973,7 @@ jetty-8.0.2.v20111006 - 06 October 2011
2229
3973
  + 357216 Logging via Log4J does not expand braces in format strings
2230
3974
  + 357240 more half close refinements
2231
3975
  + 357338 remove debug
2232
- + 357672 resolve issue with serializing pojos with mongodb session manager,
3976
+ + 357672 resolve issue with serializing pojos with mongodb session manager
2233
3977
  thanks to john simone for the discovery and fix
2234
3978
  + 357959 Include javadoc in distribution
2235
3979
  + 358027 NullPointerException in ResourceHandler with jetty-stylesheet.css
@@ -2239,16 +3983,16 @@ jetty-8.0.2.v20111006 - 06 October 2011
2239
3983
  + 358164 Dispatch from servlet to handler
2240
3984
  + 358263 add method for osgi users to register a driver as Class.forName does
2241
3985
  not work for them
2242
- + 358649 StdErrLog system properties for package/class logging LEVEL.
3986
+ + 358649 StdErrLog system properties for package/class logging LEVEL
2243
3987
  + 358674 Still allows sslv3 for now
2244
- + 358687 Updated jsp does not scan for system tlds Fixed pattern.
3988
+ + 358687 Updated jsp does not scan for system tlds Fixed pattern
2245
3989
  + 358784 JSP broken on Java 1.5
2246
3990
  + 358925 bit more javadoc on usage
2247
3991
  + 358959 File descriptor leak with UnresolvedAddressException
2248
3992
  + 359309 adjust previous test for servletPath to include pathInfo
2249
3993
  + 359673 updated websocket version handling
2250
3994
  + 359675 Principal != String, fix for issue in property file login manager
2251
- + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
3995
+ + 360051 SocketConnectionTest.testServerClosedConnection is excluded
2252
3996
  + 360066 jsps referenced in web.xml <jsp-file> elements do not compile
2253
3997
  + JETTY-1130 Access Sessions from HashSessionIdManager
2254
3998
  + JETTY-1277 Fixed sendRedirect encoding of relative locations
@@ -2262,12 +4006,12 @@ jetty-8.0.2.v20111006 - 06 October 2011
2262
4006
  + JETTY-1421 Implement RedirectListener.onException,onConnectionFailed
2263
4007
  + JETTY-1423 force connection to be closed returned
2264
4008
  + JETTY-1430 local JNDI contexts don't carry environment
2265
- + JETTY-1434 Add a jsp that exercises jstl.
4009
+ + JETTY-1434 Add a jsp that exercises jstl
2266
4010
  + JETTY-1439 space in directory installation path causes classloader problem
2267
4011
 
2268
4012
  jetty-7.5.3.v20111011 - 11 October 2011
2269
4013
  + 348978 migrate jetty-http-spi
2270
- + 358649 StdErrLog system properties for package/class logging LEVEL.
4014
+ + 358649 StdErrLog system properties for package/class logging LEVEL
2271
4015
 
2272
4016
  jetty-7.5.2.v20111006 - 06 October 2011
2273
4017
  + 336443 check nonce count is increasing
@@ -2284,7 +4028,7 @@ jetty-7.5.2.v20111006 - 06 October 2011
2284
4028
  + 357216 Logging via Log4J does not expand braces in format strings
2285
4029
  + 357240 more half close refinements
2286
4030
  + 357338 remove debug
2287
- + 357672 resolve issue with serializing pojos with mongodb session manager,
4031
+ + 357672 resolve issue with serializing pojos with mongodb session manager
2288
4032
  thanks to john simone for the discovery and fix
2289
4033
  + 357959 Include javadoc in distribution
2290
4034
  + 358027 NullPointerException in ResourceHandler with jetty-stylesheet.css
@@ -2294,16 +4038,16 @@ jetty-7.5.2.v20111006 - 06 October 2011
2294
4038
  + 358164 Dispatch from servlet to handler
2295
4039
  + 358263 add method for osgi users to register a driver as Class.forName does
2296
4040
  not work for them
2297
- + 358649 StdErrLog system properties for package/class logging LEVEL.
4041
+ + 358649 StdErrLog system properties for package/class logging LEVEL
2298
4042
  + 358674 Still allows sslv3 for now
2299
- + 358687 Updated jsp does not scan for system tlds Fixed pattern.
4043
+ + 358687 Updated jsp does not scan for system tlds Fixed pattern
2300
4044
  + 358784 JSP broken on Java 1.5
2301
4045
  + 358925 bit more javadoc on usage
2302
4046
  + 358959 File descriptor leak with UnresolvedAddressException
2303
4047
  + 359309 adjust previous test for servletPath to include pathInfo
2304
4048
  + 359673 updated websocket version handling
2305
4049
  + 359675 Principal != String, fix for issue in property file login manager
2306
- + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
4050
+ + 360051 SocketConnectionTest.testServerClosedConnection is excluded
2307
4051
  + 360066 jsps referenced in web.xml <jsp-file> elements do not compile
2308
4052
  + JETTY-1130 Access Sessions from HashSessionIdManager
2309
4053
  + JETTY-1277 Fixed sendRedirect encoding of relative locations
@@ -2317,7 +4061,7 @@ jetty-7.5.2.v20111006 - 06 October 2011
2317
4061
  + JETTY-1421 Implement RedirectListener.onException,onConnectionFailed
2318
4062
  + JETTY-1423 force connection to be closed returned
2319
4063
  + JETTY-1430 local JNDI contexts don't carry environment
2320
- + JETTY-1434 Add a jsp that exercises jstl.
4064
+ + JETTY-1434 Add a jsp that exercises jstl
2321
4065
  + JETTY-1439 space in directory installation path causes classloader problem
2322
4066
 
2323
4067
  jetty-8.0.1.v20110908 - 08 September 2011
@@ -2329,7 +4073,7 @@ jetty-8.0.1.v20110908 - 08 September 2011
2329
4073
  + 356726 Instead of the sessionDestroyed called sessionCreated after
2330
4074
  invalidate session
2331
4075
  + 356751 Add null protection to ServletContextHandler.doStop
2332
- + 356823 correctly decode close codes. Send not utf-8 close code.
4076
+ + 356823 correctly decode close codes. Send not utf-8 close code
2333
4077
  + 357058 Acceptor thread blocking
2334
4078
 
2335
4079
  jetty-7.5.1.v20110908 - 08 September 2011
@@ -2341,7 +4085,7 @@ jetty-7.5.1.v20110908 - 08 September 2011
2341
4085
  + 356726 Instead of the sessionDestroyed called sessionCreated after
2342
4086
  invalidate session
2343
4087
  + 356751 Add null protection to ServletContextHandler.doStop
2344
- + 356823 correctly decode close codes. Send not utf-8 close code.
4088
+ + 356823 correctly decode close codes. Send not utf-8 close code
2345
4089
  + 357058 Acceptor thread blocking
2346
4090
 
2347
4091
  jetty-8.0.0.v20110901 - 01 September 2011
@@ -2393,7 +4137,7 @@ jetty-8.0.0.RC0 - 16 August 2011
2393
4137
  jetty-8.0.0.M3 - 27 May 2011
2394
4138
  + 324505 Implement API login
2395
4139
  + 335500 request.getParts() throws a NullPointerException
2396
- + 343472 isUserInRole does not prevent subsequent login call.
4140
+ + 343472 isUserInRole does not prevent subsequent login call
2397
4141
  + 346180 jsp-2.2 support
2398
4142
  + Updated to jetty-7.4.2.v20110526
2399
4143
 
@@ -2457,7 +4201,7 @@ jetty-7.4.3.v20110701 - 01 July 2011
2457
4201
  + 347898 Close channel on JVM exceptions
2458
4202
  + 348652 jetty.sh starts two unix processes
2459
4203
  + 348935 Close A tag in directory listing
2460
- + 349344 Passing empty query string to UrlEncoded#decodeTo(String, MultiMap,
4204
+ + 349344 Passing empty query string to UrlEncoded#decodeTo(String, MultiMap
2461
4205
  String) does not yield an empty map
2462
4206
  + 349738 set buffer sizes for http client in proxy servlet
2463
4207
  + 349870 proxy servlet protect continuation against fast failing exchanges
@@ -2519,7 +4263,7 @@ jetty-7.4.1.v20110513
2519
4263
  + 344513 Attempting to set ConfigurationClasses in jetty-web.xml causes NPE
2520
4264
  + 344529 Ability to customize the error handling of the OSGi HttpService
2521
4265
  + 345047 Readded deprecated ScanningAppDeployer#setMonitoredDir
2522
- + 345290 Weak references from SessionIdManager. HashSessionManager cleanup.
4266
+ + 345290 Weak references from SessionIdManager. HashSessionManager cleanup
2523
4267
  + 345543 Always close endpoint on SSLException
2524
4268
  + 345656 Disambiguate SslContextFactory#validateCerts property
2525
4269
  + 345679 Allow setting an initialized KeyStore as keystore/truststore of
@@ -2540,7 +4284,7 @@ jetty-7.4.0.v20110414
2540
4284
  + Various test harness cleanups to avoid random failures
2541
4285
 
2542
4286
  jetty-7.4.0.RC0
2543
- + 324110 Added test harnesses for merging of QueryStrings.
4287
+ + 324110 Added test harnesses for merging of QueryStrings
2544
4288
  + 337685 Update websocket API in preparation for draft -07
2545
4289
  + 338627 HashSessionManager.getIdleSavePeriod returns milliseconds instead of
2546
4290
  seconds
@@ -2667,7 +4411,7 @@ jetty-7.3.0.v20110203 - 03 February 2011
2667
4411
  OSGi manifest
2668
4412
  + 334311 fix buffer reuse issue in CachedExchange
2669
4413
  + 335329 Stop SSL spin during handshake and renogotiate
2670
- + 335361 Fixed 'jetty.sh check' to show current PID when JETTY_PID env.
4414
+ + 335361 Fixed 'jetty.sh check' to show current PID when JETTY_PID env
2671
4415
  variable is set
2672
4416
  + 335641 Cleaned up dispatch handling to avoid key.interestOps==0 when
2673
4417
  undispatched
@@ -2683,7 +4427,7 @@ jetty-7.2.2.v20101205 - 05 December 2010
2683
4427
  + 330208 Support new wording on servlet-mapping and filter-mapping merging
2684
4428
  from servlet3.0a
2685
4429
  + 330210 Improve performance of writing large bytes arrays
2686
- + 330229 Jetty tries to parse META-INF/*.tld when jsp-api is not on classpath,
4430
+ + 330229 Jetty tries to parse META-INF/*.tld when jsp-api is not on classpath
2687
4431
  causing DTD entity resoluton to fail
2688
4432
  + 330265 start.jar --stop kills --exec subprocess
2689
4433
  + 330417 Atomic PUT in PutFilter
@@ -2733,7 +4477,7 @@ jetty-6.1.26.RC0 - 20 October 2010
2733
4477
  + 325468 Clean work webapp dir before unpack
2734
4478
  + 327109 Fixed AJP handling of empty packets
2735
4479
  + 327562 Implement all X-Forwarded headers in ProxyServlet
2736
- + JETTY-547 Improved usage of shutdownOutput before close.
4480
+ + JETTY-547 Improved usage of shutdownOutput before close
2737
4481
  + JETTY-912 add per exchange timeout
2738
4482
  + JETTY-1051 offer jetty.skip flag for maven plugin
2739
4483
  + JETTY-1096 exclude maven and plexus classes from jetty plugin
@@ -2775,10 +4519,10 @@ jetty-7.2.0.RC0 - 01 October 2010
2775
4519
  + 320112 Websocket in aggregate jars
2776
4520
  + 320264 Removed duplicate mime.property entries
2777
4521
  + 320457 Added rfc2045 support to B64Code
2778
- + 321232 BasicAuthenticator ignores bad Authorization header.
2779
- + 321307 HashSessionManager calls passivation listeners.
4522
+ + 321232 BasicAuthenticator ignores bad Authorization header
4523
+ + 321307 HashSessionManager calls passivation listeners
2780
4524
  + 321730 SelectChannelEndPoint prints to System.err
2781
- + 321735 HttpClient onException called for buffer overflow.
4525
+ + 321735 HttpClient onException called for buffer overflow
2782
4526
  + 322448 Added jetty-dir.css for directory listings
2783
4527
  + 322575 NPE in HotSwapHandler if old handler null
2784
4528
  + 322683 RewriteHandler thread safety
@@ -2788,13 +4532,13 @@ jetty-7.2.0.RC0 - 01 October 2010
2788
4532
  + 324110 Merge async dispatch parameters
2789
4533
  + 324158 Durable download or Orbit jars
2790
4534
  + 324260 Jetty-6 continuations handle complete calls
2791
- + 324359 illegal actions on AsyncContext should not change its state.
4535
+ + 324359 illegal actions on AsyncContext should not change its state
2792
4536
  + 324360 validate input on getResource since loop logic obscures subclass
2793
4537
  input validation.
2794
4538
  + 324369 Implement draft-ietf-hybi-thewebsocketprotocol-01
2795
4539
  + 324377 Allow dispatch of ServletRequest and ServletResponse
2796
4540
  + 324379 Change content type after getWriter
2797
- + 324501 Fire RequestListener.requestDestroyed in last-to-first order.
4541
+ + 324501 Fire RequestListener.requestDestroyed in last-to-first order
2798
4542
  + 324601 Check session expiry on access
2799
4543
  + 324679 Allow filter to write before static content
2800
4544
  + 324811 NPE in Server.dump
@@ -2848,7 +4592,7 @@ jetty-8.0.0.M1 - 12 July 2010
2848
4592
 
2849
4593
  jetty-7.1.5.v20100705
2850
4594
  + 288194 Add blacklist/whitelist to ProxyServlet and ProxyHandler
2851
- + 296570 EOFException for HttpExchange when HttpClient.stop called.
4595
+ + 296570 EOFException for HttpExchange when HttpClient.stop called
2852
4596
  + 311550 The WebAppProvider should allow setTempDirectory
2853
4597
  + 316449 Websocket disconnect fix
2854
4598
  + 316584 Exception on startup if temp path has spaces and extractWAR=false
@@ -2886,7 +4630,7 @@ jetty-6.1.25 - 26 July 2010
2886
4630
  + Jetty-6 is now in maintenance mode.
2887
4631
 
2888
4632
  jetty-7.1.4.v20100610
2889
- + 292326 Stop continuations if server is stopped.
4633
+ + 292326 Stop continuations if server is stopped
2890
4634
  + 292814 Make QoSFilter and DoSFilter JMX manageable
2891
4635
  + 293222 Improve request log to handle/show asynchronous latency
2892
4636
  + 294212 Can not customize session cookie path
@@ -2928,7 +4672,7 @@ jetty-7.1.3.v20100526
2928
4672
  jetty-7.1.2.v20100523
2929
4673
  + 308866 Update test suite to JUnit4 - Module jetty-util
2930
4674
  + 312948 Recycle SSL crypto buffers
2931
- + 313196 randomly allocate ports for session test.
4675
+ + 313196 randomly allocate ports for session test
2932
4676
  + 313278 Implement octet ranges in IPAccessHandler
2933
4677
  + 313336 secure websockets
2934
4678
  + 314009 updated README.txt
@@ -2955,7 +4699,7 @@ jetty-7.1.1.v20100517
2955
4699
  + 312526 Protect shutdown thread initialization during shutdown
2956
4700
 
2957
4701
  jetty-7.1.0 - 05 May 2010
2958
- + 306353 fixed cross context dispatch to root context.
4702
+ + 306353 fixed cross context dispatch to root context
2959
4703
  + 311154 Added deprecated StringBuffer API for backwards compatibility
2960
4704
  + 311554 Protect shutdown thread from Server#doStop
2961
4705
  + 312243 Optimized timeout handling
@@ -2979,7 +4723,7 @@ jetty-7.1.0.RC1 - 05 May 2010
2979
4723
  + 310094 Improved start.jar options handling and configs
2980
4724
  + 310382 NPE protection when WAR is not a file
2981
4725
  + 310562 SslSocketConnector fails to start if excludeCipherSuites is set
2982
- + 310634 Get the localport when opening a server socket.
4726
+ + 310634 Get the localport when opening a server socket
2983
4727
  + 310703 Update test suite to JUnit4 - Module tests/test-integration
2984
4728
  + 310918 Synchronize content exchange
2985
4729
  + 311154 Use Appendable in preference to StringBuilder/StringBuffer in APIs
@@ -3060,7 +4804,7 @@ jetty-6.1.23 - 02 April 2010
3060
4804
  + JETTY-1156 SSL blocking close with JVM Bug busy key fix
3061
4805
  + JETTY-1157 Don't hold array passed in write(byte[])
3062
4806
  + JETTY-1158 NPE in StdErrLog when Throwable is null
3063
- + JETTY-1161 An Extension that measures round-trip delay for cometd messages.
4807
+ + JETTY-1161 An Extension that measures round-trip delay for cometd messages
3064
4808
  + JETTY-1162 Add support for async/sync message delivery to BayeuxClient
3065
4809
  + JETTY-1163 AJP13 forces 8859-1 encoding
3066
4810
  + JETTY-1168 Don't hold sessionIdManager lock when invalidating sessions
@@ -3072,7 +4816,7 @@ jetty-6.1.23 - 02 April 2010
3072
4816
  + JETTY-1178 Make continuation servlet to log the incoming JSON in case of
3073
4817
  parsing errors
3074
4818
  + JETTY-1180 Extension methods are wrongly called
3075
- + JETTY-1182 COMETD-76 do not lock client while sending messages.
4819
+ + JETTY-1182 COMETD-76 do not lock client while sending messages
3076
4820
  + JETTY-1183 AcknowledgedMessagesClientExtension does not handle correctly
3077
4821
  message resend when client long polls again
3078
4822
  + JETTY-1186 Better document JMX setup in jetty-jmx.xml
@@ -3098,7 +4842,7 @@ jetty-6.1.23 - 02 April 2010
3098
4842
  + Updated JSP to 2.1.v20091210
3099
4843
 
3100
4844
  jetty-7.0.2.RC0
3101
- + 290765 Reset input for HttpExchange retry.
4845
+ + 290765 Reset input for HttpExchange retry
3102
4846
  + 292799 WebAppDeployer - start a started context?
3103
4847
  + 292800 ContextDeployer - recursive setting is undone by FilenameFilter
3104
4848
  + 294799 when configuring a webapp, don't look for WEB-INF/jetty6-web.xml
@@ -3132,7 +4876,7 @@ jetty-7.0.2.RC0
3132
4876
  + 304658 Inconsistent Expires date format in Set-Cookie headers with maxAge=0
3133
4877
  + 304698 org.eclipse.jetty.http.HttpFields$DateGenerator.formatCookieDate()
3134
4878
  uses wrong (?) date format
3135
- + 304781 Reset HttpExchange timeout on slow request content.
4879
+ + 304781 Reset HttpExchange timeout on slow request content
3136
4880
  + 304801 SSL connections FULL fix
3137
4881
  + 305997 Coalesce buffers in ChannelEndPoint.flush()
3138
4882
  + 306028 Enable TCP_NODELAY by default in client connectors
@@ -3166,7 +4910,7 @@ jetty-8.0.0.M0 - 28 February 2010
3166
4910
  + Updated to cometd 1.0.1
3167
4911
 
3168
4912
  jetty-7.0.1.v20091125 - 25 November 2009
3169
- + 274251 DefaultServlet supports exact match mode.
4913
+ + 274251 DefaultServlet supports exact match mode
3170
4914
  + 288401 HttpExchange.cancel() Method Unimplemented
3171
4915
  + 289027 deobfuscate HttpClient SSL passwords
3172
4916
  + 289265 Test harness for async input
@@ -3200,7 +4944,7 @@ jetty-7.0.1.v20091125 - 25 November 2009
3200
4944
  + JETTY-1135 Handle connection closed before accepted during JVM bug work
3201
4945
  around
3202
4946
  + JETTY-1144 fixed multi-byte character overflow
3203
- + JETTY-1148 Reset partially read request reader.
4947
+ + JETTY-1148 Reset partially read request reader
3204
4948
  + COMETD-34 Support Baeyux MBean
3205
4949
  + CQ-3581 jetty OSGi contribution
3206
4950
  + CVE-2009-3555 Prevent SSL renegotiate for SSL vulnerability
@@ -3266,7 +5010,7 @@ jetty-7.0.0.RC6 - 21 September 2009
3266
5010
  + 289958 StatisticsServlet incorrectly adds StatisticsHandler
3267
5011
  + 289960 start.jar assumes command line args are configs
3268
5012
  + 290081 Eager consume LF after CR
3269
- + 290761 HttpExchange isDone handles intercepted events.
5013
+ + 290761 HttpExchange isDone handles intercepted events
3270
5014
  + JETTY-719 Document state machine of jetty http client
3271
5015
  + JETTY-780 CNFE during startup of webapp with spring-context >= 2.5.1
3272
5016
  + JETTY-936 274251 Improved servlet matching and optimized'
@@ -3296,7 +5040,7 @@ jetty-6.1.20 - 27 August 2009
3296
5040
  + 286535 ContentExchange status code
3297
5041
  + 286911 Clean out cache when recycling HTTP fields
3298
5042
  + JETTY-838 Don't log and throw
3299
- + JETTY-874 Better error on full header.
5043
+ + JETTY-874 Better error on full header
3300
5044
  + JETTY-960 Support ldaps
3301
5045
  + JETTY-1046 maven-jetty-jspc-plugin keepSources takes affect only in
3302
5046
  packageRoot
@@ -3400,7 +5144,7 @@ jetty-7.0.0.RC2 - 29 June 2009
3400
5144
  + 284475 update jetty.sh for new OPTIONS syntax
3401
5145
  + 284510 Enhance jetty-start for diagnosis and unit testing
3402
5146
  + 284981 Implement a cross-origin filter
3403
- + 285006 fix AbstractConnector NPE during shutdown.
5147
+ + 285006 fix AbstractConnector NPE during shutdown
3404
5148
  + Added DebugHandler
3405
5149
  + Added JavaUtilLog for Jetty logging to java.util.logging framework
3406
5150
  + backport jetty-8 annotation parsing to jetty-7
@@ -3416,7 +5160,7 @@ jetty-7.0.0.RC0 - 08 June 2009
3416
5160
  + 271535 Adding integration tests, and enabling RFC2616 tests
3417
5161
  + 280843 Buffer pool uses isHeader
3418
5162
  + 281287 Handle date headers before 1 Jan 1970
3419
- + 282807 Better handling of 100 continues if response committed.
5163
+ + 282807 Better handling of 100 continues if response committed
3420
5164
  + JETTY-967 create standalone build for PKCS12Import at codehaus
3421
5165
  + JETTY-1056 update jetty-ant module for Jetty 7 at codehaus trunk
3422
5166
  + JETTY-1058 Handle trailing / with aliases
@@ -3436,7 +5180,7 @@ jetty-7.0.0.M4 - 01 June 2009
3436
5180
  jetty-7.0.0.M3 - 20 June 2009
3437
5181
  + 274251 Allow dispatch to welcome files that are servlets (configurable)
3438
5182
  + 276545 Quoted cookie paths
3439
- + 277403 Cleanup system property usage.
5183
+ + 277403 Cleanup system property usage
3440
5184
  + 277798 Denial of Service Filter
3441
5185
  + 279725 Support 100 and 102 expectations
3442
5186
  + 280707 client.HttpConnection does not catch and handle non-IOExceptions
@@ -3566,7 +5310,7 @@ jetty-7.0.0.M0 - 27 March 2009
3566
5310
  + JETTY-792 TerracottaSessionManager does not unlock new session with
3567
5311
  requested id
3568
5312
  + JETTY-793 Fixed DataCache millisecond rounding
3569
- + JETTY-794 WADI integration tests fail intermittently.
5313
+ + JETTY-794 WADI integration tests fail intermittently
3570
5314
  + JETTY-795 NullPointerException in SocketConnector.java
3571
5315
  + JETTY-801 Bring back 2 arg EnvEntry constructor
3572
5316
  + JETTY-802 Modify the default error pages to make association with Jetty
@@ -3691,7 +5435,7 @@ jetty-6.1.15.pre0 - 20 January 2009
3691
5435
  + JETTY-600 Automated tests of WADI integration + upgrade to WADI 2.0
3692
5436
  + JETTY-749 Reliable message delivery
3693
5437
  + JETTY-781 Add "mvn jetty:deploy-war" for deploying a pre-assembled war
3694
- + JETTY-794 WADI integration tests fail intermittently.
5438
+ + JETTY-794 WADI integration tests fail intermittently
3695
5439
  + JETTY-795 NullPointerException in SocketConnector.java
3696
5440
  + JETTY-798 Jboss session manager incompatible with LifeCycle.Listener
3697
5441
  + JETTY-801 Bring back 2 arg EnvEntry constructor
@@ -3919,7 +5663,7 @@ jetty-7.0.0pre3 - 06 August 2008
3919
5663
  + JETTY-621 Improved LazyList javadoc
3920
5664
  + JETTY-626 Null protect reading the dtd resource from classloader
3921
5665
  + JETTY-628 Rewrite rule for rewriting scheme
3922
- + JETTY-629 Don't hold timeout lock during expiry call.
5666
+ + JETTY-629 Don't hold timeout lock during expiry call
3923
5667
  + JETTY-632 OSGi tags for Jetty client
3924
5668
  + JETTY-633 Default form encoding 8859_1 rather than utf-8
3925
5669
  + JETTY-635 Correctly merge request parameters when doing forward
@@ -3975,7 +5719,7 @@ jetty-6.1.12rc1 - 01 August 2008
3975
5719
  + JETTY-623 ServletContext.getServerInfo() non compliant
3976
5720
  + JETTY-626 Null protect reading the dtd resource from classloader
3977
5721
  + JETTY-628 Rewrite rule for rewriting scheme
3978
- + JETTY-629 Don't hold timeout lock during expiry call.
5722
+ + JETTY-629 Don't hold timeout lock during expiry call
3979
5723
  + JETTY-632 OSGi tags for Jetty client
3980
5724
  + JETTY-633 Default form encoding 8859_1 rather than utf-8
3981
5725
  + JETTY-635 Correctly merge request parameters when doing forward
@@ -4008,7 +5752,7 @@ jetty-6.1.12rc1 - 01 August 2008
4008
5752
  jetty-7.0.0pre2 - 30 June 2008
4009
5753
  + JETTY-336 413 error for header buffer full
4010
5754
  + JETTY-425 race in stopping SelectManager
4011
- + JETTY-568 Avoid freeing DirectBuffers. New locking NIO ResourceCache.
5755
+ + JETTY-568 Avoid freeing DirectBuffers. New locking NIO ResourceCache
4012
5756
  + JETTY-569 Stats for suspending requests
4013
5757
  + JETTY-572 Unique cometd client ID
4014
5758
  + JETTY-576 servlet dtds and xsds not being loaded locally
@@ -4083,11 +5827,11 @@ jetty-7.0.0pre1 - 03 May 2008
4083
5827
 
4084
5828
  jetty-7.0.0pre0 - 21 April 2008
4085
5829
  + JETTY-282 Support manually-triggered reloading by maven plugin
4086
- + JETTY-341 100-Continues sent only after getInputStream called.
5830
+ + JETTY-341 100-Continues sent only after getInputStream called
4087
5831
  + JETTY-386 backout fix and replaced with
4088
5832
  ContextHandler.setCompactPath(boolean)
4089
5833
  + JETTY-399 update OpenRemoteServiceServlet to gwt 1.4
4090
- + JETTY-467 allow URL rewriting to be disabled.
5834
+ + JETTY-467 allow URL rewriting to be disabled
4091
5835
  + JETTY-468 unique holder names for addServletWithMapping
4092
5836
  + JETTY-471 LDAP JAAS Realm
4093
5837
  + JETTY-474 Fixed case sensitivity issue with HttpFields
@@ -4095,7 +5839,7 @@ jetty-7.0.0pre0 - 21 April 2008
4095
5839
  + JETTY-486 Improved jetty.sh script
4096
5840
  + JETTY-487 Handle empty chunked request
4097
5841
  + JETTY-494 Client side session replication
4098
- + JETTY-519 HttpClient does not recycle closed connection.
5842
+ + JETTY-519 HttpClient does not recycle closed connection
4099
5843
  + JETTY-522 Add build profile for macos for setuid
4100
5844
  + JETTY-523 Default servlet uses ServletContext.getResource
4101
5845
  + JETTY-524 Don't synchronize session event listener calls
@@ -4109,7 +5853,7 @@ jetty-7.0.0pre0 - 21 April 2008
4109
5853
  + JETTY-537 JSON handles Locales
4110
5854
  + JETTY-538 test harness fix for windows
4111
5855
  + JETTY-540 Servlet-3.0 & java5 support (work in progress)
4112
- + JETTY-543 Atomic batch get and put of files.
5856
+ + JETTY-543 Atomic batch get and put of files
4113
5857
  + JETTY-545 Rewrite handler
4114
5858
  + JETTY-546 Webapp runner. All in one jar to run a webapps
4115
5859
  + JETTY-547 Shutdown SocketEndpoint output before close
@@ -4136,7 +5880,7 @@ jetty-6.1.9 - 26 March 2008
4136
5880
  + JETTY-471 LDAP JAAS Realm
4137
5881
  + JETTY-475 AJP connector in RPMs
4138
5882
  + JETTY-482 update to JETTY-399
4139
- + JETTY-519 HttpClient does not recycle closed connection.
5883
+ + JETTY-519 HttpClient does not recycle closed connection
4140
5884
  + JETTY-522 Add build profile for macos for setuid
4141
5885
  + JETTY-525 Fixed decoding for long strings
4142
5886
  + JETTY-526 Fixed MMBean fields on JMX MBeans
@@ -4191,7 +5935,7 @@ jetty-6.1.8 - 28 February 2008
4191
5935
  jetty-6.1.7 - 22 December 2007
4192
5936
  + JETTY-386 CERT-553235 backout fix and replaced with
4193
5937
  ContextHandler.setCompactPath(boolean)
4194
- + JETTY-467 allow URL rewriting to be disabled.
5938
+ + JETTY-467 allow URL rewriting to be disabled
4195
5939
  + JETTY-468 unique holder names for addServletWithMapping
4196
5940
  + JETTY-474 Fixed case sensitivity issue with HttpFields
4197
5941
  + JETTY-486 Improved jetty.sh script
@@ -4216,7 +5960,7 @@ jetty-6.1.6 - 18 November 2007
4216
5960
  + updated grizzly connector to 1.6.1
4217
5961
 
4218
5962
  jetty-6.1.6rc1 - 05 November 2007
4219
- + JETTY-388 Handle utf-16 and other multibyte non-utf-8 form content.
5963
+ + JETTY-388 Handle utf-16 and other multibyte non-utf-8 form content
4220
5964
  + JETTY-409 String params that denote files changed to File
4221
5965
  + JETTY-438 handle trailing . in vhosts
4222
5966
  + JETTY-439 Fixed 100 continues clash with Connection:close
@@ -4303,12 +6047,12 @@ jetty-6.1.5rc0 - 15 July 0200
4303
6047
  + JETTY-253 Improved graceful shutdown
4304
6048
  + JETTY-373 Stop all dependent lifecycles
4305
6049
  + JETTY-374 HttpTesters handles large requests/responses
4306
- + JETTY-375 IllegalStateException when committed.
6050
+ + JETTY-375 IllegalStateException when committed
4307
6051
  + JETTY-376 allow spaces in reason string
4308
6052
  + JETTY-377 allow sessions to be wrapped with
4309
6053
  AbstractSesssionManager.SessionIf
4310
6054
  + JETTY-378 handle JVMs with non ISO/UTF default encodings
4311
- + JETTY-380 handle pipelines of more than 4 requests!
6055
+ + JETTY-380 handle pipelines of more than 4 requests
4312
6056
  + JETTY-385 EncodeURL for new sessions from dispatch
4313
6057
  + JETTY-386 Allow // in file resources
4314
6058
  + Added GzipFilter and UserAgentFilter
@@ -4364,7 +6108,7 @@ jetty-6.1.4rc0 - 01 June 2007
4364
6108
  + JETTY-339 MultiPartFiler deletes temp files on IOException
4365
6109
  + JETTY-340 FormAuthentication works with null response
4366
6110
  + JETTY-344 gready fill in ByteArrayBuffer.readFrom
4367
- + JETTY-345 fixed lost content with blocked NIO.
6111
+ + JETTY-345 fixed lost content with blocked NIO
4368
6112
  + JETTY-347 Fixed type util init
4369
6113
  + JETTY-352 Object locks
4370
6114
  + Add (commented out) jspc precompile to test-webapp
@@ -4402,7 +6146,7 @@ jetty-6.1.2 - 01 May 2007
4402
6146
 
4403
6147
  jetty-6.1.2rc5 - 24 April 2007
4404
6148
  + JETTY-305 delayed connection destroy
4405
- + JETTY-309 handle close in multivalue connection fields.
6149
+ + JETTY-309 handle close in multivalue connection fields
4406
6150
  + JETTY-314 fix for possible NPE in Request.isRequestedSessionIdValid
4407
6151
  + Allow jsp-file to be / or /*
4408
6152
  + removed some compile warnings
@@ -4637,7 +6381,7 @@ jetty-6.1.0pre3 - 22 November 2006
4637
6381
  + updated glassfish jasper to tag SJSAS-9_1-B25-EA-08_Nov_2006
4638
6382
 
4639
6383
  jetty-6.0.2 - 22 November 2006
4640
- + JETTY-118 ignore extra content after close.
6384
+ + JETTY-118 ignore extra content after close
4641
6385
  + JETTY-119 cleanedup Security optimizatoin
4642
6386
  + JETTY-123 handle windows UNC paths
4643
6387
  + JETTY-126 handle content > Integer.MAX_VALUE
@@ -4690,7 +6434,7 @@ jetty-6.0.2 - 22 November 2006
4690
6434
  + Upgraded session ID generation to use SecureRandom
4691
6435
 
4692
6436
  jetty-5.1.14 - 09 August 2007
4693
- + JETTY-155 force close with content length.
6437
+ + JETTY-155 force close with content length
4694
6438
  + JETTY-369 failed state in Container
4695
6439
  + patched with correct version
4696
6440
 
@@ -4734,7 +6478,7 @@ jetty-6.1.0pre0 - 21 October 2006
4734
6478
  + JETTY-113 support optional query char encoding on requests
4735
6479
  + JETTY-114 removed utf8 characters from code
4736
6480
  + JETTY-115 Fixed addHeader
4737
- + JETTY-118 ignore extra content after close.
6481
+ + JETTY-118 ignore extra content after close
4738
6482
  + JETTY-119 cleanedup Security optimizatoin
4739
6483
  + JETTY-121 init not called on externally constructed servlets
4740
6484
  + JETTY-123 handle windows UNC paths
@@ -4816,7 +6560,7 @@ jetty-6.0.0 - 10 September 2006
4816
6560
  + Transforming classloader does not transform resources.
4817
6561
 
4818
6562
  jetty-6.0.0rc4 - 05 September 2006
4819
- + JETTY-107 Poor cast in SessionDump demo.
6563
+ + JETTY-107 Poor cast in SessionDump demo
4820
6564
  + bind jetty-env.xml entries to java:comp/env
4821
6565
  + Set charset on error pages
4822
6566