Merge remote-tracking branch 'origin/jetty-8'
Conflicts: VERSION.txt aggregates/jetty-all/pom.xml examples/async-rest/async-rest-jar/pom.xml examples/async-rest/async-rest-webapp/pom.xml examples/async-rest/pom.xml examples/embedded/pom.xml jetty-aggregate/jetty-all-server/pom.xml jetty-aggregate/jetty-client/pom.xml jetty-aggregate/jetty-server/pom.xml jetty-aggregate/jetty-servlet/pom.xml jetty-aggregate/jetty-webapp/pom.xml jetty-aggregate/jetty-websocket/pom.xml jetty-aggregate/pom.xml jetty-annotations/pom.xml jetty-client/pom.xml jetty-continuation/pom.xml jetty-deploy/pom.xml jetty-distribution/pom.xml jetty-http-spi/pom.xml jetty-http/pom.xml jetty-io/pom.xml jetty-jaspi/pom.xml jetty-jmx/pom.xml jetty-jndi/pom.xml jetty-jsp/pom.xml jetty-monitor/pom.xml jetty-nosql/pom.xml jetty-osgi/jetty-osgi-boot-jsp/pom.xml jetty-osgi/jetty-osgi-boot-warurl/pom.xml jetty-osgi/jetty-osgi-boot/pom.xml jetty-osgi/jetty-osgi-httpservice/pom.xml jetty-osgi/pom.xml jetty-osgi/test-jetty-osgi-context/pom.xml jetty-osgi/test-jetty-osgi-webapp/pom.xml jetty-osgi/test-jetty-osgi/pom.xml jetty-overlay-deployer/pom.xml jetty-plus/pom.xml jetty-policy/pom.xml jetty-proxy/pom.xml jetty-rewrite/pom.xml jetty-runner/pom.xml jetty-security/pom.xml jetty-server/pom.xml jetty-servlet/pom.xml jetty-servlets/pom.xml jetty-spdy/pom.xml jetty-spdy/spdy-client/pom.xml jetty-spdy/spdy-core/pom.xml jetty-spdy/spdy-example-webapp/pom.xml jetty-spdy/spdy-server/pom.xml jetty-start/pom.xml jetty-util-ajax/pom.xml jetty-util/pom.xml jetty-webapp/pom.xml jetty-websocket/pom.xml jetty-xml/pom.xml pom.xml test-continuation/pom.xml test-jetty-nested/pom.xml test-jetty-servlet/pom.xml tests/pom.xml tests/test-integration/pom.xml tests/test-loginservice/pom.xml tests/test-sessions/pom.xml tests/test-sessions/test-hash-sessions/pom.xml tests/test-sessions/test-jdbc-sessions/pom.xml tests/test-sessions/test-mongodb-sessions/pom.xml tests/test-sessions/test-sessions-common/pom.xml tests/test-webapps/pom.xml tests/test-webapps/test-jetty-webapp/pom.xml tests/test-webapps/test-webapp-rfc2616/pom.xml
This commit is contained in:
commit
be6f876621
43
VERSION.txt
43
VERSION.txt
|
@ -83,6 +83,49 @@ jetty-9.0.5.v20130815 - 15 August 2013
|
|||
+ 414951 QueuedThreadPool fix constructor that missed to pass the idleTimeout
|
||||
+ 414972 HttpClient may read bytes with pre-tunnelled connection.
|
||||
|
||||
jetty-8.1.13.v20130916 - 16 September 2013
|
||||
+ 412629 PropertyFileLoginModule doesn't cache user configuration file even
|
||||
for refreshInterval=0
|
||||
+ 413484 setAttribute in nosql session management better handles _dirty status
|
||||
+ 413684 deprecated unsafe alias checkers
|
||||
+ 414235 RequestLogHandler configured on a context fails to handle forwarded
|
||||
requests
|
||||
+ 414393 StringIndexOutofBoundsException with > 8k multipart content without
|
||||
CR or LF
|
||||
+ 414431 Avoid debug NPE race
|
||||
+ 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
|
||||
for hidden dirnames
|
||||
+ 414652 WebSocket's sendMessage() may hang on congested connections.
|
||||
+ 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
|
||||
+ 415401 Add XmlConfiguration.initializeDefaults that allows to set default
|
||||
values for any XmlConfiguration that may be overridden in the config file
|
||||
+ 416266 HttpServletResponse.encodeURL() encodes on first request when only
|
||||
SessionTrackingMode.COOKIE is used
|
||||
+ 416585 WebInfConfiguration examines webapp classloader first instead of its
|
||||
parent when looking for container jars
|
||||
+ 416787 StringIndexOutOfBounds with a pathMap of ""
|
||||
+ 416990 JMX names statically unique
|
||||
|
||||
jetty-7.6.13.v20130916 - 16 September 2013
|
||||
+ 412629 PropertyFileLoginModule doesn't cache user configuration file even
|
||||
for refreshInterval=0
|
||||
+ 413484 setAttribute in nosql session management better handles _dirty status
|
||||
+ 413684 deprecated unsafe alias checkers
|
||||
+ 414235 RequestLogHandler configured on a context fails to handle forwarded
|
||||
requests
|
||||
+ 414393 StringIndexOutofBoundsException with > 8k multipart content without
|
||||
CR or LF
|
||||
+ 414431 Avoid debug NPE race
|
||||
+ 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
|
||||
for hidden dirnames
|
||||
+ 414652 WebSocket's sendMessage() may hang on congested connections.
|
||||
+ 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
|
||||
+ 415401 Add XmlConfiguration.initializeDefaults that allows to set default
|
||||
values for any XmlConfiguration that may be overridden in the config file
|
||||
+ 416585 WebInfConfiguration examines webapp classloader first instead of its
|
||||
parent when looking for container jars
|
||||
+ 416990 JMX names statically unique
|
||||
|
||||
jetty-9.0.4.v20130625 - 25 June 2013
|
||||
+ 396706 CGI support parameters
|
||||
+ 397051 Make JDBCLoginService data members protected to facilitate
|
||||
|
|
Loading…
Reference in New Issue