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-plus/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-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-spring/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
9397ba8782
68
VERSION.txt
68
VERSION.txt
|
@ -39,6 +39,74 @@ jetty-9.0.0.v20130308 - 08 March 2013
|
|||
+ 402757 WebSocket client module can't be used with WebSocket server
|
||||
module in the same WAR
|
||||
|
||||
jetty-8.1.10.v20130312 - 12 March 2013
|
||||
+ 376273 Early EOF because of SSL Protocol Error on
|
||||
https://api-3t.paypal.com/nvp.
|
||||
+ 381521 allow compress methods to be configured
|
||||
+ 392129 fixed handling of timeouts after startAsync
|
||||
+ 394064 ensure that JarFile instances are closed on JarFileResource.release()
|
||||
+ 398649 ServletContextListener.contextDestroyed() is not called on
|
||||
ContextHandler unregistration
|
||||
+ 399703 made encoding error handling consistent
|
||||
+ 399799 do not hold lock while calling invalidation listeners
|
||||
+ 399967 Shutdown hook calls destroy
|
||||
+ 400040 NullPointerException in HttpGenerator.prepareBuffers
|
||||
+ 400142 ConcurrentModificationException in JDBC SessionManger
|
||||
+ 400144 When loading a session fails the JDBCSessionManger produces duplicate
|
||||
session IDs
|
||||
+ 400312 ServletContextListener.contextInitialized() is not called when added
|
||||
in ServletContainerInitializer.onStartup
|
||||
+ 400457 Thread context classloader hierarchy not searched when finding
|
||||
webapp's java:comp/env
|
||||
+ 400859 limit max size of writes from cached content
|
||||
+ 401211 Remove requirement for jetty-websocket.jar in WEB-INF/lib
|
||||
+ 401317 Make Safari 5.x websocket support minVersion level error more clear
|
||||
+ 401382 Prevent parseAvailable from parsing next chunk when previous has not
|
||||
been consumed. Handle no content-type in chunked request.
|
||||
+ 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
|
||||
+ 401485 zip file closed exception
|
||||
+ 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
|
||||
<jsp-property-group> fix for multiple mappings to *.jsp
|
||||
+ 401908 Enhance DosFilter to allow dynamic configuration of attributes.
|
||||
+ 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
|
||||
server is stopped
|
||||
+ 402485 reseed secure random
|
||||
+ 402735 jetty.sh to support status which is == check
|
||||
+ 402833 Test harness for global error page and hide exception message from
|
||||
reason string
|
||||
|
||||
jetty-7.6.10.v20130312 - 12 March 2013
|
||||
+ 376273 Early EOF because of SSL Protocol Error on
|
||||
https://api-3t.paypal.com/nvp.
|
||||
+ 381521 allow compress methods to be configured
|
||||
+ 394064 ensure that JarFile instances are closed on JarFileResource.release()
|
||||
+ 398649 ServletContextListener.contextDestroyed() is not called on
|
||||
ContextHandler unregistration
|
||||
+ 399703 made encoding error handling consistent
|
||||
+ 399799 do not hold lock while calling invalidation listeners
|
||||
+ 399967 Shutdown hook calls destroy
|
||||
+ 400040 NullPointerException in HttpGenerator.prepareBuffers
|
||||
+ 400142 ConcurrentModificationException in JDBC SessionManger
|
||||
+ 400144 When loading a session fails the JDBCSessionManger produces duplicate
|
||||
session IDs
|
||||
+ 400457 Thread context classloader hierarchy not searched when finding
|
||||
webapp's java:comp/env
|
||||
+ 400859 limit max size of writes from cached content
|
||||
+ 401211 Remove requirement for jetty-websocket.jar in WEB-INF/lib
|
||||
+ 401317 Make Safari 5.x websocket support minVersion level error more clear
|
||||
+ 401382 Prevent parseAvailable from parsing next chunk when previous has not
|
||||
been consumed. Handle no content-type in chunked request.
|
||||
+ 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
|
||||
+ 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
|
||||
<jsp-property-group> fix for multiple mappings to *.jsp
|
||||
+ 401908 Enhance DosFilter to allow dynamic configuration of attributes.
|
||||
+ 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
|
||||
server is stopped
|
||||
+ 402485 reseed secure random
|
||||
+ 402735 jetty.sh to support status which is == check
|
||||
+ 402833 Test harness for global error page and hide exception message from
|
||||
reason string
|
||||
|
||||
jetty-9.0.0.RC2 - 24 February 2013
|
||||
+ Fix etc/jetty.xml TimerScheduler typo that is preventing normal startup
|
||||
+ Fix etc/jetty-https.xml ExcludeCipherSuites typo that prevents SSL startup
|
||||
|
|
Loading…
Reference in New Issue