From d3565e861069d795dc9bef5aec405504ca297403 Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Mon, 5 Nov 2012 11:55:10 -0600 Subject: [PATCH] Updating VERSION.txt top section --- VERSION.txt | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 447dfa37a0a..cb8a567293d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,48 @@ -jetty-8.1.8-SNAPSHOT +jetty-8.1.8,v20121105 - 05 November 2012 + + 371170 MongoSessionManager LastAccessTimeTest fails + + 388675 Non utf8 encoded query strings not decoded to parameter map using + queryEncoding + + 388706 Avoid unnecessary indirection through Charset.name + + 389390 AnnotationConfiguration is ignored if the metadata-complete attribute + is present in an override descriptor regardless of the value + + 389452 if web-fragment metadata-complete==true still scan its related jar if + there there is a ServletContainerInitializer, ensure webapp restarts work + + 389686 Fix reference to org.eclipse.jetty.util.log.stderr.LONG system + property in javadoc for StdErrLog + + 389956 Bad __context set in WebAppContext.start sequence with respect to ENC + setup + + 389965 OPTIONS should allow spaces in comma separated list + + 390108 Servlet 3.0 API for programmatic login doesn't appear to work + + 390161 Apply DeferredAuthentication fix to jaspi + + 390163 Implement ServletRegistration.Dynamic.setServletSecurity + + 390503 http-method-omission element not being processed + + 390560 The method AnnotationParser.getAnnotationHandlers(String) always + returns a empty collection. + + 391080 Multipart temp files can be left on disk from Request.getPart and + getParts + + 391082 No exception if multipart input stream incomplete + + 391188 Files written with Request.getPart().write(filename) should not be + auto-deleted + + 391483 fix bad javadoc example in shutdown handler + + 391622 Be lenient on RFC6265 restriction on duplicate cookie names in same + response + + 391623 Add option to --stop to wait for target jetty to stop + + 391877 org.eclipse.jetty.webapp.FragmentDescriptor incorrectly reporting + duplicate others for after ordering + + 392239 Allow no error-code or exception for error-pages + + 392525 Add option to --stop-wait to specify timeout + + 392641 JDBC Sessions not scavenged if expired during downtime + + 392812 MongoSessionIDManager never purges old sessions + + 393014 Mongodb purgevalid using query for purgeinvalid + + 393015 Mongodb purge not rescheduled + + 393075 Jetty WebSocket client cannot connect to Tomcat WebSocket Server + + 393218 add xsd=application/xml mime mapping to defaults + + 393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase calls + + 393368 min websocket version + + 393383 delay onClose call until closeOut is done + + 393494 HashSessionManager can't delete unrestorable sessions on Windows + + JETTY-1547 Jetty does not honor web.xml + web-app/jsp-config/jsp-property-group/default-content-type jetty-8.1.7.v20120910 - 10 September 2012 + 388895 Update dependencies for jetty-jndi