jetty-6.1.26/ 0000755 0001750 0001750 00000000000 11745736533 011465 5 ustar moon moon jetty-6.1.26/NOTICE.txt 0000644 0001750 0001750 00000003125 11273670756 013210 0 ustar moon moon ==============================================================
Jetty Web Container
Copyright 1995-2009 Mort Bay Consulting Pty Ltd
==============================================================
The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
unless otherwise noted. It is licensed under the apache 2.0
license.
The javax.servlet package used by Jetty is copyright
Sun Microsystems, Inc and Apache Software Foundation. It is
distributed under the Common Development and Distribution License.
You can obtain a copy of the license at
https://glassfish.dev.java.net/public/CDDLv1.0.html.
The UnixCrypt.java code ~Implements the one way cryptography used by
Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
modified April 2001 by Iris Van den Broeke, Daniel Deville.
Permission to use, copy, modify and distribute UnixCrypt
for non-commercial or commercial purposes and without fee is
granted provided that the copyright notice appears in all copies.
The default JSP implementation is provided by the Glassfish JSP engine
from project Glassfish http://glassfish.dev.java.net. Copyright 2005
Sun Microsystems, Inc. and portions Copyright Apache Software Foundation.
Some portions of the code are Copyright:
2006 Tim Vernum
1999 Jason Gilbert.
The jboss integration module contains some LGPL code.
The win32 Java Service Wrapper (v3.2.3) is Copyright (c) 1999, 2006
Tanuki Software, Inc. and 2001 Silver Egg Technology. It is
covered by an open license which is viewable at
http://svn.codehaus.org/jetty/jetty/branches/jetty-6.1/extras/win32service/LICENSE.txt
jetty-6.1.26/distribution/ 0000755 0001750 0001750 00000000000 11745736446 014207 5 ustar moon moon jetty-6.1.26/distribution/jetty-assembly/ 0000755 0001750 0001750 00000000000 11745736447 017164 5 ustar moon moon jetty-6.1.26/distribution/jetty-assembly/src/ 0000755 0001750 0001750 00000000000 11745736446 017752 5 ustar moon moon jetty-6.1.26/distribution/jetty-assembly/src/main/ 0000755 0001750 0001750 00000000000 11745736446 020676 5 ustar moon moon jetty-6.1.26/distribution/jetty-assembly/src/main/assembly/ 0000755 0001750 0001750 00000000000 11745736446 022515 5 ustar moon moon jetty-6.1.26/distribution/jetty-assembly/src/main/assembly/site-component.xml 0000644 0001750 0001750 00000000554 11173372264 026174 0 ustar moon moon
site-component
jar
../../
${artifactId}-${version}
javadoc/**
jxr/**
jetty-6.1.26/distribution/jetty-assembly/src/resources/ 0000755 0001750 0001750 00000000000 11745736447 021765 5 ustar moon moon jetty-6.1.26/distribution/jetty-assembly/src/resources/javadoc.css 0000644 0001750 0001750 00000003014 10370423705 024063 0 ustar moon moon /* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* Page background color */
body { background-color: #FFFFFF }
a:link, a:visited {
color:#4876FF;
}
a:active, a:hover, #leftcol a:active, #leftcol a:hover {
color:#ff6600;
}
a:link.selfref, a:visited.selfref {
color: #555 !important;
}
.a td {
background: #ddd;
color: #000;
}
h1 {
color:#000099;
}
h2 {
color:#000099;
}
/* Table colors */
.TableHeadingColor { background: #FFFFFF; color:#000099 }
.TableSubHeadingColor { background: #FFFFFF; color:#666699; }
.TableRowColor { background: #ffffff } /* White */
/* Font used in left-hand frame lists */
.FrameTitleFont { font-size: normal; font-family: Arial; color:#000099; }
.FrameHeadingFont { font-size: normal; font-family: Arial; color:#666699; }
.FrameItemFont { font-size: normal; font-family: Arial; color:#666699; }
/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
/* Navigation bar fonts and colors */
.NavBarCell1 { color: #FFFFFF; background-color:#4876FF;}
.NavBarCell1Rev { background-color:#000099;}
.NavBarFont1 { font-family: Helvetica, sans-serif; color:#FFFFFF;}
.NavBarFont1Rev { font-family: Helvetica, sans-serif; color:#FFFFFF;}
.NavBarCell2 { font-family: Helvetica, sans-serif; color:#666699; background-color:#FFFFFF;}
.NavBarCell3 { font-family: Helvetica, sans-serif; color:#666699; background-color:#FFFFFF;}
jetty-6.1.26/distribution/jetty-assembly/pom.xml 0000644 0001750 0001750 00000003477 11466510412 020472 0 ustar moon moon
project
org.mortbay.jetty
6.1.26
../../pom.xml
4.0.0
org.mortbay.jetty
jetty-assembly
pom
Jetty :: Jetty Assembly
org.codehaus.mojo
exec-maven-plugin
exec-site
generate-sources
exec
mvn
../..
-Dmaven.test.skip=true
-Daggregate=true
-Pgenerate-site
remote-resources:process
jxr:jxr
javadoc:javadoc
maven-assembly-plugin
src/main/assembly/site-component.xml
package
single
jetty-6.1.26/webapps/ 0000755 0001750 0001750 00000000000 11745736447 013132 5 ustar moon moon jetty-6.1.26/webapps/README.TXT 0000644 0001750 0001750 00000001271 10521215356 014447 0 ustar moon moon
This directory is scanned at startup by the WebAppDeployer
configured in the standard $JETTY_HOME/etc/jetty.xml file.
WAR files, JAR files and directories discovered are deployed
as web application instances. This directory is not rescanned
for hot deployment (see $JETTY_HOME/contexts for hot deployment).
The directory or file name is used as the basis of the
context path (eg foo.war will have a context path of /foo).
A directory called root or a webapplication called root.war
will be deployed to the / context path.
By default, the WebAppDeployer avoids duplicate context
paths, so any contexts that have been configured manually
or in $JETTY_HOME/contexts will not be deployed again.
jetty-6.1.26/VERSION.txt 0000644 0001750 0001750 00000507766 11466426733 013376 0 ustar moon moon Jetty-6.1.26 10 November 2010
+ JETTY-748 Prevent race close of socket by old acceptor threads
+ JETTY-1239 HTAccessHandler [allow from 127.0.0.1] does not work
+ JETTY-1291 Extract query parameters even if POST content consumed
+ JETTY-1293 Avoid usage of String.split
+ JETTY-1296 Always clear changes list in selectManager
Jetty-6.1.26.RC0 20 October 2010
+ JETTY-547 Improved usage of shutdownOutput before close.
+ JETTY-912 add per exchange timeout
+ JETTY-1051 offer jetty.skip flag for maven plugin
+ JETTY-1096 exclude maven and plexus classes from jetty plugin
+ JETTY-1248 Infinite loop creating temp MultiPart files
+ JETTY-1264 Idle timer deadlock
+ JETTY-1271 Handle unavailable request
+ JETTY-1278 J2se6 SPI filter handling fix
+ JETTY-1283 Allow JSONPojoConvertorFactory to set fromJSON
+ JETTY-1287 rewrite handler thread safe issue resolved
+ JETTY-1288 info when atypical classloader set to WebAppContext
+ JETTY-1289 MRU cache for filter chains
+ JETTY-1292 close input streams after keystore.load()
+ 325468 Clean work webapp dir before unpack
+ 327109 Fixed AJP handling of empty packets
+ 327562 Implement all X-Forwarded headers in ProxyServlet
Jetty-6.1.25 26 July 2010
+ Jetty-6 is now in maintenance mode.
+ JETTY-1212 Long content lengths
+ JETTY-1214 Avoid ISE when scavenging invalid session
+ JETTY-1223 DefaultServlet: NPE when setting relativeResourceBase and resourceBase is not set
+ JETTY-1226 javax.activation needs to be listed in the system classes
+ JETTY-1237 Remember local/remote details of endpoint
+ JETTY-1251 protected against closed selector
+ COMETD-112 if two threads create the same channel, then create events may occur after subscribe events
+ 320264 Removed duplicate mime.property entries
jetty-6.1.24 21 April 2010
+ JETTY-903 Stop both caches
+ JETTY-1198 reset idle timeout on request body chunks
+ JETTY-1200 SSL NIO Endpoint wraps non NIO buffers
+ JETTY-1211 SetUID loadlibrary name and debug
+ 308925 Protect the test webapp from remote access
+ COMETD-99 ClientImpl logs exceptions in listeners with "debug" level
+ COMETD-100 ClientImpl logs "null" as clientId
+ COMETD-107 Reloading the application with reload extension does not fire /meta/connect handlers until long poll timeout expires
+ Upgraded to cometd 1.1.1 client
jetty-6.1.23 2 April 2010
+ JSON parses NaN as null
+ Updated JSP to 2.1.v20091210
+ COMETD-28 Improved concurrency usage in Bayeux and channel handling
+ COMETD-46 reset ContentExchange content on resend
+ COMETD-58 Extension.rcv() return null causes NPE in AbstractBayeux.PublishHandler.publish
+ COMETD-59 AcknowledgeExtension does not handle null channel in Message
+ COMETD-62 Delay add listeners until after client construction
+ 296569 removeLifeCycleListener() has no effect
+ 292800 ContextDeployer - recursive setting is undone by FilenameFilter
+ 300178 HttpClients opens too many connections that are immediately closed
+ 304658 Inconsistent Expires date format in Set-Cookie headers with maxAge=0
+ 304698 org.eclipse.jetty.http.HttpFields$DateGenerator.formatCookieDate() uses wrong (?) date format
+ 306331 Session manager is kept after call to doScope
+ 306840 suppress content-length in requests without content
+ 307847 Fixed combining mime type parameters
+ Remove references to old content in HttpClient client tests for www.sun.com
+ JETTY-875 Allow setting of advice field in response to Handshake
+ JETTY-983 Range handling cleanup
+ JETTY-1133 Handle multiple URL ; parameters
+ JETTY-1134 BayeuxClient: Connect msg should be sent as array
+ JETTY-1149 transient should be volatile in AbstractLifeCycle
+ JETTY-1153 System property for UrlEncoded charset
+ JETTY-1155 HttpConnection.close notifies HttpExchange
+ JETTY-1156 SSL blocking close with JVM Bug busy key fix
+ JETTY-1157 Don't hold array passed in write(byte[])
+ JETTY-1158 NPE in StdErrLog when Throwable is null
+ JETTY-1161 An Extension that measures round-trip delay for cometd messages.
+ JETTY-1162 Add support for async/sync message delivery to BayeuxClient
+ JETTY-1163 AJP13 forces 8859-1 encoding
+ JETTY-1168 Don't hold sessionIdManager lock when invalidating sessions
+ JETTY-1170 NPE on client when server-side extension returns null
+ JETTY-1174 Close rather than finish Gzipstreams to avoid JVM leak
+ JETTY-1174 Memory leak in ChannelImpl/ContinuationClient
+ JETTY-1175 NPE in TimesyncExtension
+ JETTY-1176 NPE in StatisticsExtension if client is null
+ JETTY-1177 Allow error handler to set cacheControl
+ JETTY-1178 Make continuation servlet to log the incoming JSON in case of parsing errors
+ JETTY-1180 Extension methods are wrongly called
+ JETTY-1182 COMETD-76 do not lock client while sending messages.
+ JETTY-1182 Reduce synchronization in ContinuationCometdServlet
+ JETTY-1183 AcknowledgedMessagesClientExtension does not handle correctly message resend when client long polls again
+ JETTY-1186 Better document JMX setup in jetty-jmx.xml
+ JETTY-1188 Null old jobs in QueuedThreadPool
+ JETTY-1191 Limit size of ChannelId cache
+ JETTY-1192 Fixed Digested POST and HttpExchange onRetry
+ JETTY-1193 Exception details are lost in AbstractCometdServlet.getMessages
+ JETTY-1195 Coalesce buffers in ChannelEndPoint.flush()
+ JETTY-1196 Enable TCP_NODELAY by default in client connectors
+ JETTY-1197 SetUID module test fails when using Java 1.6 to build
+ JETTY-1199 FindBugs cleanups
+ JETTY-1205 Memory leak in browser-to-client mapping
+ JETTY-1207 NPE protection in FormAuthenticator
+ JETTY-1202 Use platfrom default algorithm for SecureRandom
jetty-6.1.22 16 November 2009
+ Fixed XSS issue in demo CometDump servlet
+ JETTY-937 More JVM bug work arounds. Insert pause if all else fails
+ JETTY-983 Send content-length with multipart ranges
+ JETTY-1120 Requests with no body are treated as complete even if there's a LF left to read
+ JETTY-1121 Merge Multipart query parameters
+ JETTY-1122 Handle multi-byte utf that causes buffer overflow
+ JETTY-1129 Filter control characters out of StdErrLog
+ JETTY-1135 Handle connection closed before accepted during JVM bug work around
+ JETTY-1144 Fixed multi-byte character overflow
+ JETTY-1148 Reset partially read request reader.
+ 289221 HttpExchange does not timeout when using blocking connector
+ 290761 HttpExchange.waitForDone()
+ 291340 state==HEADER (Race condition in onException() notifications)
+ 292546 Proactively enforce HttpClient idle timeout
+ CVE-2009-3555 Prevent SSL renegotiate for SSL vulnerability
jetty-6.1.21 22 September 2009
+ JETTY-719 Document state machine of jetty http client
+ JETTY-933 State == HEADER in client
+ JETTY-936 Improved servlet matching and optimized
+ JETTY-1038 ChannelId.isParentOf returns the wrong result
+ JETTY-1061 Catch exceptions from cometd listeners
+ JETTY-1072 maven plugin handles context path not as documented
+ JETTY-1080 modified previous fix for windows
+ JETTY-1084 HEAD command not setting content-type in response under certain circumstances
+ JETTY-1090 resolve inifinte loop condition for webdav listener
+ JETTY-1092 MultiPartFilter can be pushed into infinite loop
+ JETTY-1093 Request.toString throws exception when size exceeds 4k
+ JETTY-1098 Default form encoding is UTF8
+ JETTY-1099 Improve cookie handling in BayeuxClient
+ JETTY-1100 extend setuid feature to allow setting max open file descriptors
+ JETTY-1102 Wrong usage of deliver() in private chat messages
+ JETTY-1108 SSL EOF detection
+ JETTY-1109 Improper handling of cookies in Terracotta tests
+ JETTY-1112 Response fails if header exceeds buffer size
+ JETTY-1113 IllegalStateException when adding servlet filters programmatically
+ JETTY-1114 Unsynchronize webapp classloader getResource
+ 282543 HttpClient SSL buffer size fix
+ 288055 fix jetty-client for failed listener state machine
+ 288153 reset exchange when resending
+ 288182 PUT request fails during retry
+ Fix DefaultServletTest for windows
+ Update Jetty implementation of com.sun.net.httpserver.*
+ Include tmp directory sweeper in build
+ Streamline jetty-jboss build, update sar to QueuedThreadPool
jetty-6.1.20 27 August 2009
+ JETTY-838 Don't log and throw
+ JETTY-874 Better error on full header.
+ JETTY-960 Support ldaps
+ JETTY-1046 maven-jetty-jspc-plugin keepSources takes affect only in packageRoot
+ JETTY-1057 XSS error page
+ JETTY-1065 Add RedirectRegexRule to provide match/replace/group redirect support
+ JETTY-1066 Send 400 error for request URI parse exceptions
+ JETTY-1068 Avoid busy flush of async SSL
+ JETTY-1069 Adjust Bayeux Java client backoff algorithm
+ JETTY-1070 Java Bayeux Client not sending /meta/disconnect on stop
+ JETTY-1074 JMX thread manipulation
+ JETTY-1077 HashSSORealm shares Principals between UserRealms
+ JETTY-1078 Automatic JSON Pojo Conversion
+ JETTY-1079 ResourceCollection.toString() can throw IllegalStateException
+ JETTY-1080 Ignore files that would be extracted outside the destination directory when unpacking WARs
+ JETTY-1081 Handle null content type in GzipFilter
+ JETTY-1084 Disable GzipFilter for HEAD requests
+ JETTY-1085 Allow url sessionID if cookie invalid
+ JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs
+ JETTY-1087 Chunked SSL non blocking input
+ JETTY-1098 Upgrade jsp to SJSAS-9_1_1-B60F-07_Jan_2009
+ 283513 Check endp.isOpen when blocking read
+ 283818 fixed merge of forward parameters
+ 285006 Fixed NPE in AbstractConnector during shutdown
+ 286535 ContentExchange status code
+ 286911 Clean out cache when recycling HTTP fields
+ COMETD-7 max latency config for lazy messages
+ Added getSubscriptions to cometd client
+ Made unSubscribeAll public on cometd client
+ Removed clearing of queue in unSubscribeAll for cometd client
+ Update test-jndi and test-annotation examples for atomikos 3.5.5
+ Clarified cometd interval timeout and allow per client intervals
+ Update Main.main method to call setWar
+ Added DebugHandler
jetty-6.1.19 1 July 2009
+ JETTY-799 shell script for jetty on cygwin
+ JETTY-863 Non blocking stats handler
+ JETTY-937 Further Improvements for sun JVM selector bugs
+ JETTY-970 BayeuxLoadGenerator latency handling
+ JETTY-1011 Grizzly uses queued thread pool
+ JETTY-1028 jetty:run plugin should check for the web.xml from the overlays if not found in src/main/webapp/WEB-INF/
+ JETTY-1029 Handle quoted cookie paths
+ JETTY-1031 Handle large pipeline
+ JETTY-1033 jetty-plus compiled with jdk1.5
+ JETTY-1034 Cookie parsing
+ JETTY-1037 reimplemented channel doRemove
+ JETTY-1040 jetty.client.HttpConnection does not handle non IOExceptions
+ JETTY-1042 Avoid cookie reuse on shared connection
+ JETTY-1044 add commons-daemon support as contrib/start-daemon module
+ JETTY-1045 Handle the case where request.PathInfo() should be "/*"
+ JETTY-1046 maven-jetty-jspc-plugin keepSources takes affect only in packageRoot
+ JETTY-1047 Cometd client can grow cookie headers
+ JETTY-1048 Default servlet can handle partially filtered large static content
+ JETTY-1049 Improved transparent proxy usability
+ JETTY-1054 Avoid double deploys
+ JETTY-1055 Cookie quoting
+ JETTY-1057 Error page stack trace XSS
+ JETTY-1058 Handle trailing / with aliases on
+ JETTY-1062 Don't filter cometd message without data
jetty-6.1.18 16 May 2009
+ JETTY-937 Improved work around sun JVM selector bugs
+ JETTY-1004 CERT VU#402580 Canonical path handling includes ? in path segment
+ JETTY-1008 ContinuationBayeux destroy is called
+ JETTY-1013 MySql Error with JDBCUserRealm
+ JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
+ JETTY-1015 Reduce BayeuxClient and HttpClient lock contention
+ JETTY-1017 HttpDestination has too coarse locking
+ JETTY-1018 Denial of Service Filter
+ JETTY-1020 ZipException in org.mortbay.jetty.webapp.TagLibConfiguration prevents all contexts from being loaded
+ JETTY-1022 Removed several 1.5isms
Jetty-5.1.15 - 18 May 2009
+ JETTY-418 synchronized load class
+ JETTY-1004 CERT VU402580 Canonical path handling includes ? in path segment
+ Fixes for CERT438616-CERT237888-CERT21284
jetty-6.1.17 30 April 2009
+ JETTY-936 Make optional dispatching to welcome files as servlets
+ JETTY-937 Work around sun JVM selector bugs
+ JETTY-941 Linux chkconfig hint
+ JETTY-957 Reduce hardcoded versions
+ JETTY-980 Security / Directory Listing XSS present
+ JETTY-982 Make test-jaas-webapp run with jetty:run
+ JETTY-983 Default Servlet sets accept-ranges for cached/gzipped content
+ JETTY-988 X-Forwarded-Host has precedence over X-Forwarded-Server
+ JETTY-989 GzipFilter handles addHeader
+ JETTY-990 Async HttpClient connect
+ JETTY-992 URIUtil.encodePath encodes markup characters
+ JETTY-996 Make start-stop-daemon optional
+ JETTY-997 Remove jpackage-utils dependency on rpm install
+ JETTY-980 Fixed ResourceHandler ? handling, and bad URI creation in listings
+ JETTY-985 Allow listeners to implement both interfaces
+ JETTY-1000 Avoided needless 1.5 dependency
+ JETTY-1002 cometd-api to 1.0.beta8
+ JETTY-1003 java.lang.IllegalArgumentException: timeout can't be negative
+ JETTY-1004 CERT VU#402580 Canonical path handling includes ? in path segment
+ JETTY-1006 Resume meta connect on all XD messages
jetty-6.1.16 1 April 2009
+ JETTY-702 Create "jetty-tasks.xml" for the Ant plugin
+ JETTY-899 Standardize location for configuration files which go into etc
+ JETTY-936 Allow dispatch to welcome files that are servlets
+ JETTY-944 Lazy messages don't prevent long polls waiting
+ JETTY-946 Redeploys with maven jetty plugin of webapps with overlays don't work
+ JETTY-947 Exception stops terracotta session scavenger
+ JETTY-948 ConcurrentModificationException in TerracottaSessionManager scavenger
+ JETTY-949 Move cometd source to cometd.org project
+ JETTY-953 SSL keystore file input stream is not being closed directly
+ JETTY-956 SslSelectChannelConnector - password should be the default value of keyPassword if not specified
+ JETTY-959 CGI servlet doesn't kill the CGI in case the client disconnects
+ JETTY-964 Typo in Jetty 6.1.15 Manifest - Bundle-RequiredExcutionEnvironment
+ JETTY-972 Move cometd code back from cometd.org project (temporarily)
+ JETTY-973 Deliver same message to a collection of cometd Clients
jetty-6.1.15 4 March 2009
+ JETTY-931 Fix issue with jetty-rewrite.xml
+ JETTY-934 fixed stop/start of Bayeux Client
+ JETTY-938 Deadlock in the TerracottaSessionManager
+ JETTY-939 NPE in AbstractConfiguration.callPreDestroyCallbacks
+ JETTY-923 BayeuxClient uses message pools to reduce memory footprint
+ JETTY-924 Improved BayeuxClient disconnect handling
+ JETTY-925 Lazy bayeux messages
+ JETTY-926 default location for generatedClasses of jspc plugin is incorrect
jetty-6.1.15.rc5 26 February 2009
+ JETTY-811 fixed @parameter
+ JETTY-915 Incorrect/Duplicate Logger implementation printed out on initialization
+ JETTY-917 Change for JETTY-811 breaks systemProperties config parameter in maven-jetty-plugin
+ JETTY-920 JETTY-921 Fixed cometd unsubscribeAll deadlock
+ JETTY-922 Fixed NPE on getRemoteHost when socket closed
jetty-6.1.15.rc4 19 February 2009
+ JETTY-496 Support inetd/xinetd through use of System.inheritedChannel()
+ JETTY-713 Expose additional AbstractConnector methods via MBean
+ JETTY-749 Improved ack extension
+ JETTY-811 Allow configuration of system properties for the maven plugin using a file
+ JETTY-840 add default mime types to *.htc and *.pps
+ JETTY-848 Temporary folder not fully cleanup after stop (via Sweeper)
+ JETTY-872 Handshake handler calls wrong extension callback
+ JETTY-879 Support extra properties in jQuery comet implementation
+ JETTY-802 Modify the default error pages to make association with Jetty clearer
+ JETTY-869 NCSARequestLog locale config
+ JETTY-870 NullPointerException in Response when performing redirect to wrong relative URL
+ JETTY-878 Removed printStackTrace from WaitingContinuation
+ JETTY-882 ChannelBayeuxListener called too many times
+ JETTY-884 Use hashcode for threadpool ID
+ JETTY-815 Add comet support to jQuery javascript library
+ JETTY-887 Split configuration and handshaking in jquery comet
+ JETTY-888 Fix abort in case of multiple outstanding connections
+ JETTY-894 Add android .apk to mime types
+ JETTY-898 Allow jetty debs to start with custom java args provided by users
+ JETTY-909 Update useragents cache
jetty-6.1.15.rc3 28 January 2009
+ JETTY-691 System.getProperty() calls ... wrap them in doPrivileged
+ JETTY-844 Replace reflection with direct invocation in Slf4jLog
+ JETTY-861 switched buffer pools to ThreadLocal implementation
+ JETTY-866 jetty-client test case fix
jetty-6.1.15.rc2 23 January 2009
+ adjustment to jetty-client assembly packaging
+ JETTY-567 Delay in initial TLS Handshake With FireFox 3 beta5 and SslSelectChannelConnector
jetty-6.1.15.pre0 20 January 2009
+ JETTY-600 Automated tests of WADI integration + upgrade to WADI 2.0
+ JETTY-749 Reliable message delivery
+ JETTY-794 WADI integration tests fail intermittently.
+ JETTY-781 Add "mvn jetty:deploy-war" for deploying a pre-assembled war
+ JETTY-795 NullPointerException in SocketConnector.java
+ JETTY-798 Jboss session manager incompatible with LifeCycle.Listener
+ JETTY-801 Bring back 2 arg EnvEntry constructor
+ JETTY-802 Modify the default error pages to make association with Jetty very clear
+ JETTY-804 HttpClient timeout does not always work
+ JETTY-806 Timeout related Deadlocks in HTTP Client
+ JETTY-807 HttpTester to handle charsets
+ JETTY-808 cometd client demo run.sh
+ JETTY-809 Need a way to customize WEB-INF/lib file extensions that are added to the classpath
+ JETTY-814 Add org.mortbay.jetty.client.Address.toString()
+ JETTY-816 Implement reconnect on java bayeux client
+ JETTY-817 Aborted SSL connections may cause jetty to hang with full cpu
+ JETTY-819 Jetty Plus no more jre 1.4
+ JETTY-821 Allow lazy loading of persistent sessions
+ JETTY-824 Access to inbound byte statistics
+ JETTY-825 URL decoding of spaces (+) fails for encoding not utf8
+ JETTY-827 Externalize servlet api
+ JETTY-830 Add ability to reserve connections on http client
+ JETTY-831 Add ability to stop java bayeux client
+ JETTY-832 More UrlDecoded handling in relation to JETTY-825
+ JETTY-833 Update debian and rpm packages for new jsp-2.1-glassfish jars and servlet-api jar
+ JETTY-834 Configure DTD does not allow