|
Release Jetty 6.1.12 is now available via http://jetty.mortbay.org The 5 months since the last stable release has been a little longer than we had intended, but the release contains lots of improvements, many fixes and a few good optimizations. New features include: + Cometd now uses a stable release of Dojo and a mvn release of cometd API + Improved Terracotta clustering support + Integrated with Gigaspaces for grid computing. + Async HttpClient now supports proxies, SSL and authentication There are no major bug fixes, but enough important ones and optimizations to justify an upgrade as soon as convenient. Thanks for all the contributions, feedback and assistance from the Jetty community. jetty-6.1.12 4 November 2008 + JETTY-731 Completed DeliverListener for cometd + JETTY-772 Increased default threadpool size to 250 + JETTY-774 Cached text/json content type + JETTY-775 fix port of openspaces to jetty-6 jetty-6.1.12.rc5 30 October 2008 + JETTY-703 maxStopTimeMs added to QueuedThreadPool + JETTY-762 improved QueuedThreadPool idle death handling + JETTY-763 Fixed AJP13 constructor + JETTY-766 Ensure SystemProperties set early on jetty-maven-plugin + JETTY-767 Fixed SSL Client no progress handshake bug + JETTY-768 Remove EnvEntry overloaded constructors + JETTY-771 Ensure NamingEntryUtil jdk1.4 compliant jetty-6.1.12.rc4 21 October 2008 + JETTY-319 improved passing of exception when webapp unavailable + JETTY-729 Backport Terracotta integration to Jetty6.1 branch + JETTY-744 Backport of JETTY-741: HttpClient connects slowly due to reverse address lookup by InetAddress.getHostName() + JETTY-747 Handle exceptions better in HttpClient + JETTY-755 Optimized HttpParser and buffers for few busy connections + JETTY-758 Update JSP 2.1 to glassfish tag SJSAS-9_1_1-B51-18_Sept_2008 + JETTY-759 Fixed JSON small negative real numbers + JETTY-760 Handle wildcard VirtualHost and normalize hostname in ContextHandlerCollection jetty-6.1.12.rc3 10 October 2008 + JETTY-241 Support for web application overlays in rapid application development (jetty:run) + JETTY-686 LifeCycle.Listener + JETTY-715 AJP key size + JETTY-716 NPE for empty cometd message + JETTY-718 during ssl unwrap, return true if some bytes were read, even if underflow + JETTY-720 fix HttpExchange.waitForStatus + JETTY-721 Support wildcard in VirtualHosts configuration + JETTY-722 jndi related threadlocal not cleared after deploying webapp + JETTY-723 jetty.sh does not check if TMP already is set + JETTY-725 port JETTY-708 (jndi scoping) to jetty-6 + JETTY-730 set SAX parser features to defaults + JETTY-731 DeliverListener for cometd + JETTY-732 Case Sensitive Basic Authentication Response Header Implementations + JETTY-736 Client Specific cometd advice + JETTY-738 If jetty.sh finds a pid file is does not check to see if a process with that pid is still running + JETTY-739 Race in QueuedThreadPool + JETTY-742 Private messages in cometd chat demo jetty-6.1.12rc2 12 September 2008 + JETTY-282 Support manually-triggered reloading + JETTY-331 SecureRandom hangs on systems with low entropy (connectors slow to startup) + JETTY-591 No server classes for jetty-web.xml + JETTY-670 $JETTY_HOME/bin/jetty.sh not worked in Solaris, because of /usr/bin/which has no error-code + JETTY-671 Configure DTD does not allow <Property> children + JETTY-672 Utf8StringBuffer doesn't properly handle null characters (char with byte value 0) + JETTY-676 ResourceHandler doesn't support HTTP HEAD requests + JETTY-677 GWT serialization issue + JETTY-680 Can't configure the ResourceCollection with maven + JETTY-681 JETTY-692 MultiPartFilter is slow for file uploads + JETTY-682 Added listeners and queue methods to cometd + JETTY-683 ResourceCollection works for jsp files but does not work for static resources under DefaultServlet + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker + JETTY-688 Cookie causes NumberFormatException + JETTY-692 JETTY-681 MultiPartFilter is slow for file uploads + JETTY-696 ./jetty.sh restart not working + JETTY-698 org.mortbay.resource.JarResource.extract does not close JarInputStream jin + JETTY-699 Optimize cometd sending of 1 message to many many clients + JETTY-709 Jetty plugin's WebAppConfig configured properties gets overridden by AbstractJettyRunMojo even when already set + JETTY-710 Worked around poor implementation of File.toURL() + JETTY-712 HttpClient does not handle request complete after response complete jetty-6.1.12rc1 1 August 2008 + Upgrade jsp 2.1 to SJSAS-9_1_02-B04-11_Apr_2008 + JETTY-319 Get unavailable exception and added startWithUnavailable option + JETTY-381 JETTY-622 Multiple Web Application Source Directory + JETTY-442 Accessors for mimeType on ResourceHandler + JETTY-502 forward of an include should hide include attributes + JETTY-562 RewriteHandler support for virtual hosts + JETTY-563 GWT OpenRemoteServiceServlet GWT1.5M2+ + JETTY-564 Consider optionally importing org.apache.jasper.servlet + JETTY-571 SelectChannelConnector throws Exception on close on Windows + JETTY-596 Proxy authorization support in HttpClient + JETTY-599 handle buffers consistently handle invalid index for poke + JETTY-603 Handle IPv6 in HttpURI + JETTY-605 Added optional threadpool to BayeuxService + JETTY-606 better writeTo impl for BIO + JETTY-607 Add GigaSpaces session clustering + JETTY-610 jetty.class.path not being interpreted + JETTY-613 website module now generates site-component for jetty-site + JETTY-614 scanner allocated hashmap on every scan + JETTY-623 ServletContext.getServerInfo() non compliant + JETTY-626 Null protect reading the dtd resource from classloader + JETTY-628 Rewrite rule for rewriting scheme + JETTY-629 Don't hold timeout lock during expiry call. + JETTY-632 OSGi tags for Jetty client + JETTY-633 Default form encoding 8859_1 rather than utf-8 + JETTY-635 Correctly merge request parameters when doing forward + JETTY-637 empty date headers throw IllegalArgumentException + JETTY-641 JDBC Realm purge cache problem + JETTY-642 NPE in LdapLoginModule + JETTY-644 LdapLoginModule uses proper filters when searching + JETTY-646 Should set Cache-Control header when sending errors to avoid caching + JETTY-647 suspended POSTs with binary data do too many resumes + JETTY-650 Parse "*" URI for HTTP OPTIONS request + JETTY-651 Release resources during destroy + JETTY-654 Allow Cometd Bayeux object to be JMX manageable + JETTY-655 Support parsing application/x-www-form-urlencoded parameters via http PUT + JETTY-656 HttpClient defaults to async mode + JETTY-657 Backport jetty-7 sslengine + JETTY-658 backport latest HttpClient from jetty-7 to jetty-6 + JETTY-659 ContentExchange and missing headers in HttpClient + JETTY-660 Backported QoSFilter + JETTY-663 AbstractDatabaseLoginModule handle not found UserInfo and userName + JETTY-665 Support merging class directories + JETTY-666 scanTargetPatterns override the values already being set by scanTarget + JETTY-667 HttpClient handles chunked content + JETTY-669 Http methods other than GET and POST should not have error page content --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Powered by Nabble | Edit this page |
