Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-09-16 16:11:43 +0000
committerJoakim Erdfelt2013-09-16 16:11:43 +0000
commita71dce39ca8fd184bb9de9c60af687d34a88f75d (patch)
tree11a2e090c97d7b0741cc91cde50b53c42de44477 /VERSION.txt
parentea22c2128106dd1590210ef44064a2bfa1514848 (diff)
downloadorg.eclipse.jetty.project-a71dce39ca8fd184bb9de9c60af687d34a88f75d.tar.gz
org.eclipse.jetty.project-a71dce39ca8fd184bb9de9c60af687d34a88f75d.tar.xz
org.eclipse.jetty.project-a71dce39ca8fd184bb9de9c60af687d34a88f75d.zip
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt4765
1 files changed, 1706 insertions, 3059 deletions
diff --git a/VERSION.txt b/VERSION.txt
index df9a323b12..24987024a3 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,425 +1,4 @@
-jetty-9.0.5.v20130815 - 15 August 2013
- + 414898 Only upgrade v0 to v1 cookies on dquote , ; backslash space and tab
- in the value
- + 404468 Ported jetty-http-spi to Jetty-9
- + 405424 add X-Powered-By and Server header to SPDY
- + 405535 implement Request.isUserInRole(role) check security-role-refs
- defaulting to security-role if no matching ref
- + 408235 SPDYtoHTTP proxy fix: remove hop headers from upstream server
- + 409028 Jetty HttpClient does not work with proxy CONNECT method.
- + 409282 fix intermittently failing MaxConcurrentStreamTest
- + 409845 add test that makes sure that DataFrameGenerator correctly prepends
- the header information
- + 410498 ignore type of exception in
- GoAwayTest.testDataNotProcessedAfterGoAway
- + 410668 HTTP client should support the PATCH method.
- + 410800 Make RewritePatternRule queryString aware
- + 410805 StandardSession: remove all frameBytes for a given stream from queue
- if the stream is reset
- + 411216 RequestLogHandler handles async completion
- + 411458 MultiPartFilter getParameterMap doesn't preserve multivalued
- parameters 411459 MultiPartFilter.Wrapper getParameter should use charset
- encoding of part
- + 411538 Use Replacement character for bad parameter % encodings
- + 411545 SslConnection.DecryptedEndpoint.fill() sometimes misses a few network
- bytes
- + 411755 MultiPartInputStreamParser fails on base64 encoded content
- + 411844 ArrayIndexOutOfBoundsException on wild URL.
- + 411909 GzipFilter flushbuffer() results in erroneous finish() call
- + 412234 fix bug where NetworkTrafficSelectChannelEndpoint counted bytes wrong
- on incomplete writes
- + 412318 HttpChannel fix multiple calls to _transport.completed() if handle()
- is called multiple times while the channel is COMPLETED
- + 412418 HttpTransportOverSPDY fix race condition while sending push streams
- that could cause push data not to be sent. Fixes intermittent test issues in
- ReferrerPushStrategyTest
- + 412442 Avoid connection timeout after FIN-FIN close
- + 412466 Improved search for unset JETTY_HOME
- + 412608 EOF Chunk not sent on inputstream static content
- + 412629 PropertyFileLoginModule doesn't cache user configuration file even
- for refreshInterval=0
- + 412637 ShutdownMonitorThread already started
- + 412712 HttpClient does not send the terminal chunk after partial writes.
- + 412713 add dumpOnStart configuration to jetty-maven-plugin
- + 412750 HttpClient close expired connections fix
- + 412814 HttpClient calling CompleteListener.onComplete() twice.
- + 412846 jetty Http Client Connection through Proxy is failing with Timeout.
- + 412938 Request.setCharacterEncoding now throws UnsupportedEncodingException
- instead of UnsupportedCharsetException
- + 413034 Multiple webapps redeploy returns NamingException with AppDynamics
- javaagent
- + 413066 accept lower case method: head
- + 413108 HttpClient hardcodes dispatchIO=false when using SSL.
- + 413113 Inconsistent Request.getURI() when adding parameters via
- Request.param().
- + 413154 ContextHandlerCollection defers virtual host handling to
- ContextHandler
- + 413155 HttpTransportOverSPDY remove constructor argument for version and get
- version from stream.getSession instead
- + 413371 Default JSON.Converters for List and Set.
- + 413372 JSON Enum uses name rather than toString()
- + 413393 better logging of bad URLs in Resources
- + 413486 SessionCookieConfig setters should throw IllegalStateException if
- called after context started
- + 413568 Made AJP worker name generic
- + 413684 Trailing slash shows JSP source
- + 413901 isAsyncStarted remains true while original request is dispatched
- + 414085 Add jetty-continuations to plugin dependencies
- + 414101 Do not escape special characters in cookies
- + 414235 RequestLogHandler configured on a context fails to handle forwarded
- requests
- + 414393 StringIndexOutofBoundsException with > 8k multipart content without
- CR or LF
- + 414449 Added HttpParser strict mode for case sensitivity
- + 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
- for hidden dirnames
- + 414625 final static version fields
- + 414640 HTTP header value encoding
- + 414652 WebSocket's sendMessage() may hang on congested connections.
- + 414727 Ensure asynchronously flushed resources are closed
- + 414763 Added org.eclipse.jetty.util.log.stderr.ESCAPE option
- + 414833 HttpSessionListener.destroy must be invoked in reverse order
- + 414840 Request.login() throws NPE if username is null
- + 414951 QueuedThreadPool fix constructor that missed to pass the idleTimeout
- + 414972 HttpClient may read bytes with pre-tunnelled connection.
-
-jetty-9.0.4.v20130625 - 25 June 2013
- + 396706 CGI support parameters
- + 397051 Make JDBCLoginService data members protected to facilitate
- subclassing
- + 397193 MongoSessionManager refresh updates last access time
- + 398467 Servlet 3.1 Non Blocking IO
- + 400503 WebSocket - squelch legitimate Exceptions during testing to avoid
- false positives
- + 401027 javadoc JMX annotations
- + 404508 enable overlay deployer
- + 405188 HTTP 1.0 with GET returns internal IP address.
- + 405313 Websocket client SSL hostname verification is broken, always defaults
- to raw IP as String
- + 406759 supressed stacktrace in ReferrerPushStrategyTest
- + 406923 Accept CRLF or LF but not CR as line termination
- + 407246 Test harness checked results in callbacks ignored.
- + 407325 Test Failure:
- org.eclipse.jetty.servlets.EventSourceServletTest.testEncoding
- + 407326 Test Failure:
- org.eclipse.jetty.client.HttpClientStreamTest.testInputStreamResponseListenerFailedBeforeResponse[0].
- + 407342 ReloadedSessionMissingClassTest uses class compiled with jdk7
- + 407386 Cookies not copied in ServletWebSocketRequest
- + 407469 Method parameters for @OnWebSocketError should support Throwable
- + 407470 Javadoc for @OnWebSocketFrame incorrectly references WebSocketFrame
- object
- + 407491 Better handle empty Accept-Language
- + 407614 added excludedMimeTypes to gzipFilter
- + 407812 jetty-maven-plugin can not handle whitespaces in equivalent of
- WEB-INF/classes paths
- + 407931 Add toggle for failing on servlet availability
- + 407976 JDBCSessionIdManager potentially leaves server in bad state after
- startup
- + 408077 HashSessionManager leaves file handles open after being stopped
- + 408117 isAsyncStarted is false on redispatch
- + 408118 NullPointerException when parsing request cookies
- + 408167 JDBCSessionManager don't mark session as dirty if same attribute
- value set
- + 408281 Inconsistent start/stop handling in ContainerLifeCycle
- + 408446 Multipart parsing issue with boundry and charset in ContentType
- header
- + 408529 Etags set in 304 response
- + 408600 set correct jetty.url in all pom files
- + 408642 setContentType from addHeader
- + 408662 In pax-web servlet services requests even if init() has not finished
- running
- + 408709 refactor test-webapp's chat application. Now there's only a single
- request for user login and initial chat message.
- + 408720 NPE in AsyncContext.getRequest()
- + 408723 Jetty Maven plugin reload ignores web.xml listeners
- + 408768 JSTL jars not scanned by jetty-ant
- + 408771 Problem with ShutdownMonitor for jetty-ant
- + 408782 Transparent Proxy - rewrite URL is ignoring query strings.
- + 408806 getParameter returns null on Multipart request if called before
- request.getPart()/getParts()
- + 408904 Enhance CommandlineBuilder to not escape strings inside single quotes
- + 408909 GzipFilter setting of headers when reset and/or not compressed
- + 408910 META-INF/jetty-webapp-context.xml file should be able to refer to
- bundle-relative locations
- + 408923 Need to be able to configure the ThreadPool for the default jetty
- server in osgi
- + 408945 XML Args ignored without DTD
- + 409012 added reference to example rewrite rules
- + 409133 Empty <welcome-file> causes StackOverflowError
- + 409228 Set jetty.home property so config files work even if deployed inside
- a bundle
- + 409403 fix IllegalStateException when SPDY is used and the response is
- written through BufferUtil.writeTo byte by byte
- + 409436 NPE on context restart using dynamic servlet registration
- + 409441 jetty.xml threadpool arg injection
- + 409449 Ensure servlets, filters and listeners added via dynamic
- registration, annotations or descriptors are cleaned on context restarts
- + 409545 Change HttpChannel contract
- + 409556 Resource files not closed
- + 409598 spdy: Fix NPE when a broken client tried to create duplicate stream
- IDs
- + 409684 Ids and properties not set for execution of jetty xml config files
- with mvn plugin
- + 409796 fix intermittent test issue in
- ReferrerPushStrategy.testResourceOrder. Happened when the client got closed
- before the server finished sending all data frames. Client waits now until
- all data is received.
- + 409801 Jetty should allow webdefault to be specified using a relative
- location when running in OSGi
- + 409842 Suspended request completed by a request thread does not set read
- interest.
- + 409953 return buffer.slice() instead of buffer.asReadOnlyBuffer() in
- ResourceCache to avoid using inefficent path in BufferUtil.writeTo
- + 409978 Websocket shouldn't create HttpSession if not present
- + 410083 Jetty clients submits incomplete URL to proxy.
- + 410098 inject accept-encoding header for all http requests through SPDY as
- SPDY clients MUST support spdy. Also remove two new tests that have been to
- implementation agnostic and not needed anymore due to recent code changes
- + 410175 WebSocketSession#isSecure() doesn't return true for SSL session on
- the server side
- + 410246 HttpClient with proxy does not tunnel HTTPS requests.
- + 410337 throw EofException instead of EOFException in HttpOutput.write() if
- HttpOutpyt is closed
- + 410341 suppress stacktraces that happen during test setup shutdown after
- successful test run
- + 410370 WebSocketCreator.createWebSocket() should use servlet specific
- parameters
- + 410372 Make SSL client certificate information available to server
- websockets
- + 410386 WebSocket Session.getUpgradeRequest().getRequestURI() returns bad URI
- on server side
- + 410405 Avoid NPE for requestDispatcher(../)
- + 410469 UpgradeRequest is sent twice when using SSL, one fails warning about
- WritePendingException
- + 410522 jetty start broken for command line options
- + 410537 Exceptions during @OnWebSocketConnect not reported to
- @OnWebSocketError
- + 410559 Removed FillInterest race
- + 410630 MongoSessionManager conflicting session update op
- + 410693 ServletContextHandler.setHandler does not relink handlers - check for
- null
- + 410750 NoSQLSessions: implement session context data persistence across
- server restarts
- + 410799 errors while creating push streams in HttpTransportOverSPDY are now
- logged to debug instead of warn
- + 410893 async support defaults to false for spec created servlets and filters
- + 410911 Continuation isExpired handling.
- + 410995 Avoid reverse DNS lookups when creating SSLEngines.
- + 411061 fix cookie handling in spdy. If two different HTTP headers with the
- same name are set, they should be translated to a single multiheader value
- according to:
- http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3#TOC-2.6.10-Name-Value-Header-Block.
- That applies for Set-Cookie headers for example. Before this changed
- duplicate header names have overwritten the previous one
- + 411135 HttpClient may send proxied https requests to the proxy instead of
- the target server.
- + 411340 add comment why executeOnFillable defaults to true
- + 411545 SslConnection.DecryptedEndpoint.fill() sometimes misses a few network
- bytes
-
-jetty-9.0.3.v20130506 - 06 May 2013
- + 404010 fix cast exception in mongodb session manager
- + 404911 WebSocketCloseTest fails spuriously
- + 405281 allow filemappedbuffers to not be used
- + 405327 Modular Start.ini
- + 405530 Wrap AsyncContext to throw ISE after complete
- + 405537 NPE in rendering JSP using SPDY and wrapped ServletRequest
- + 405570 spdy push: resource ordering and sequential push.
- + 405631 Plugin gives error when its started twice
- + 405925 Redeploy with jetty-maven-plugin fails
- + 406015 Query parameters and POST queries. Fixed proxy case where the path is
- rewritten to be absolute.
- + 406202 re-enabled connector statistics
- + 406214 fix constructor for PushSynInfo ignores timeout, remove timeout for
- creating push streams in HttpTransportOverSPDY
- + 406272 Security constraints with multiple http-method-omissions can be
- incorrectly applied
- + 406390 406617 removed tiny race from handling of suspend and complete
- + 406437 Digest Auth supports out of order nc
- + 406449 Session's disconnect not detected
- + 406617 Spin in Request.recycle
- + 406618 Jetty startup in OSGi Equinox fails when using option
- jetty.home.bundle=org.eclipse.jetty.osgi.boot
- + 406753 jetty-runner contains invalid signature files
- + 406768 Improved handling of static content resources
- + 406861 IPv6 redirects fail.
- + 406923 Accept CRLF or LF but not CR as line termination
- + 406962 Improve attribute names in Request
- + 407075 Do not dispatch from complete
- + 407135 Unauthorized response causes retry loop.
- + 407136 @PreDestroy called after Servlet.destroy()
- + 407173 java.lang.IllegalStateException: null when using JDBCSessionManager
- + 407214 Reduce build logging of OSGi modules
-
-jetty-9.0.2.v20130417 - 17 April 2013
- + 364921 FIN WAIT sockets
- + 402885 reuse Deflaters in GzipFilter
- + 403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector
- and async request log
- + 404511 fixed poor methods in ArrayTernaryTrie
- + 405119 Tidy up comments and code formatting for osgi
- + 405352 Servlet init-param always overridden by WebServlet annotation
- + 405364 spdy imeplement MAX_CONCURRENT_STREAMS
- + 405449 spdy improve handling of duplicate stream Ids
- + 405540 ServletContextListeners call in reverse in doStop
- + 405551 InputStreamResponseListener.await returns null when request fails.
- + 405679 example other server for documentation
-
-jetty-9.0.1.v20130408 - 08 April 2013
- + 384552 add comment to jetty-https.xml describing keymanager password
- + 385488 non existing resources in collection are just warnings
- + 392129 fixed merged of handling of timeouts after startAsync
- + 393971 Improve setParentLoaderPriorty javadoc
- + 393972 Improve WebAppContext classloading javadoc
- + 395620 do not managed inherited life cycle listeners
- + 396562 Add an implementation of RequestLog that supports Slf4j
- + 399967 Destroyables destroyed on undeploy and shutdown hook
- + 400142 ConcurrentModificationException in JDBC SessionManger
- + 400144 When loading a session fails the JDBCSessionManger produces duplicate
- session IDs
- + 400689 Add support for Proxy authentication.
- + 401150 close input stream used from cached resource
- + 401806 spdy push properly pass through request and response headers for
- pushed resources
- + 402397 InputStreamResponseListener early close inputStream cause hold lock.
- + 402485 reseed secure random
- + 402626 Do not required endpoint host checking by default in server and
- configure in client
- + 402666 Improve handling of TLS exceptions due to raw socket close.
- + 402694 setuid as LifeCycle listener
- + 402706 HttpSession.setMaxInactiveInterval(int) does not change JDBCSession
- expiry
- + 402726 WebAppContext references old WebSocket packages in system and server
- classes
- + 402735 jetty.sh to support status which is == check
- + 402757 WebSocket client module can't be used with WebSocket server module in
- the same WAR.
- + 402833 Test harness for global error page and hide exception message from
- reason string
- + 402844 STOP.PORT & STOP.KEY behaviour has changed
- + 402982 Premature initialization of Servlets
- + 402984 WebSocket Upgrade must honor case insensitive header fields in
- upgrade request
- + 403122 Session replication fails with ClassNotFoundException when session
- attribute is Java dynamic proxy
- + 403280 Update to javax.el 2.2.4
- + 403281 jetty.sh waits for started or failure before returning
- + 403360 Named connectors
- + 403370 move frameBytes.fail() call in StandardSession.flush() outside the
- synchronized block to avoid deadlock
- + 403373 WebSocket change timeout log level from warn -> info
- + 403380 Introduce WebSocketTimeoutException to differentiate between EOF on
- write and Timeout
- + 403451 Review synchronization in SslConnection.
- + 403510 HttpSession maxInactiveInterval is not serialized in HashSession
- + 403513 jetty:run goal cannot be executed twice during the maven build
- + 403570 Asynchronous Request Logging
- + 403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector
- and async request log
- + 403817 Use of WebSocket Session.close() results in invalid status code
- + 404029 port jetty-monitor to jetty-9 and activate it
- + 404036 JDBCSessionIdManager.doStart() method should not call
- cleanExpiredSessions() because Listeners can't be notified
- + 404067 If cannot connect to db fail startup of JDBCSessionIdManager
- + 404128 Add Vary headers rather than set them
- + 404176 Jetty's AnnotationConfiguration class does not scan non-jar resources
- on the container classpath
- + 404204 Exception from inputstream cause hang or timeout.
- + 404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE if
- listFiles() returns null
- + 404323 Improved parameterization of https and SPDY
- + 404325 data constraint redirection does send default port
- + 404326 set status when Request.setHandled(true) is called
- + 404511 Replaced all StringMap usage with Tries
- + 404517 Close connection if request received after half close
- + 404610 Reintroduce ability to disallow TLS renegotiation.
- + 404757 SPDY can only be built with the latest JDK version.
- + 404789 Support IPv6 addresses in DoSFilter white list.
- + 404881 Allow regexs for SslContextFactory.setIncludeCipherSuites() and
- .setExcludeCipherSuites()
- + 404889 SelectorManager accepts attachments with sockets
- + 404906 servlets with load-on-startup = 0 are not fired up on jetty 9 startup
- + 404958 Fixed Resource.newSystemResource striped / handling
- + 405044 Query parameters lost for non GET or POST.
-
-jetty-9.0.0.v20130308 - 08 March 2013
- + 399070 add updated version of npn-boot jar to start.ini
- + 399799 do not hold lock while calling invalidation listeners
- + 399967 Destroyables destroyed on undeploy and shutdown hook
- + 400312 ServletContextListener.contextInitialized() is not called when added
- in ServletContainerInitializer.onStartup
- + 401495 removed unused getOutputStream
- + 401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of
- <jsp-property-group> fix for multiple mappings to *.jsp
- + 401641 Fixed MBean setter for String[]
- + 401642 Less verbose INFOs
- + 401643 Improved Authentication exception messages and provided quiet servlet
- exception
- + 401644 Dump does not login user already logged in
- + 401651 Abort request if maxRequestsQueuedPerDestination is reached.
- + 401777 InputStreamResponseListener CJK byte (>=128) cause EOF.
- + 401904 fixed getRemoteAddr to return IP instead of hostname
- + 401908 Enhance DosFilter to allow dynamic configuration of attributes.
- + 401966 Ensure OSGI WebApp as Service (WebAppContext) can be deployed only
- through ServiceWebAppProvider
- + 402008 Websocket blocking write hangs when remote client dies (or is killed)
- without going thru Close handshake
- + 402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty
- server is stopped
- + 402075 Massive old gen growth when hit by lots of non persistent
- connections.
- + 402090 httpsender PendingState cause uncertain data send to server.
- + 402106 fixed URI resize in HttpParser
- + 402148 Update Javadoc for WebSocketServlet for new API
- + 402154 WebSocket / Session.setIdleTimeout(ms) should support in-place idle
- timeout changes
- + 402185 updated javascript mime-type
- + 402277 spdy proxy: fix race condition in nested push streams initiated by
- upstream server. Fix several other small proxy issues
- + 402316 HttpReceiver and null pointer exception.
- + 402341 Host with default port causes redirects loop.
- + 402726 WebAppContext references old WebSocket packages in system and server
- classes
- + 402757 WebSocket client module can't be used with WebSocket server module in
- the same WAR
-
-jetty-8.1.12.v20130726 - 26 July 2013
- + 396706 CGI support parameters
- + 397193 MongoSessionManager refresh updates last access time
- + 407342 ReloadedSessionMissingClassTest uses class compiled with jdk7
- + 408529 Etags set in 304 response
- + 408600 set correct jetty.url in all pom files
- + 408642 setContentType from addHeader
- + 408662 In pax-web servlet services requests even if init() has not finished
- running
- + 408806 getParameter returns null on Multipart request if called before
- request.getPart()/getParts()
- + 408909 GzipFilter setting of headers when reset and/or not compressed
- + 409028 Jetty HttpClient does not work with proxy CONNECT method.
- + 409133 Empty <welcome-file> causes StackOverflowError
- + 409436 NPE on context restart using dynamic servlet registration
- + 409449 Ensure servlets, filters and listeners added via dynamic
- registration, annotations or descriptors are cleaned on context restarts
- + 409556 FileInputStream not closed in DirectNIOBuffer
- + 410405 Avoid NPE for requestDispatcher(../)
- + 410630 MongoSessionManager conflicting session update op
- + 410750 NoSQLSessions: implement session context data persistence across
- server restarts
- + 410893 async support defaults to false for spec created servlets and filters
- + 411135 HttpClient may send proxied https requests to the proxy instead of
- the target server.
- + 411216 RequestLogHandler handles async completion
- + 411458 MultiPartFilter getParameterMap doesn't preserve multivalued
- parameters 411459 MultiPartFilter.Wrapper getParameter should use charset
- encoding of part
- + 411755 MultiPartInputStreamParser fails on base64 encoded content
- + 411909 GzipFilter flushbuffer() results in erroneous finish() call
- + 412712 HttpClient does not send the terminal chunk after partial writes.
- + 412750 HttpClient close expired connections fix
- + 413371 Default JSON.Converters for List and Set.
- + 413372 JSON Enum uses name rather than toString()
- + 413684 Trailing slash shows JSP source
- + 413812 Make RateTracker serializable
+jetty-7.6.13-SNAPSHOT
jetty-7.6.12.v20130726 - 26 July 2013
+ 396706 CGI support parameters
@@ -452,70 +31,6 @@ jetty-7.6.12.v20130726 - 26 July 2013
+ 413684 Trailing slash shows JSP source
+ 413812 Make RateTracker serializable
-jetty-8.1.11.v20130520 - 20 May 2013
- + 402844 STOP.PORT & STOP.KEY behaviour has changed
- + 403281 jetty.sh waits for started or failure before returning
- + 403513 jetty:run goal cannot be executed twice during the maven build
- + 403570 Asynchronous Request Logging
- + 404010 fix cast exception in mongodb session manager
- + 404128 Add Vary headers rather than set them
- + 404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE if
- listFiles() returns null
- + 404325 data constraint redirection does send default port
- + 404517 Close connection if request received after half close
- + 404789 Support IPv6 addresses in DoSFilter white list.
- + 404958 Fixed Resource.newSystemResource striped / handling
- + 405281 allow filemappedbuffers to not be used
- + 405537 NPE in rendering JSP using SPDY and wrapped ServletRequest
- + 406437 Digest Auth supports out of order nc
- + 406618 Jetty startup in OSGi Equinox fails when using option
- jetty.home.bundle=org.eclipse.jetty.osgi.boot
- + 406923 CR line termination
- + 407136 @PreDestroy called after Servlet.destroy()
- + 407173 java.lang.IllegalStateException: null when using JDBCSessionManager
- + 407931 Add toggle for failing on servlet availability
- + 407976 JDBCSessionIdManager potentially leaves server in bad state after
- startup
- + 408077 HashSessionManager leaves file handles open after being stopped
- + 408446 Multipart parsing issue with boundry and charset in ContentType
- header
-
-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.11.v20130520 - 20 May 2013
+ 402844 STOP.PORT & STOP.KEY behaviour has changed
+ 403281 jetty.sh waits for started or failure before returning
@@ -573,255 +88,6 @@ jetty-7.6.10.v20130312 - 12 March 2013
+ 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
- + Fix websocket memory use
-
-jetty-9.0.0.RC1 - 22 February 2013
- + 227244 Remove import of backport-util-concurrent Arrays class
- + 362854 Continuation implementations may deadlock.
- + 376273 Early EOF because of SSL Protocol Error on
- https://api-3t.paypal.com/nvp.
- + 381521 allow compress methods to be configured
- + 388103 Add API for tracking down upload progress.
- + 394064 ensure that JarFile instances are closed on JarFileResource.release()
- + 398649 ServletContextListener.contextDestroyed() is not called on
- ContextHandler unregistration
- + 399463 add start.ini documentation for OPTIONS. Remove reference to
- start_config
- + 399520 Websocket Server Connection needs session idle timeouts
- + 399535 Websocket-client connect should have configurable connect timeout
- + 400014 Http async client DNS performance.
- + 400040 NullPointerException in HttpGenerator.prepareBuffers
- + 400184 SslContextFactory change. Disable hostname verification if trustAll
- is set
- + 400255 Using WebSocket.maxMessageSize results in IllegalArgumentException
- + 400434 Add support for an OutputStream ContentProvider.
- + 400457 Thread context classloader hierarchy not searched when finding
- webapp's java:comp/env
- + 400512 ClientUpgradeRequet.addExtension() should fail if extension is not
- installed
- + 400555 HttpProxyEngine: Add http version header in response
- + 400631 Calling flush() on HttpServletResponse.getOutputStream() after last
- byte of body causes EofException.
- + 400734 NPE for redirects with relative location.
- + 400738 ResourceHandler doesn't support range requests
- + 400848 Redirect fails with non-encoded location URIs.
- + 400849 Conversation hangs if non-first request fails when queued.
- + 400859 limit max size of writes from cached content
- + 400864 Added LowResourcesMonitor
- + 401177 Make org.eclipse.jetty.websocket.api.WebSocketAdapter threadsafe
- + 401183 Handle push streams in new method StreamFrameListener.onPush()
- instead of SessionFrameListener.syn()
- + 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.
- + 401414 Hostname verification fails.
- + 401427 WebSocket messages sent from onConnect fail to be read by jetty
- websocket-client
- + 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
- + 401485 zip file closed exception
-
-jetty-9.0.0.RC0 - 01 February 2013
- + 362226 HttpConnection "wait" call causes thread resource exhaustion
- + 370384 jetty-aggregate not used in jetty-distribution
- + 381351 defaults for keymanager and trustmanager come from their factories
- and not hardcoded
- + 381521 Only set Vary header when content could be compressed
- + 381689 Allow jetty-runner to specify listen host along with listen port
- + 382237 support non java JSON classes
- + 385306 added getURI method
- + 391248 fixing localhost checking in statistics servlet
- + 391249 fix for invalid XML node dispatchedTimeMean in statistics servlet
- + 391345 fix missing br tag in statistics servlet
- + 393933 remove deprecated classes/methods and consolidate some static methods
- to SslContextFactory
- + 393968 fix typo in javadoc
- + 394541 remove continuation jar from distro, add as dep to test-jetty-webapp
- + 395232 UpgradeRequest object passed to createWebSocket() has null Session
- + 395444 Disabling Websocket Compress Extensions (not working with Chrome /
- deflate problem)
- + 396428 Test for WebSocket masking on client fragments per RFC 6455 Sec 5.1
- + 396574 add JETTY_HOME as a location for pid to be found
- + 396606 make spdy proxy capable of receiving SPDY and talk HTTP to the
- upstream server
- + 397168 backed of test timing
- + 397769 TimerScheduler does not relinquish cancelled tasks.
- + 398872 SslConnection should not be notified of idle timeouts. First
- solution. Merge branch 'ssl_idle_timeout_ignored'.
- + 399132 check parent dir of session store against file to be removed
- + 399173 UpgradeRequest.getParameterMap() should never return null
- + 399242 Reduce/eliminate false sharing in BlockingArrayQueue.
- + 399319 Request.getURI() may return negative ports.
- + 399324 HttpClient does not handle correctly UnresolvedAddressException.
- + 399343 OnWebSocketConnect should use api.Session parameter instead.
- + 399344 Add missing @OnWebSocketError annotation
- + 399397 websocket-client needs better upgrade failure checks
- + 399421 Add websocket.api.Session.disconnect() for harsh low level connection
- disconnect
- + 399515 Websocket-client connect issues should report to websocket onError
- handlers
- + 399516 Websocket UpgradeException should contain HTTP Request/Response
- information
- + 399566 Running org.eclipse.jetty.server.session.MaxInactiveMigrationTest
- produces stack trace
- + 399568 OSGi tests can't find websocket classes
- + 399576 Server dumpStdErr throws exception if server is stopping
- + 399669 Remove WebSocketConnection in favor of websocket.api.Session
- + 399689 Websocket RFC6455 extension handshake fails if server doesn't have
- extension
- + 399703 made encoding error handling consistent
- + 399721 Change <Ref id= ...> to <Ref refid= ...>
-
-jetty-9.0.0.M5 - 19 January 2013
- + 367638 throw exception for excess form keys
- + 381521 Only set Vary header when content could be compressed
- + 391623 Making --stop with STOP.WAIT perform graceful shutdown
- + 393158 java.lang.IllegalStateException when sending an empty InputStream
- + 393220 remove dead code from ServletHandler and log ServletExceptions in
- warn instead of debug
- + 393733 WebSocketClient interface should support multiple connections
- + 395885 ResourceCache should honor useFileMappedBuffer if set
- + 396253 FilterRegistration wrong order
- + 396459 Log specific message for empty request body for multipart mime
- requests
- + 396500 HttpClient Exchange takes forever to complete when less content sent
- than Content-Length
- + 396886 MultiPartFilter strips bad escaping on filename="..."
- + 397110 Accept %uXXXX encodings in URIs
- + 397111 Tolerate empty or excessive whitespace preceeding MultiParts
- + 397112 Requests with byte-range throws NPE if requested file has no mimetype
- (eg no file extension)
- + 397114 run-forked with waitForChild=false can lock up
- + 397130 maxFormContentSize set in jetty.xml is ignored
- + 397190 improve ValidUrlRule to iterate on codepoints
- + 397321 Wrong condition in default start.config for annotations
- + 397535 Support pluggable alias checking to support symbolic links
- + 397769 TimerScheduler does not relinquish cancelled tasks.
- + 398105 Clean up WebSocketPolicy
- + 398285 ProxyServlet mixes cookies from different clients.
- + 398337 UTF-16 percent encoding in UTF-16 form content
- + 398582 Move lib/jta jar into lib/jndi
- + JETTY-1533 handle URL with no path
-
-jetty-9.0.0.M4 - 21 December 2012
- + 392417 Prevent Cookie parsing interpreting unicode chars
- + 393220 remove dead code from ServletHandler and log ServletExceptions in
- warn instead of debug
- + 393770 Error in ContextHandler.setEventListeners(EventListener[])
- + 394210 spdy api rename stream.syn() to stream.push()
- + 394211 spdy: Expose RemoteServerAddress and LocalServerAddress in
- StandardSession
- + 394294 Start web-bundles started before jetty
- + 394370 Add integration test for client resetting SPDY push SYN's
- + 394514 Preserve URI parameters in sendRedirect
- + 394552 HEAD requests don't work for jetty-client.
- + 394719 remove regex from classpath matching
- + 394829 Session can not be restored after SessionManager.setIdleSavePeriod
- has saved the session
- + 394839 Allow multipart mime with no boundary
- + 394854 optimised promise implementation
- + 394870 Make enablement of remote access to test webapp configurable in
- override-web.xml
- + 395168 fix unavailable attributes when return type has annotation on super
- class
- + 395215 Multipart mime with just LF and no CRLF: add test for legacy filter
- + 395220 New InputStream extension to allow a mix of EOL styles between
- headers and content
- + 395312 log.warn if a SPDY stream gets committed twice
- + 395313 HttpTransportOverSPDY.send() does not rethrow exceptions, but call
- Callback.failed() only
- + 395314 Add missing flush() call after StandardSession.complete() has been
- called. Some test cleanup.
- + 395344 Move JSR-356 (Java WebSocket API) work off to Jetty 9.1.x
- + 395380 add ValidUrlRule to jetty-rewrite
- + 395394 allow logging from boot classloader
- + 395574 port jetty-runner and StatisticsServlet to jetty-9
- + 395605 class cast exception in XMLConfiguration fixed
- + 395649 add jetty-setuid back into jetty 9 and distribution
- + 395794 slightly modified fix for empty file extenstion to mime type mapping.
- Added a default, so it will also work with unknown file extensions
- + 396036 SPDY send controlFrames even if Stream is reset to avoid breaking the
- compression context
- + 396193 spdy remove timeout parameters from api and move them to the Info*
- classes
- + 396459 Log specific message for empty request body for multipart mime
- requests
- + 396460 Make ServerConnector configurable with jetty-maven-plugin
- + 396472 org.eclipse.jetty.websocket needs to be removed from serverclasses as
- it should only be a systemclass
- + 396473 JettyWebXMlConfiguration does not reset serverclasses
- + 396474 add websocket server classes to jetty-maven-plugin classpath
- + 396475 Remove unneeded websocket-server dependency from test-jetty-webapp
- + 396518 Websocket AB Tests should test for which side disconnected and
- closed.wasClean
- + 396687 missing jetty-io dependency in jetty-servlets
- + JETTY-796 jetty ant plugin improvements
-
-jetty-9.0.0.M3 - 20 November 2012
- + 391623 Add option to --stop to wait for target jetty to stop
- + 392237 Port test-integration to jetty-9
- + 392492 expect headers only examined for requests>=HTTP/1.1
- + 392850 ContextLoaderListener not called in 9.0.0.M1 and M2
- + 393075 1xx, 204, 304 responses ignore headers that suggest content
- + 393832 start connectors last
- + 393947 additional tests
- + 394143 add jetty-all aggregate via release profile
- + 394144 add jetty-jaspi
-
-jetty-8.1.9.v20130131 - 31 January 2013
- + 362226 HttpConnection "wait" call causes thread resource exhaustion
- + 367638 throw exception for excess form keys
- + 381521 Only set Vary header when content could be compressed
- + 382237 support non java JSON classes
- + 391248 fixing localhost checking in statistics servlet
- + 391249 fix for invalid XML node dispatchedTimeMean in statistics servlet
- + 391345 fix missing br tag in statistics servlet
- + 391623 Add option to --stop to wait for target jetty to stop
- + 392417 Prevent Cookie parsing interpreting unicode chars
- + 392492 expect headers only examined for requests>=HTTP/1.1
- + 393075 1xx 204 and 304 ignore all headers suggesting content
- + 393158 java.lang.IllegalStateException when sending an empty InputStream
- + 393220 remove dead code from ServletHandler and log ServletExceptions in
- warn instead of debug
- + 393947 additional tests
- + 393968 fix typo in javadoc
- + 394294 A web-bundle started before jetty-osgi should be deployed as a webapp
- when jetty-osgi starts
- + 394514 Preserve URI parameters in sendRedirect
- + 394541 remove continuation jar from distro, add as dep to test-jetty-webapp
- + 394719 remove regex from classpath matching
- + 394811 Make JAASLoginService log login failures to DEBUG instead of WARN.
- Same for some other exceptions.
- + 394829 Session can not be restored after SessionManager.setIdleSavePeriod
- has saved the session
- + 394839 Allow multipart mime with no boundary
- + 394870 Make enablement of remote access to test webapp configurable in
- override-web.xml
- + 395215 Multipart mime with just LF and no CRLF
- + 395380 add ValidUrlRule to jetty-rewrite
- + 395394 allow logging from boot classloader
- + 396253 FilterRegistration wrong order
- + 396459 Log specific message for empty request body for multipart mime
- requests
- + 396500 HttpClient Exchange takes forever to complete when less content sent
- than Content-Length
- + 396574 add JETTY_HOME as a location for pid to be found
- + 396886 MultiPartFilter strips bad escaping on filename="..."
- + 397110 Accept %uXXXX encodings in URIs
- + 397111 Tolerate empty or excessive whitespace preceeding MultiParts
- + 397112 Requests with byte-range throws NPE if requested file has no mimetype
- (eg no file extension)
- + 397130 maxFormContentSize set in jetty.xml is ignored
- + 397190 improve ValidUrlRule to iterate on codepoints
- + 397321 Wrong condition in default start.config for annotations
- + 397535 Support pluggable alias checking to support symbolic links
- + 398337 UTF-16 percent encoding in UTF-16 form content
- + 399132 check parent dir of session store against file to be removed
- + JETTY-1533 handle URL with no path
-
jetty-7.6.9.v20130131 - 31 January 2013
+ 362226 HttpConnection "wait" call causes thread resource exhaustion
+ 367638 throw exception for excess form keys
@@ -866,90 +132,6 @@ jetty-7.6.9.v20130131 - 31 January 2013
+ 398337 UTF-16 percent encoding in UTF-16 form content
+ 399132 check parent dir of session store against file to be removed
+ JETTY-1533 handle URL with no path
- + 394215 Scheduled tasks throwing exceptions kill java.util.Timer thread.
- + 394232 add jetty-ant into jetty9
- + 394357 Make JarResource constructors protected
- + 394370 Add unit tests for HttpTransportOverSPDY.send()
- + 394383 add logging of the SSLEngine
- + 394545 Add jetty-jaas dependency to jetty-maven-plugin
- + 394671 Fix setting loglevel on commandline, organize import, fix javadoc
- + JETTY-846 Support maven-war-plugin configuration for jetty-maven-plugin; fix
- NPE
-
-jetty-9.0.0.M2 - 06 November 2012
- + 371170 MongoSessionManager LastAccessTimeTest fails
- + 391877 org.eclipse.jetty.webapp.FragmentDescriptor incorrectly reporting
- duplicate others for after ordering
- + 392237 Split jaas from jetty-plus into jetty-jaas and port the
- test-jaas-webapp from codehaus
- + 392239 Allow no error-code or exception for error-pages
- + 392304 fixed intermittent client SSL failure. Correctly compact in flip2fill
- + 392525 Add option to --stop-wait to specify timeout
- + 392641 JDBC Sessions not scavenged if expired during downtime
- + 392812 MongoSessionIDManager never purges old sessions
- + 392959 Review HttpClient.getConversation(long).
- + 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
- + 393291 Confusing log entry about (non) existing webAppSourceDirectory
- + 393303 use jetty-web.xml to explicitly add the jetty packages that need
- visability. This commit also sucked in some changes made to help with the
- documentation process (improving deployer configuration management
- + 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-1549 jetty-maven-plugin fails to reload the LoginService properly
- + JETTY-1550 virtual WEB-INF not created if project has overlays
-
-jetty-8.1.8.v20121106 - 06 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-7.6.8.v20121106 - 06 November 2012
+ 371170 MongoSessionManager LastAccessTimeTest fails
@@ -980,111 +162,10 @@ jetty-7.6.8.v20121106 - 06 November 2012
+ 393383 delay onClose call until closeOut is done
+ 393494 HashSessionManager can't delete unrestorable sessions on Windows
-jetty-9.0.0.M1 - 15 October 2012
- + 369349 directory with spaces --dry-run fix
- + 385049 fix issue with pipelined connections when switching protocols
- + 387896 populate session in SessionAuthentication as a valueBound in addition
- to activation so it is populate when needed
- + 387919 throw EOFException on early eof from client on http requests
- + 387943 Catch CNFE when no jstl jars are installed
- + 387953 jstl does not work with jetty-7 in osgi
- + 388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0
- + 388073 null session id from cookie causes NPE fixed
- + 388079 AbstractHttpConnection. Flush the buffer before shutting output down
- on error condition
- + 388102 Jetty HttpClient memory leaks when sending larger files
- + 388393 WebAppProvider doesn't work alongside OSGi deployer
- + 388502 handle earlyEOF with 500
- + 388652 Do not flush on handle return if request is suspended
- + 388675 Non utf8 encoded query strings not decoded to parameter map using
- queryEncoding
- + 388706 Avoid unnecessary indirection through Charset.name
- + 388895 Update dependencies for jetty-jndi
- + 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
- + 390256 Remove Jetty6 Support
- + 390263 Sec-WebSocket-Extensions from Chrome and Safari badly handled
- + 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
- + 391140 Implement x-webkit-deflate-frame extension as-used by Chrome/Safari
- + 391188 Files written with Request.getPart().write(filename) should not be
- auto-deleted
- + 391483 fix bad javadoc example in shutdown handler
- + 391588 WebSocket Client does not set masking on close frames
- + 391590 WebSocket client needs ability to set requested extensions
- + 391591 WebSocket client should support x-webkit-deflate-frame
- + 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
- + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
- + JETTY-1532 HTTP headers decoded with platform's default encoding
- + JETTY-1541 fixed different behaviour for single byte writes
- + JETTY-1547 Jetty does not honor web.xml
- web-app/jsp-config/jsp-property-group/default-content-type
-
-jetty-9.0.0.M0 - 21 September 2012
- + 380924 xmlconfiguration <Configure and <New supports named constructors,
- including dynamic ordering of parameters
- + 380928 Implement new websocket close code
- + 385448 migrate jetty jmx usage to be annotation based
- + 387928 retire jetty-ajp
- + 389639 set plugin version for jetty-jspc-maven-plugin
-
-jetty-8.1.7.v20120910 - 10 September 2012
- + 388895 Update dependencies for jetty-jndi
- + fix busy logging statement re: sessions
-
jetty-7.6.7.v20120910 - 10 September 2012
+ 388895 Update dependencies for jetty-jndi
+ fix busy logging statement re: sessions
-jetty-8.1.6.v20120903 - 03 September 2012
- + 347130 Empty getResourcePaths due to ZipFileClosedException
- + 367591 Support Env variables in XmlConfiguration.
- + 377055 Prevent webapp classloader leaks
- + 379207 backported fixes from jetty-9 to make hierarchy work
- + 379423 Jetty URL Decoding fails for certain international characters
- + 383304 Reset PrintWriter on response recycle
- + 384847 better name
- + 385049 fix issue with pipelined connections when switching protocols
- + 385651 Message 'Address already in use' not specific enough
- + 385925 make SslContextFactory.setProtocols and
- SslContextFactory.setCipherSuites preserve the order of the given parameters
- + 386010 JspRuntimeContext rewraps System.err
- + 386591 add UnixCrypt note to about.html
- + 386714 used deferred auth for form login and error pages
- + 387896 populate session in SessionAuthentication as a valueBound in addition
- to activation so it is populate when needed
- + 387943 Catch CNFE when no jstl jars are installed
- + 387953 jstl does not work with jetty-7 in osgi
- + 388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0
- + 388073 null session id from cookie causes NPE fixed
- + 388102 Jetty HttpClient memory leaks when sending larger files
- + 388393 WebAppProvider doesn't work alongside OSGi deployer
- + 388502 handle earlyEOF with 500
- + 388652 Do not flush on handle return if request is suspended
- + JETTY-1501 Setting custom error response message changes page title
- + JETTY-1515 Include cookies on 304 responses from DefaultServlet.
- + JETTY-1527 handle requests with URIs like http://host (ie no / )
- + JETTY-1529 Ensure new session that has just been authenticated does not get
- renewed
- + JETTY-1532 HTTP headers decoded with platform's default encoding
- + JETTY-1541 fixed different behaviour for single byte writes
-
jetty-7.6.6.v20120903 - 03 September 2012
+ 347130 Empty getResourcePaths due to ZipFileClosedException
+ 367591 Support Env variables in XmlConfiguration.
@@ -1118,37 +199,6 @@ jetty-7.6.6.v20120903 - 03 September 2012
+ 385925 make SslContextFactory.setProtocols and
SslContextFactory.setCipherSuites preserve the order of the given parameters
-jetty-8.1.5.v20120716 - 16 June 2012
- + 376717 Balancer Servlet with round robin support, contribution, added
- missing license
- + 379250 Server is added to shutdown hook twice
- + 380866 maxIdleTime set to 0 after session migration
- + 381399 Unable to stop a jetty instance that has not finished starting
- + 381401 Print log warning when stop attempt made with incorrect STOP.KEY
- + 381402 Make ContextHandler take set of protected directories
- + 381521 set Vary:Accept-Encoding header for content that might be compressed
- + 381639 CrossOriginFilter does not support Access-Control-Expose-Headers.
- + 381712 Support all declared servlets that implement
- org.apache.jasper.servlet.JspServlet
- + 381825 leave URI params in forwarded requestURI
- + 381876 Monitor should wait for child to finish before exiting.
- + 382343 Jetty XML support for Map is broken.
- + 383251 500 for SocketExceptions
- + 383881 WebSocketHandler sets request as handled
- + 384254 revert change to writable when not dispatched
- + 384280 Implement preliminary ServletRegistrations
- + 384847 CrossOriginFilter is not working.
- + 384896 JDBCSessionManager fails to load existing sessions on oracle when
- contextPath is /
- + 384980 Jetty client unable to recover from Time outs when connection count
- per address hits max.
- + 385138 add getter for session path and max cookie age that seemed to
- disappear in a merge long ago
- + JETTY-1523 It is imposible to map servlet to "/" using
- WebApplicationInitializer
- + JETTY-1525 Show handle status in response debug message
- + JETTY-1530 refine search control on ldap login module
-
jetty-7.6.5.v20120716 - 16 July 2012
+ 376717 Balancer Servlet with round robin support, contribution, added
missing license
@@ -1175,39 +225,6 @@ jetty-7.6.5.v20120716 - 16 July 2012
+ JETTY-1525 Show handle status in response debug message
+ JETTY-1530 refine search control on ldap login module
-jetty-8.1.4.v20120524 - 24 May 2012
- + 367608 ignore the aysncrequestreadtest as it is known to fail and is waiting
- for a fix
- + 371853 Support bundleentry: protocol for webapp embedded as directory in
- osgi bundle
- + 373620 Add ch.qos.logback.access.jetty to the Import-Package for
- jetty-osgi-boot-logback bundle
- + 376152 apply context resources recursively
- + 376801 Make JAAS login modules useable without jetty infrastructure
- + 377323 Request#getParts() throws ServletException when it should be throwing
- IllegalStateException
- + 377391 Manifest updates to jetty-osgi-boot-logback
- + 377492 NPE if jsp taglibs bundle not deployed
- + 377550 set charset when content type is set
- + 377587 ConnectHandler write will block on partial write
- + 377610 New session not timed out if an old session is invalidated in scope
- of same request
- + 377709 Support for RequestParameterCallback missing
- + 378242 Re-extract war on restart if incomplete extraction
- + 378273 Remove default Bundle-Localization header
- + 378487 Null out contextPath on Request.recycle
- + 379015 Use factored jetty xml config files for defaults
- + 379046 avoid closing idle connections from selector thread
- + 379089 DefaultServlet ignores its resourceBase and uses context's
- ResourceCollection when listing diretories
- + 379194 ProxyServlet enhancement to enable easy creation of alternative
- HttpClient implementations
- + 379909 FormAuthenticator Rembers only the URL of first Request before
- authentication
- + 380034 last modified times taken from JarEntry for JarFile resources
- + 380212 Clear buffer if parsing fails due to full buffer
- + 380222 JettyPolicyRuntimeTest failure
-
jetty-7.6.4.v20120524 - 24 May 2012
+ 367608 ignore the aysncrequestreadtest as it is known to fail and is waiting
for a fix
@@ -1240,48 +257,6 @@ jetty-7.6.4.v20120524 - 24 May 2012
+ 380212 Clear buffer if parsing fails due to full buffer
+ 380222 JettyPolicyRuntimeTest failure
-jetty-8.1.3.v20120416 - 16 April 2012
- + 349110 MultiPartFilter records the content-type in request params
- + 367172 Remove detection for slf4j NOPLogger
- + 372678 Embedded Examples need updates for new LoginService requirement
- + 373269 Make ServletHandler.notFound() method impl do nothing - override to
- send back 404.
- + 373421 address potential race condition related to the nonce queue removing
- the same nonce twice
- + 373952 bind called too frequently on refresh
- + 374018 correctly handle requestperminuted underflow
- + 374152 jetty-all-server MANIFEST contains wrong import:
- javax.servlet.annotation;version="[2.6,3)"
- + 374252 SslConnection.onClose() does not forward to nested connection.
- + 374258 SPDY leaks SSLEngines. Made the test more reliable.
- + 374367 NPE in QueuedThreadPool.dump() with early java6 jvms
- + 374475 Response.sendRedirect does not encode UTF-8 characters properly
- + 374881 Set copyWebInf to false by default
- + 374891 enhancement to how ProxyServlet determines the proxy target
- + 375009 Filter initialization error will throw MultiException
- + 375083 Flow control should take in account window size changes from
- concurrent SETTINGS
- + 375096 If starting a server instance fails in osgi it is cleaned up.
- + 375490 NPE with --help on command line
- + 375509 Stalled stream stalls other streams or session control frames. Now
- using a "death pill" instead of a boolean in order to avoid race conditions
- where DataInfos were read from the queue (but the boolean not updated yet),
- and viceversa.
- + 375594 fixed SSL tests so they are not order dependent
- + 375709 Ensure resolveTempDirectory failure does not deadlock; improve error
- message
- + 375906 Part.getHeader method not case insensitive
- + 375970 HttpServletRequest.getRemoteAddr() returns null when HTTP is over
- SPDY.
- + 376201 HalfClosed state not handled properly. Addendum to restore previous
- behavior, where a closed stream was also half closed.
- + 376324 <max-file-size> is not respected in <multipart-config>
- + JETTY-1495 Ensure dynamic servlet addition does not cause servlets to be
- inited.
- + JETTY-1500 form parameters from multipart request not available via
- request.getParameter
- + JETTY-1504 HttpServletResponseWrapper ignored when using asyncContext?
-
jetty-7.6.3.v20120416 - 16 April 2012
+ 367172 Remove detection for slf4j NOPLogger
+ 373269 Make ServletHandler.notFound() method impl do nothing - override to
@@ -1314,28 +289,6 @@ jetty-7.6.3.v20120416 - 16 April 2012
behavior, where a closed stream was also half closed.
+ JETTY-1504 HttpServletResponseWrapper ignored when using asyncContext?
-jetty-8.1.2.v20120308 - 08 March 2012
- + 370387 SafariWebsocketDraft0Test failure during build.
- + 371168 Update ClientCrossContextSessionTest
- + 372093 handle quotes in Require-Bundle manifest string
- + 372457 Big response + slow clients + pipelined requests cause Jetty spinning
- and eventually closing connections. Added a TODO for a method renaming that
- will happen in the next major release (to avoid break implementers).
- + 372487 JDBCSessionManager does not work with Oracle
- + 372806 Command line should accept relative paths for xml config files
- + 373037 jetty.server.Response.setContentLength(int) should not close a Writer
- when length=0
- + 373162 add improved implementation for getParameterMap(), needs a test
- though and the existing setup doesn't seem like it would easily support the
- needed test so need to do that still
- + 373306 Set default user agent extraction pattern for UserAgentFilter
- + 373567 cert validation issue with ocsp and crldp always being enabled when
- validating turned on fixed
- + 373603 NullPointer in WebServletAnnotation
- + JETTY-1409 GzipFilter will double-compress application/x-gzip content
- + JETTY-1489 WebAppProvider attempts to deploy .svn folder
- + JETTY-1494 .
-
jetty-7.6.2.v20120308 - 08 March 2012
+ 370387 SafariWebsocketDraft0Test failure during build.
+ 371168 Update ClientCrossContextSessionTest
@@ -1357,20 +310,6 @@ jetty-7.6.2.v20120308 - 08 March 2012
+ JETTY-1489 WebAppProvider attempts to deploy .svn folder
+ JETTY-1494 .
-jetty-8.1.1.v20120215 - 15 February 2012
- + 369121 simplified test
- + 370120 jvm arguments added via start.ini and --exec are missing spaces
- + 370137 SslContextFactory does not respect order for
- [included|excluded]Protocols() and [included|excluded]CipherSuites().
- + 370368 resolve stack overflow in mongo db session manager
- + 370386 Remove META-INF from jetty distro
- + 371040 nosqlsession needs to call correct super contructor for new sessions
- + 371041 valid was not being set to new mongo db sessions, and the call to
- mongodb api was wrong in isIdInUse
- + 371162 NPE protection for nested security handlers
- + JETTY-1484 Add option for HashSessionManager to delete session files if it
- can't restore them
-
jetty-7.6.1.v20120215 - 15 February 2012
+ 369121 simplified test
+ 370120 jvm arguments added via start.ini and --exec are missing spaces
@@ -1385,33 +324,12 @@ jetty-7.6.1.v20120215 - 15 February 2012
+ JETTY-1484 Add option for HashSessionManager to delete session files if it
can't restore them
-jetty-8.1.0.v20120127 - 27 January 2012
- + 368773 allow authentication to be set by non securityHandler handlers
- + 368992 avoid update key while flushing during a write
- + 369216 turned off the shared resource cache
- + 369349 replace quotes with a space escape method
-
jetty-7.6.0.v20120127 - 27 January 2012
+ 368773 allow authentication to be set by non securityHandler handlers
+ 368992 avoid update key while flushing during a write
+ 369216 turned off the shared resource cache
+ 369349 replace quotes with a space escape method
-jetty-8.1.0.RC5 - 20 January 2012
- + 359329 Prevent reinvocation of LoginModule.login with jaspi for already
- authed user
- + 368632 Remove superfluous removal of org.apache.catalina.jsp_file
- + 368633 fixed configure.dtd resource mappings
- + 368635 moved lifecycle state reporting from toString to dump
- + 368773 process data constraints without realm
- + 368787 always set token view to new header buffers in httpparser
- + 368821 improved test harness
- + 368920 JettyAwareLogger always formats the arguments.
- + 368948 POM for jetty-jndi references unknown version for javax.activation.
- + 368992 NPE in HttpGenerator.prepareBuffers() test case.
- + JETTY-1475 made output state fields volatile to provide memory barrier for
- non dispatched thread IO
-
jetty-7.6.0.RC5 - 20 January 2012
+ 359329 Prevent reinvocation of LoginModule.login with jaspi for already
authed user
@@ -1428,35 +346,6 @@ jetty-7.6.0.RC5 - 20 January 2012
+ JETTY-1475 made output state fields volatile to provide memory barrier for
non dispatched thread IO
-jetty-8.1.0.RC4 - 13 January 2012
- + 365048 jetty Http client does not send proxy authentication when requesting
- a Https-resource through a web-proxy.
- + 366774 removed XSS vulnerbility
- + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.
- + 367433 added tests to investigate
- + 367435 improved D00 test harness
- + 367485 HttpExchange canceled before response do not release connection.
- + 367502 WebSocket connections should be closed when application context is
- stopped.
- + 367548 jetty-osgi-boot must not import the nested package twice
- + 367591 corrected configuration.xml version to 7.6
- + 367635 Added support for start.d directory
- + 367638 limit number of form parameters to avoid DOS
- + 367716 simplified idleTimeout logic
- + 368035 WebSocketClientFactory does not invoke super.doStop().
- + 368060 do not encode sendRedirect URLs
- + 368112 NPE on <jsp-config><taglib> element parsing web.xml
- + 368113 Support servlet mapping to ""
- + 368114 Protect against non-Strings in System properties for Log
- + 368189 WebSocketClientFactory should not manage external thread pool. 368240
- - Improve AggregateLifeCycle handling of shared lifecycles
- + 368215 Remove debug from jaspi
- + 368240 Better handling of locally created ThreadPool. Forgot to null out
- field.
- + 368291 Change warning to info for NoSuchFieldException on
- BeanELResolver.properties
- + JETTY-1467 close half closed when idle
-
jetty-7.6.0.RC4 - 13 January 2012
+ 365048 jetty Http client does not send proxy authentication when requesting
a Https-resource through a web-proxy.
@@ -1472,110 +361,6 @@ jetty-7.6.0.RC4 - 13 January 2012
+ 368291 Change warning to info for NoSuchFieldException on
BeanELResolver.properties
-jetty-8.1.0.RC2 - 22 December 2011
- + 359329 jetty-jaspi must exports its packages. jetty-plus must import
- javax.security
- + 364638 HttpParser closes if data received while seeking EOF. Tests fixed to
- cope
- + 364921 Made test less time sensitive
- + 364936 use Resource for opening URL streams
- + 365267 NullPointerException in bad Address
- + 365375 ResourceHandler should be a HandlerWrapper
- + 365750 Support WebSocket over SSL, aka wss://
- + 365932 Produce jetty-websocket aggregate jar for android use
- + 365947 Set headers for Auth failure and retry in http-spi
- + 366316 Superfluous printStackTrace on 404
- + 366342 Dont persist DosFilter trackers in http session
- + 366730 pass the time idle to onIdleExpire
- + 367048 test harness for guard on suspended requests
- + 367175 SSL 100% CPU spin in case of blocked write and RST.
- + 367219 WebSocketClient.open() fails when URI uses default ports.
- + 367383 jsp-config element must be returned for
- ServletContext.getJspConfigDescriptor
- + JETTY-1460 suppress PrintWriter exceptions
- + JETTY-1463 websocket D0 parser should return progress even if no fill done
- + JETTY-1465 NPE in ContextHandler.toString
-
-jetty-7.6.0.RC3 - 05 January 2012
- + 367433 added tests to investigate
- + 367435 improved D00 test harness
- + 367485 HttpExchange canceled before response do not release connection.
- + 367502 WebSocket connections should be closed when application context is
- stopped.
- + 367591 corrected configuration.xml version to 7.6
- + 367635 Added support for start.d directory
- + 367638 limit number of form parameters to avoid DOS
- + JETTY-1467 close half closed when idle
-
-jetty-7.6.0.RC2 - 22 December 2011
- + 364638 HttpParser closes if data received while seeking EOF. Tests fixed to
- cope
- + 364921 Made test less time sensitive for ssl
- + 364936 use Resource for opening URL streams
- + 365267 NullPointerException in bad Address
- + 365375 ResourceHandler should be a HandlerWrapper
- + 365750 Support WebSocket over SSL, aka wss://
- + 365932 Produce jetty-websocket aggregate jar for android use
- + 365947 Set headers for Auth failure and retry in http-spi
- + 366316 Superfluous printStackTrace on 404
- + 366342 Dont persist DosFilter trackers in http session
- + 366730 pass the time idle to onIdleExpire
- + 367048 test harness for guard on suspended requests
- + 367175 SSL 100% CPU spin in case of blocked write and RST.
- + 367219 WebSocketClient.open() fails when URI uses default ports.
- + JETTY-1460 suppress PrintWriter exceptions
- + JETTY-1463 websocket D0 parser should return progress even if no fill done
- + JETTY-1465 NPE in ContextHandler.toString
-
-jetty-8.1.0.RC1 - 06 December 2011
- + 360245 The version of the javax.servlet packages to import is 2.6 instead of
- 3.0
- + 365370 ServletHandler can fall through to nested handler
-
-jetty-8.1.0.RC0 - 30 November 2011
- + 352565 cookie httponly flag ignored
- + 353285 ServletSecurity annotation ignored
- + 357163 jetty 8 ought to proxy jetty8 javadocs
- + 357209 JSP tag listeners not called
- + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
- + 361135 Allow session cookies to NEVER be marked as secure, even on HTTPS
- requests.
- + 362249 update shell scripts to jetty8
- + 363878 Add ecj compiler to jetty-8 for jsp
- + 364283 can't parse the servlet multipart-config for the web.xml
- + 364430 Support web.xml enabled state for servlets
-
-jetty-7.6.0.RC5 - 20 January 2012
- + 359329 Prevent reinvocation of LoginModule.login with jaspi for already
- authed user
- + 368632 Remove superfluous removal of org.apache.catalina.jsp_file
- + 368633 fixed configure.dtd resource mappings
- + 368635 moved lifecycle state reporting from toString to dump
- + 368773 process data constraints without realm
- + 368787 always set token view to new header buffers in httpparser
- + 368821 improved test harness
- + 368920 JettyAwareLogger always formats the arguments.
- + 368948 POM for jetty-jndi references unknown version for javax.activation.
- + 368992 avoid non-blocking flush when writing to avoid setting !_writable
- without _writeblocked
- + JETTY-1475 made output state fields volatile to provide memory barrier for
- non dispatched thread IO
-
-jetty-7.6.0.RC4 - 13 January 2012
- + 365048 jetty Http client does not send proxy authentication when requesting
- a Https-resource through a web-proxy.
- + 366774 removed XSS vulnerbility
- + 367099 Upgrade jetty-websocket for RFC 6455 - Addendum.
- + 367716 simplified idleTimeout logic
- + 368035 WebSocketClientFactory does not invoke super.doStop().
- + 368060 do not encode sendRedirect URLs
- + 368114 Protect against non-Strings in System properties for Log
- + 368189 WebSocketClientFactory should not manage external thread pool.
- + 368215 Remove debug from jaspi
- + 368240 Improve AggregateLifeCycle handling of shared lifecycles
- + 368291 Change warning to info for NoSuchFieldException on
- BeanELResolver.properties
-
jetty-7.6.0.RC3 - 05 January 2012
+ 367433 added tests to investigate
+ 367435 improved D00 test harness
@@ -1622,6 +407,7 @@ jetty-7.6.0.RC1 - 04 December 2011
+ 365370 ServletHandler can fall through to nested handler
jetty-7.6.0.RC0 - 29 November 2011
+ + Refactored NIO layer for better half close handling
+ 349110 fixed bypass chunk handling
+ 360546 handle set count exceeding max integer
+ 362111 StdErrLog.isDebugEnabled() returns true too often
@@ -1649,23 +435,6 @@ jetty-7.6.0.RC0 - 29 November 2011
result in close rather than a shutdown output.
+ 364657 Support HTTP only cookies from standard API
+ JETTY-1442 add _hostHeader setter for ProxyRule
- + Refactored NIO layer for better half close handling
-
-jetty-8.0.4.v20111024 - 24 October 2011
- + 358263 JDBCSessionIdManager add setDatasource(DataSource) method
- + 358649 Replace existing StdErrLog system properties for DEBUG/IGNORED with
- LEVEL instead.
- + 360836 Accept parameters with bad UTF-8. Use replacement character
- + 360912 CrossOriginFilter does not send Access-Control-Allow-Origin on
- responses. 355103 Make allowCredentials default to true in
- CrossOriginFilter.
- + 360938 Connections closed after a while.
- + 361135 secure cookies for sessions
- + 361319 Log initialization does not catch correct exceptions on all jvms
- + 361325 359292 Allow KeyStore to be set
- + 361456 release timer task on connection failed
- + 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value.
- + JETTY-1444 start threadpool before selector manager
jetty-7.5.4.v20111024 - 24 October 2011
+ 358263 JDBCSessionIdManager add setDatasource(DataSource) method
@@ -1682,62 +451,6 @@ jetty-7.5.4.v20111024 - 24 October 2011
+ 361655 ExecutorThreadPool.isLowOnThreads() returns wrong value.
+ JETTY-1444 start threadpool before selector manager
-jetty-8.0.3.v20111011 - 11 October 2011
- + 348978 migrate jetty-http-spi
- + 358649 StdErrLog system properties for package/class logging LEVEL.
-
-jetty-8.0.2.v20111006 - 06 October 2011
- + 336443 add missing comma in DigestAuthenticator string
- + 342161 ScannerTest fails intermittently on Mac OS X
- + 346419 testing HttpClient FDs
- + 353267 Request._parameters initialization bug
- + 353509 jetty-client unit tests are running too long
- + 353627 Basic Auth checks that Basic method has been send
- + 356144 Allow SelectorManager thread priority to be set
- + 356274 Start SSL socket factory in call to open()
- + 357163 jetty 8 ought to proxy jetty8 javadocs
- + 357178 websockets draft 14 support
- + 357188 Send content buffer directly
- + 357209 JSP tag listeners not called
- + 357216 Logging via Log4J does not expand braces in format strings
- + 357240 more half close refinements
- + 357338 remove debug
- + 357672 resolve issue with serializing pojos with mongodb session manager,
- thanks to john simone for the discovery and fix
- + 357959 Include javadoc in distribution
- + 358027 NullPointerException in ResourceHandler with jetty-stylesheet.css
- + 358035 idle time only active if > 0
- + 358147 Add catch for UnknownHostException to fix leaky file descriptor in
- client
- + 358164 Dispatch from servlet to handler
- + 358263 add method for osgi users to register a driver as Class.forName does
- not work for them
- + 358649 StdErrLog system properties for package/class logging LEVEL.
- + 358674 Still allows sslv3 for now
- + 358687 Updated jsp does not scan for system tlds Fixed pattern.
- + 358784 JSP broken on Java 1.5
- + 358925 bit more javadoc on usage
- + 358959 File descriptor leak with UnresolvedAddressException
- + 359309 adjust previous test for servletPath to include pathInfo
- + 359673 updated websocket version handling
- + 359675 Principal != String, fix for issue in property file login manager
- + 360051 SocketConnectionTest.testServerClosedConnection is excluded.
- + 360066 jsps referenced in web.xml <jsp-file> elements do not compile
- + JETTY-1130 Access Sessions from HashSessionIdManager
- + JETTY-1277 Fixed sendRedirect encoding of relative locations
- + JETTY-1322 idle sweeper checks for closed endp
- + JETTY-1377 extra logging for busy selector
- + JETTY-1378 new sys property for the latest jsp-impl to force the use of the
- JDTCompiler when running in OSGi.
- + JETTY-1414 applied to PropertyUserStore
- + JETTY-1415 Start/Stop Server and Client only once in test, code format
- + JETTY-1420 Set Host header for new request in RedirectListener
- + JETTY-1421 Implement RedirectListener.onException,onConnectionFailed
- + JETTY-1423 force connection to be closed returned
- + JETTY-1430 local JNDI contexts don't carry environment
- + JETTY-1434 Add a jsp that exercises jstl.
- + JETTY-1439 space in directory installation path causes classloader problem
-
jetty-7.5.3.v20111011 - 11 October 2011
+ 348978 migrate jetty-http-spi
+ 358649 StdErrLog system properties for package/class logging LEVEL.
@@ -1753,7 +466,6 @@ jetty-7.5.2.v20111006 - 06 October 2011
+ 356274 Start SSL socket factory in call to open()
+ 357178 websockets draft 14 support
+ 357188 Send content buffer directly
- + 357209 JSP tag listeners not called
+ 357216 Logging via Log4J does not expand braces in format strings
+ 357240 more half close refinements
+ 357338 remove debug
@@ -1793,18 +505,6 @@ jetty-7.5.2.v20111006 - 06 October 2011
+ JETTY-1434 Add a jsp that exercises jstl.
+ JETTY-1439 space in directory installation path causes classloader problem
-jetty-8.0.1.v20110908 - 08 September 2011
- + 350634 Added Resource.newResource(File)
- + 356190 fix monodb tests for changed test api
- + 356428 removed timed waits from test
- + 356693 reduce visibility to webapp of websocket implementations
- + 356695 jetty server jars are provided for websockets
- + 356726 Instead of the sessionDestroyed called sessionCreated after
- invalidate session
- + 356751 Add null protection to ServletContextHandler.doStop
- + 356823 correctly decode close codes. Send not utf-8 close code.
- + 357058 Acceptor thread blocking
-
jetty-7.5.1.v20110908 - 08 September 2011
+ 350634 Added Resource.newResource(File)
+ 356190 fix monodb tests for changed test api
@@ -1817,15 +517,9 @@ jetty-7.5.1.v20110908 - 08 September 2011
+ 356823 correctly decode close codes. Send not utf-8 close code.
+ 357058 Acceptor thread blocking
-jetty-8.0.0.v20110901 - 01 September 2011
- + 352565 cookie httponly flag ignored
- + 353073 better warnings
- + 353285 ServletSecurity annotation ignored
- + 356421 Upgraded websocket to draft 13 support
-
jetty-7.5.0.v20110901 - 01 September 2011
- + 353073 better warnings
+ 356421 Upgraded websocket to draft 13 support
+ + 353073 better warnings
jetty-7.5.0.RC2 - 30 August 2011
+ 293739 Hide stacks in named log testing. Various other minor log cleanups in
@@ -1857,19 +551,6 @@ jetty-7.5.0.RC1 - 19 August 2011
+ JETTY-1414 HashLoginService doesn't refresh realm if specified config
filename is not an absolute platform specific value
-jetty-8.0.0.RC0 - 16 August 2011
- + 352565 cookie httponly flag ignored
- + 353285 ServletSecurity annotation ignored
- + Enable annotations by default
- + Merge from jetty-7.4.3
-
-jetty-8.0.0.M3 - 27 May 2011
- + 324505 Implement API login
- + 335500 request.getParts() throws a NullPointerException
- + 343472 isUserInRole does not prevent subsequent login call.
- + 346180 jsp-2.2 support
- + Updated to jetty-7.4.2.v20110526
-
jetty-7.5.0.RC0 - 15 August 2011
+ 298502 Handle 200 Connect responses with no content-length
+ 347484 / - > ${/} in some paths in grant codebases
@@ -1934,7 +615,7 @@ jetty-7.4.3.v20110701 - 01 July 2011
String) does not yield an empty map
+ 349738 set buffer sizes for http client in proxy servlet
+ 349870 proxy servlet protect continuation against fast failing exchanges
- + 349896 SCEP supports zero idleTimeout
+ + 349896 SCEP supports zero maxIdleTime
+ 349897 draft -09 websockets
+ 349997 MBeanContainer uses weak references
+ 350533 Add "Origin" to the list of allowed headers in CrossOriginFilter
@@ -1951,8 +632,8 @@ jetty-7.4.2.v20110526
+ 336220 tmp directory is not set if you reload a webapp with
jetty-maven-plugin
+ 338364 Fixed expires header for set cookies
- + 345615 Enable SSL Session caching
+ 345729 binding for managing server and system classes globally
+ + 345615 Enable SSL Session caching
+ 345763 Source file is updated during the build
+ 345873 Update jetty-ssl.xml to new style
+ 345900 Handle IPv6 with default port
@@ -1961,10 +642,10 @@ jetty-7.4.2.v20110526
shares
+ 346179 o.e.j.util.ScannerTest fails on MacOS X platform
+ 346181 o.e.j.server.StressTest stalls on MacOS X platform
- + 346614 HttpConnection.handle() spins in case of SSL truncation attacks
- + 346764 OrderedGroupBinding deployment binding
+ 346998 AbstractLifeCycle.isRunning() returns false if state changes from
STARTING to STARTED during call
+ + 346614 HttpConnection.handle() spins in case of SSL truncation attacks
+ + 346764 OrderedGroupBinding deployment binding
+ 347137 Allow SSL renegotiations by default in HttpClient
+ 374174 Consistent mbean names
+ JETTY-1146 Encode jsessionid in sendRedirect
@@ -2042,35 +723,15 @@ jetty-7.4.0.RC0
+ 341439 Blocking HttpClient does not use soTimeout for timeouts
+ 341561 Exception when adding o.e.j.s.DoSFilter as managed attribute
+ 341692 Fixed deadlock if stopped while starting
- + 341694 Disable AJP buffer resizing
- + 341726 JSONPojoConverter handles characters
+ 341736 Split jetty-nested out of war module
- + 341850 Protect QTP dump from bad stacks
+ + 341726 JSONPojoConverter handles characters
+ 341992 Overlayed context deployer
+ + 341694 Disable AJP buffer resizing
+ + 341850 Protect QTP dump from bad stacks
+ JETTY-1245 Pooled Buffers implementation
+ JETTY-1354 Added jetty-nested
- + Added extra session removal test
+ Ensure generated fragment names are unique
-
-jetty-8.0.0.M2 - 16 November 2010
- + 320073 Reconsile configuration mechanism
- + 321068 JSF2 fails to initialize
- + 324493 Registration init parameter handling null check, setInitParameters
- additive
- + 324505 Request.login method must throw ServletException if it cant login
- + 324872 allow disabling listener restriction from using *Registration
- interfaces
- + 327416 Change meaning of @HandlesTypes in line with latest interpretation by
- JSR315
- + 327489 Change meaning of @MultipartConfig to match servlet spec 3.0
- maintenance release 3.0a
- + 328008 Handle update to Servlet Spec 3 Section 8.2.3.h.ii
- + 330188 Reject web-fragment.xml with same <name> as another already loaded
- one
- + 330208 Support new wording on servlet-mapping and filter-mapping merging
- from servlet3.0a
- + 330292 request.getParts() returns only one part when the name is the same
- + Update to jetty-7.2.1.v20101111
+ + Added extra session removal test
jetty-7.3.1.v20110307 - 07 March 2011
+ 316382 Support a more strict SSL option with certificates
@@ -2097,16 +758,20 @@ jetty-7.3.1.v20110307 - 07 March 2011
+ 338068 Leaking ConstraintMappings on redeploy
+ 338092 ProxyServlet leaks memory
+ 338607 Removed managed attributes when context is stopped
- + 338819 Externally control Deployment Manager application lifecycle
+ + 338880 Fixed failing buffer range checks
+ + 338920 Handle non existent real path directories
+ + 338961 AJP packet size
+ JETTY-1304 Allow quoted boundaries in Multipart filter
+ JETTY-1317 More elegent handling of bad URIs in requests
+ JETTY-1331 Allow alternate XML configuration processors (eg spring)
- + JETTY-1333 HttpClient _timeout and _soTimeout is messed up
+ JETTY-1335 HttpClient's SelectConnector clean-up
+ + JETTY-1333 HttpClient _timeout and _soTimeout is messed up
+ JETTY-1337 Workname cannot contain '.'
+ JETTY-1338 Trust default SecureRandom seed
jetty-7.3.0.v20110203 - 03 February 2011
+ + JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating
+ session (further update)
+ 296978 standardizing various Testing Util Classes to jetty-test-helper
+ 319178 test failure fix in jetty-util on windows
+ 320457 add SPNEGO support
@@ -2146,16 +811,20 @@ jetty-7.3.0.v20110203 - 03 February 2011
undispatched
+ 335681 Improve ChannelEndPoint.close() to avoid spinning
+ 335836 Race when updating SelectChannelEndPoint._dispatched
- + JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating
- session (further update)
jetty-7.2.2.v20101205 - 05 December 2010
+ + JETTY-1308 327109 (re)fixed AJP handling of empty packets
+ + 331703 Fixed failing OSGI test TestJettyOSGiBootWithJsp.java on MacOSX
+ + 331567 IPAccessHandlerTest failed on MacOS fix
+ 328789 Clean up tmp files from test harnesses
- + 330188 Reject web-fragment.xml with same <name> as another already loaded
- one
+ + 331230 Fixed low thread warnings when acceptors>threadpool
+ + 331461 Fixed idle timeout for unflushed HTTP/1.0
+ + JETTY-1307 Check that JarFileResource directories end with /
+ + 330210 Improve performance of writing large bytes arrays
+ 330208 Support new wording on servlet-mapping and filter-mapping merging
from servlet3.0a
- + 330210 Improve performance of writing large bytes arrays
+ + 330188 Reject web-fragment.xml with same <name> as another already loaded
+ one
+ 330229 Jetty tries to parse META-INF/*.tld when jsp-api is not on classpath,
causing DTD entity resoluton to fail
+ 330265 start.jar --stop kills --exec subprocess
@@ -2165,22 +834,16 @@ jetty-7.2.2.v20101205 - 05 December 2010
org.apache.jasper.glassfish
+ 330732 Removed System.err debugging
+ 330764 Command line properties passed to start.jar --exec
- + 331230 Fixed low thread warnings when acceptors>threadpool
- + 331461 Fixed idle timeout for unflushed HTTP/1.0
- + 331567 IPAccessHandlerTest failed on MacOS fix
- + 331703 Fixed failing OSGI test TestJettyOSGiBootWithJsp.java on MacOSX
+ JETTY-1297 Improved matching of vhosts so that a vhost match has priority
- + JETTY-1307 Check that JarFileResource directories end with /
- + JETTY-1308 327109 (re)fixed AJP handling of empty packets
jetty-7.2.1.v20101111 - 11 November 2010
+ 324679 Fixed dedection of write before static content
- + 328008 Handle update to Servlet Spec 3 Section 8.2.3.h.ii
+ 328199 Ensure blocking connectors always close socket
+ 328205 Improved SelectManager stopping
+ 328306 Serialization of FormAuthentication
+ 328332 Response.getContentType works with setHeader
+ 328523 Fixed overloaded setters in AppProvider
+ + 328008 Handle update to Servlet Spec 3 Section 8.2.3.h.ii
+ 328778 Improved javadoc for secure session cookies
+ 328782 allow per connection max idle time to be set
+ 328885 web overrides do not override
@@ -2203,9 +866,6 @@ jetty-6.1.26 - 10 November 2010
+ JETTY-1296 Always clear changes list in selectManager
jetty-6.1.26.RC0 - 20 October 2010
- + 325468 Clean work webapp dir before unpack
- + 327109 Fixed AJP handling of empty packets
- + 327562 Implement all X-Forwarded headers in ProxyServlet
+ JETTY-547 Improved usage of shutdownOutput before close.
+ JETTY-912 add per exchange timeout
+ JETTY-1051 offer jetty.skip flag for maven plugin
@@ -2219,6 +879,9 @@ jetty-6.1.26.RC0 - 20 October 2010
+ 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-7.2.0.v20101020 - 20 October 2010
+ 289540 added javadoc into distribution
@@ -2283,6 +946,7 @@ jetty-7.2.0.RC0 - 01 October 2010
+ JETTY-1245 Do not use direct buffers with NIO SSL
+ JETTY-1249 Apply max idle time to all connectors
+ JETTY-1250 Parallel start of HandlerCollection
+ + JETTY-1252 Handle more multipart transfer encodings
+ JETTY-1256 annotation and jta jars from Orbit
+ JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating
session
@@ -2298,8 +962,8 @@ jetty-7.2.0.RC0 - 01 October 2010
default
+ JETTY-1281 Create new session after authentication
+ JETTY-1283 JSONPojoConvertorFactory can turn off fromJSON
- + Added ignore to Logger interface
+ Fix jetty-plus.xml for new configuration names
+ + Added ignore to Logger interface
+ Improved debug dump
jetty-7.1.6.v20100715
@@ -2310,43 +974,34 @@ jetty-7.1.6.v20100715
+ JETTY-1249 Apply max idle time to all connectors
+ JETTY-1251 Replace then close selector for JVM bugs
-jetty-8.0.0.M1 - 12 July 2010
- + 306350 Ensure jars excluded by ordering are not scanned for annotations
- + JETTY-1224 Change jetty-8 merge rules for fragment descriptors and
- annotations
- + Ensure <absolute-ordering> in web.xml overrides relative <ordering> in
- fragments
- + Ensure empty <absolute-ordering> implies exclusion of all fragments
- + Ensure servlet-api jar class inheritance hierarchy is scanned
-
jetty-7.1.5.v20100705
+ + Update ecj to 3.6 Helios release drop
+ 288194 Add blacklist/whitelist to ProxyServlet and ProxyHandler
+ 296570 EOFException for HttpExchange when HttpClient.stop called.
+ 311550 The WebAppProvider should allow setTempDirectory
+ 316449 Websocket disconnect fix
+ 316584 Exception on startup if temp path has spaces and extractWAR=false
+ 316597 Removed null check and fixed name in Resource#hrefEncodeURI
- + 316909 CNFE: org.xml.sax.SAXException on org.eclipse.jetty.osgi.boot start
- with jsp fragment
+ 316970 jetty.sh fails to find JETTY_HOME in standard directories
+ 316973 jetty.sh claims java installation is invalid
+ 316976 removed quotes of JAVA_OPTIONS in jetty.sh
- + 317007 Unable to run Jetty OSGi when
- -Dosgi.compatibility.bootdelegation=false
+ 317019 Date HTTP header not sent for HTTP/1.0 requests
- + 317231 Ability to configure jetty with a fragment bundle that contains
- etc/jetty.xml
+ 317759 Allow roles and constraints to be added after init
+ 317906 OPTIONS correctly handles TRACE
+ 318308 Correct quoting of unicode control characters
+ 318470 unboxing NPE protection in HttpConnection
+ 318551 Optional uncheck Printwriter
- + 319060 Support web-bundles that are not expanded (bundle is zipped)
+ JETTY-1237 Save local/remote address to be available after close
- + Update ecj to 3.6 Helios release drop
+ + 317007 Unable to run Jetty OSGi when
+ -Dosgi.compatibility.bootdelegation=false
+ + 316909 CNFE: org.xml.sax.SAXException on org.eclipse.jetty.osgi.boot start
+ with jsp fragment
+ + 317231 Ability to configure jetty with a fragment bundle that contains
+ etc/jetty.xml
+ + 319060 Support web-bundles that are not expanded (bundle is zipped)
jetty-6.1.25 - 26 July 2010
- + 320264 Removed duplicate mime.property entries
+ + 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
@@ -2356,15 +1011,15 @@ jetty-6.1.25 - 26 July 2010
+ JETTY-1251 protected against closed selector
+ COMETD-112 if two threads create the same channel, then create events may
occur after subscribe events
- + Jetty-6 is now in maintenance mode.
+ + 320264 Removed duplicate mime.property entries
jetty-7.1.4.v20100610
+ + 298551 SslSocketConnector does not need keystore stream
+ + 295715 AbstractSessionManager decoupled from Context
+ 292326 Stop continuations if server is stopped.
+ 292814 Make QoSFilter and DoSFilter JMX manageable
+ 293222 Improve request log to handle/show asynchronous latency
+ 294212 Can not customize session cookie path
- + 295715 AbstractSessionManager decoupled from Context
- + 298551 SslSocketConnector does not need keystore stream
+ 301608 Deregister shutdown hooks
+ 302350 org.eclipse.jetty.server.NCSARequestLog is missing JavaDoc
+ 303661 jetty.sh failes if JETTY_HOME is not writeable
@@ -2379,7 +1034,7 @@ jetty-7.1.4.v20100610
+ 315748 Removed --fromDaemon from start.jar (replaced with --daemon)
+ 315925 Improved context xml configuration handling
+ 315995 Incorrect package name in system classes list
- + 316119 Fixed idleTimeout for SocketEndPoint
+ + 316119 Fixed maxIdleTime for SocketEndPoint
+ 316254 Implement @DeclareRoles
+ 316334 Breaking change on org.eclipse.jetty.client.HttpExchange
+ 316399 Debug output in MultiPartFilter
@@ -2394,8 +1049,8 @@ jetty-7.1.3.v20100526
+ 305898 Websocket handles query string in URI
+ 307457 Exchanges are left unhandled when connection is lost
+ 313205 Unable to run test-jdbc-sessions tests
- + 314009 jetty.xml configuration file on command line
+ 314177 JSTL support is broken
+ + 314009 jetty.xml configuration file on command line
+ 314459 support maven3 for builds
jetty-7.1.2.v20100523
@@ -2412,17 +1067,17 @@ jetty-7.1.1.v20100517
optional
+ 304803 Remove TypeUtil Integer and Long caches
+ 306226 HttpClient should allow changing the keystore and truststore type
+ + 308857 Update test suite to JUnit4 - Module jetty-jndi
+ + 308856 Update test suite to JUnit4 - Module jetty-jmx
+ + 308860 Update test suite to JUnit4 - Module jetty-rewrite
+ 308850 Update test suite to JUnit4 - Module jetty-annotations
+ 308853 Update test suite to JUnit4 - Module jetty-deploy
+ 308854 Update test suite to JUnit4 - Module jetty-http
- + 308855 Update test suite to JUnit4 - Module jetty-io
- + 308856 Update test suite to JUnit4 - Module jetty-jmx
- + 308857 Update test suite to JUnit4 - Module jetty-jndi
- + 308858 Update test suite to JUnit4 - Module jetty-plus
+ 308859 Update test suite to JUnit4 - Module jetty-policy
- + 308860 Update test suite to JUnit4 - Module jetty-rewrite
- + 308862 Update test suite to JUnit4 - Module jetty-server
+ + 308858 Update test suite to JUnit4 - Module jetty-plus
+ 308863 Update test suite to JUnit4 - Module jetty-servlet
+ + 308855 Update test suite to JUnit4 - Module jetty-io
+ + 308862 Update test suite to JUnit4 - Module jetty-server
+ 308867 Update test suite to JUnit4 - Module jetty-webapp
+ 310918 Fixed write blocking for client HttpConnection
+ 312526 Protect shutdown thread initialization during shutdown
@@ -2478,51 +1133,57 @@ jetty-7.1.0.RC0 - 27 April 2010
+ 310467 Allow SocketConnector to create generic Connection objects
+ 310603 Make Logger interface consistent
+ 310605 Make a clean room implementation of the JSP logger bridge
- + JETTY-903 Stop both caches
+ + Add AnnotationConfiguration to jetty-plus.xml
+ + Fix jetty-plus.xml reference to addLifeCycle
+ JETTY-1200 SSL NIO Endpoint wraps non NIO buffers
+ JETTY-1202 Use platform default algorithm for SecureRandom
+ JETTY-1212 handle long content lengths
+ JETTY-1214 avoid ISE when scavenging invalid session
- + Add AnnotationConfiguration to jetty-plus.xml
- + Add NPE protection to ContainerInitializerConfiguration
- + Fix jetty-plus.xml reference to addLifeCycle
- + Merged 7.0.2.v20100331
- + Temporarily remove jetty-osgi module to clarify jsp version compatibility
+ + JETTY-903 Stop both caches
jetty-7.0.2.v20100331 - 31 March 2010
+ 297552 Don't call Continuation timeouts from acceptor tick
+ 298236 Additional unit tests for jetty-client
- + 306782 httpbis interpretation of 100 continues. Body never skipped
+ 306783 NPE in StdErrLog when Throwable is null
+ 306840 Suppress content-length in requests with no content
+ 306880 Support for UPGRADE in HttpClient
+ 306884 Suspend with timeout <=0 never expires
+ + 306782 httpbis interpretation of 100 continues. Body never skipped
+ 307589 updated servlet 3.0 continuations for final API
- + Allow Configuration array to be set on Server instance for all web apps
- + Ensure webapps with no WEB-INF don't scan WEB-INF/lib
+ Take excess logging statements out of startup
+ + Ensure webapps with no WEB-INF don't scan WEB-INF/lib
+ + Allow Configuration array to be set on Server instance for all web apps
jetty-6.1.24 - 21 April 2010
- + 308925 Protect the test webapp from remote access
+ 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
- + COMETD-99 ClientImpl logs exceptions in listeners with "debug" level
+ Upgraded to cometd 1.1.1 client
jetty-6.1.23 - 02 April 2010
- + 292800 ContextDeployer - recursive setting is undone by FilenameFilter
+ + 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
+ + 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
@@ -2557,20 +1218,12 @@ jetty-6.1.23 - 02 April 2010
+ 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-1202 Use platfrom default algorithm for SecureRandom
+ JETTY-1205 Memory leak in browser-to-client mapping
+ JETTY-1207 NPE protection in FormAuthenticator
- + 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
- + JSON parses NaN as null
- + Remove references to old content in HttpClient client tests for www.sun.com
- + Updated JSP to 2.1.v20091210
+ + JETTY-1202 Use platfrom default algorithm for SecureRandom
jetty-7.0.2.RC0
+ + JSON parses NaN as null
+ 290765 Reset input for HttpExchange retry.
+ 292799 WebAppDeployer - start a started context?
+ 292800 ContextDeployer - recursive setting is undone by FilenameFilter
@@ -2607,36 +1260,30 @@ jetty-7.0.2.RC0
uses wrong (?) date format
+ 304781 Reset HttpExchange timeout on slow request content.
+ 304801 SSL connections FULL fix
- + 305997 Coalesce buffers in ChannelEndPoint.flush()
- + 306028 Enable TCP_NODELAY by default in client connectors
+ 306330 Flush filter chain cache after Invoker servlet
+ 306331 Session manager is kept after call to doScope
+ JETTY-776 Make new session-tests module to concentrate all reusable session
clustering test code
+ JETTY-910 Allow request listeners to access session
+ JETTY-983 Range handling cleanup
- + JETTY-1133 Handle multiple URL ; parameters
+ JETTY-1151 JETTY-1098 allow UTF-8 with 0 carry bits
+ 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-1163 AJP13 forces 8859-1 encoding
- + JETTY-1174 Close rather than finish Gzipstreams to avoid JVM leak
+ JETTY-1177 Allow error handler to set cacheControl
+ JETTY-1179 Persistant session tables created on MySQL use wrong datatype
+ JETTY-1184 shrink thread pool even with frequent small jobs
+ + JETTY-1133 Handle multiple URL ; parameters
+ + JETTY-1174 Close rather than finish Gzipstreams to avoid JVM leak
+ JETTY-1192 Fixed Digested POST
+ JETTY-1199 FindBugs cleanups
- + Added IPAccessHandler
+ COMETD-46 reset ContentExchange response content on resend
- + JSON parses NaN as null
+ + Added IPAccessHandler
+ Updated Servlet3Continuation to final 3.0.20100224
-
-jetty-8.0.0.M0 - 28 February 2010
- + Merged 7.0.1.v20091116
- + Updated servlet 3.0 spec 20100224
- + Updated to cometd 1.0.1
+ + 305997 Coalesce buffers in ChannelEndPoint.flush()
+ + 306028 Enable TCP_NODELAY by default in client connectors
jetty-7.0.1.v20091125 - 25 November 2009
+ 274251 DefaultServlet supports exact match mode.
@@ -2649,9 +1296,9 @@ jetty-7.0.1.v20091125 - 25 November 2009
+ 291340 Race condition in onException() notifications
+ 291543 make bin/*.sh scripts executable in distribution
+ 291589 Update jetty-rewrite demo
- + 292546 Proactively enforce HttpClient idle timeout
+ 292642 Fix errors in embedded Jetty examples
+ 292825 Continuations ISE rather than ignore bad transitions
+ + 292546 Proactively enforce HttpClient idle timeout
+ 293222 Improved StatisticsHandler for async
+ 293506 Unable to use jconsole with Jetty when running with security manager
+ 293557 Add "jad" mime mapping
@@ -2659,10 +1306,6 @@ jetty-7.0.1.v20091125 - 25 November 2009
+ 294224 HttpClient timeout setting has no effect when connecting to host
+ 294345 Support for HTTP/301 + HTTP/302 response codes
+ 294563 Initial websocket implementation
- + 295421 Cannot reset() a newly created HttpExchange: IllegalStateException 0
- => 0
- + 295562 CrossOriginFilter does not work with default values in Chrome and
- Safari
+ JETTY-937 More JVM bug work arounds. Insert pause if all else fails
+ JETTY-983 Send content-length with multipart ranges
+ JETTY-1114 unsynchronised WebAppClassloader.getResource(String)
@@ -2675,24 +1318,24 @@ jetty-7.0.1.v20091125 - 25 November 2009
+ JETTY-1144 fixed multi-byte character overflow
+ JETTY-1148 Reset partially read request reader.
+ COMETD-34 Support Baeyux MBean
- + CQ-3581 jetty OSGi contribution
- + CVE-2009-3555 Prevent SSL renegotiate for SSL vulnerability
- + Fixed client abort asocciation
+ Fixed XSS issue in CookieDump demo servlet.
+ Improved start.jar usage text for properties
- + Moved centralized logging and verifier back to sandbox
+ Promoted Jetty Centralized Logging from Sandbox
+ Promoted Jetty WebApp Verifier from Sandbox
+ Refactored continuation test harnessess
+ + Fixed client abort asocciation
+ + CQ-3581 jetty OSGi contribution
+ + Moved centralized logging and verifier back to sandbox
+ + CVE-2009-3555 Prevent SSL renegotiate for SSL vulnerability
+ + 295421 Cannot reset() a newly created HttpExchange: IllegalStateException 0
+ => 0
+ + 295562 CrossOriginFilter does not work with default values in Chrome and
+ Safari
jetty-7.0.0.v20091005 - 05 October 2009
+ 291340 Race condition in onException() notifications
jetty-6.1.21 - 22 September 2009
- + 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
+ JETTY-719 Document state machine of jetty http client
+ JETTY-933 State == HEADER in client
+ JETTY-936 Improved servlet matching and optimized
@@ -2715,27 +1358,17 @@ jetty-6.1.21 - 22 September 2009
+ 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
- + Update Jetty implementation of com.sun.net.httpserver.*
jetty-7.0.0.RC6 - 21 September 2009
- + 280723 Add non blocking statistics handler
- + 282543 HttpClient SSL buffer size fix
- + 283357 org.eclipse.jetty.server.HttpConnectionTest exceptions
- + 288055 jetty-client fails to resolve failed resolution attempts correctly
- + 288153 jetty-client resend doesn't reset exchange
- + 288182 PUT request fails during retry
- + 288466 LocalConnector is not thread safe
- + 288514 AbstractConnector does not handle InterruptedExceptions on shutdown
- + 288772 Failure to connect does not set status to EXCEPTED
- + 289146 formalize reload policy functionality
- + 289156 jetty-client: no longer throw runtime exception for bad authn details
- + 289221 HttpExchange does not timeout when using blocking connector
- + 289285 org.eclipse.jetty.continuation 7.0.0.RC5 imports the
- org.mortbay.util.ajax package
- + 289686 HttpExchange.setStatus() has too coarse synchronization
+ + Fixed XSS issue in CookieDump demo servlet.
+ 289958 StatisticsServlet incorrectly adds StatisticsHandler
+ 289960 start.jar assumes command line args are configs
+ 290081 Eager consume LF after CR
@@ -2757,17 +1390,26 @@ jetty-7.0.0.RC6 - 21 September 2009
+ JETTY-1112 Response fails if header exceeds buffer size
+ JETTY-1113 IllegalStateException when adding servlet filters
programmatically
+ + 280723 Add non blocking statistics handler
+ + 282543 HttpClient SSL buffer size fix
+ + 283357 org.eclipse.jetty.server.HttpConnectionTest exceptions
+ + 288055 jetty-client fails to resolve failed resolution attempts correctly
+ + 288153 jetty-client resend doesn't reset exchange
+ + 288466 LocalConnector is not thread safe
+ + 288514 AbstractConnector does not handle InterruptedExceptions on shutdown
+ + 288772 Failure to connect does not set status to EXCEPTED
+ + 289146 formalize reload policy functionality
+ + 289156 jetty-client: no longer throw runtime exception for bad authn details
+ + 288182 PUT request fails during retry
+ + 289221 HttpExchange does not timeout when using blocking connector
+ + 289285 org.eclipse.jetty.continuation 7.0.0.RC5 imports the
+ org.mortbay.util.ajax package
+ + 289686 HttpExchange.setStatus() has too coarse synchronization
+ + Tweak DefaultServletTest under windows
+ Copy VERSION.txt to distro
- + Fixed XSS issue in CookieDump demo servlet.
+ Remove printlns from jetty-plus
- + Tweak DefaultServletTest under windows
jetty-6.1.20 - 27 August 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
+ JETTY-838 Don't log and throw
+ JETTY-874 Better error on full header.
+ JETTY-960 Support ldaps
@@ -2792,19 +1434,22 @@ jetty-6.1.20 - 27 August 2009
+ 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
- + Added DebugHandler
- + Added getSubscriptions to cometd client
- + Clarified cometd interval timeout and allow per client intervals
+ + 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 Main.main method to call setWar
+ 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-7.0.0.RC5 - 27 August 2009
+ 286911 Clean out cache when recycling HTTP fields
- + 287496 Use start.ini always and added --exec
- + 287632 FilterContinuations for blocking jetty6
+ JETTY-838 Don't log and throw
+ JETTY-874 Better header full warnings
+ JETTY-960 Support for ldaps
@@ -2813,6 +1458,8 @@ jetty-7.0.0.RC5 - 27 August 2009
+ JETTY-1085 Allow url sessionID if cookie invalid
+ JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs
+ JETTY-1087 Chunked SSL non blocking input
+ + 287496 Use start.ini always and added --exec
+ + 287632 FilterContinuations for blocking jetty6
jetty-6.1.19 - 01 July 2009
+ JETTY-799 shell script for jetty on cygwin
@@ -2844,55 +1491,55 @@ jetty-6.1.19 - 01 July 2009
+ JETTY-1062 Don't filter cometd message without data
jetty-7.0.0.RC4 - 18 August 2009
- + 279820 Fixed HotSwapHandler
- + 285891 SessionAuthentication is serializable
+ 286185 Implement ability for JSON implementation to automatically register
convertors
+ + Added discoverable start options
+ 286535 ContentExchange status code
- + JETTY-1057 XSS error page
+ + 285891 SessionAuthentication is serializable
+ JETTY-1079 ResourceCollection.toString
+ + 279820 Fixed HotSwapHandler
+ JETTY-1080 Ignore files that would be extracted outside the destination
directory when unpacking WARs
- + Added discoverable start options
+ + JETTY-1057 XSS error page
jetty-7.0.0.RC3 - 07 August 2009
+ 277403 remove system properties
+ + JETTY-1074 JMX thread manipulation
+ + Improved deferred authentication handling
+ + 285697 extract parameters if dispatch has query
+ 282447 concurrent destinations in HttpClient
+ 283172 fix Windows build, broken on directory creation with the
DefaultServlet
+ 283375 additional error-checking on SSL connector passwords to prevent NPE
+ 283513 Check endp.isOpen when blocking read
- + 285697 extract parameters if dispatch has query
- + JETTY-1074 JMX thread manipulation
- + Improved deferred authentication handling
jetty-7.0.0.RC2 - 29 June 2009
+ + 283844 Webapp / TLD errors are not clear
+ 283375 improved extensibility of SSL connectors
+ 283818 fixed merge of forward parameters
- + 283844 Webapp / TLD errors are not clear
- + 284475 update jetty.sh for new OPTIONS syntax
+ + backport jetty-8 annotation parsing to jetty-7
+ + Disassociate method on IdentityService
+ 284510 Enhance jetty-start for diagnosis and unit testing
- + 284981 Implement a cross-origin filter
- + 285006 fix AbstractConnector NPE during shutdown.
+ + 284475 update jetty.sh for new OPTIONS syntax
+ Added DebugHandler
+ Added JavaUtilLog for Jetty logging to java.util.logging framework
- + backport jetty-8 annotation parsing to jetty-7
- + Disassociate method on IdentityService
+ + 284981 Implement a cross-origin filter
+ Improved handling of overlays and resourceCollections
+ + 285006 fix AbstractConnector NPE during shutdown.
jetty-7.0.0.RC1 - 15 June 2009
- + 283344 Startup on windows is broken
+ JETTY-1066 283357 400 response for bad URIs
+ JETTY-1068 Avoid busy flush of async SSL
+ + 283344 Startup on windows is broken
jetty-7.0.0.RC0 - 08 June 2009
- + 271535 Adding integration tests, and enabling RFC2616 tests
- + 280843 Buffer pool uses isHeader
- + 281287 Handle date headers before 1 Jan 1970
- + 282807 Better handling of 100 continues if response committed.
+ JETTY-967 create standalone build for PKCS12Import at codehaus
+ JETTY-1056 update jetty-ant module for Jetty 7 at codehaus trunk
+ JETTY-1058 Handle trailing / with aliases
+ + 280843 Buffer pool uses isHeader
+ + 271535 Adding integration tests, and enabling RFC2616 tests
+ + 281287 Handle date headers before 1 Jan 1970
+ + 282807 Better handling of 100 continues if response committed.
jetty-7.0.0.M4 - 01 June 2009
+ 281059 NPE in QTP with debug on
@@ -2907,30 +1554,29 @@ jetty-7.0.0.M4 - 01 June 2009
+ JETTY-1057 Error page stack trace XSS
jetty-7.0.0.M3 - 20 June 2009
+ + fixed race with expired async listeners
+ + refactored configuration mechanism
+ + added WebAppContext.setConfigurationDiscovered for servlet 3.0 features
+ 274251 Allow dispatch to welcome files that are servlets (configurable)
- + 276545 Quoted cookie paths
+ 277403 Cleanup system property usage.
+ 277798 Denial of Service Filter
+ + Portable continuations for jetty6 and servlet3
+ + Refactored continuations to only support response wrapping
+ + Added ContinuationThrowable
+ + 276545 Quoted cookie paths
+ 279725 Support 100 and 102 expectations
+ + Refactored AbstractBuffers to HttpBuffers for performance
+ + Numerous cleanups from static code analysis
+ 280707 client.HttpConnection does not catch and handle non-IOExceptions
+ 281470 Handle the case where request.PathInfo() should be "/*"
- + Added ContinuationThrowable
- + added WebAppContext.setConfigurationDiscovered for servlet 3.0 features
- + fixed race with expired async listeners
- + Numerous cleanups from static code analysis
- + Portable continuations for jetty6 and servlet3
- + Refactored AbstractBuffers to HttpBuffers for performance
- + refactored configuration mechanism
- + Refactored continuations to only support response wrapping
jetty-7.0.0.M2 - 18 May 2009
- + 273767 Update to use geronimo annotations spec 1.1.1
- + 275396 Added ScopedHandler to set servlet scope before security handler
+ JETTY-937 Work around Sun JVM bugs
+ JETTY-941 Linux chkconfig hint
+ JETTY-959 CGI servlet doesn't kill the CGI in case the client disconnects
+ JETTY-980 Fixed ResourceHandler ? handling, and bad URI creation in listings
+ JETTY-996 Make start-stop-daemon optional
+ + 273767 Update to use geronimo annotations spec 1.1.1
+ JETTY-1003 java.lang.IllegalArgumentException: timeout can't be negative
+ JETTY-1004 CERT VU#402580 Canonical path handling includes ? in path segment
+ JETTY-1013 MySql Error with JDBCUserRealm
@@ -2939,6 +1585,7 @@ jetty-7.0.0.M2 - 18 May 2009
+ JETTY-1015 Reduce BayeuxClient and HttpClient lock contention
+ JETTY-1020 ZipException in org.mortbay.jetty.webapp.TagLibConfiguration
prevents all contexts from being loaded
+ + 275396 Added ScopedHandler to set servlet scope before security handler
jetty-6.1.18 - 16 May 2009
+ JETTY-937 Improved work around sun JVM selector bugs
@@ -2967,13 +1614,13 @@ jetty-6.1.17 - 30 April 2009
+ 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-985 Allow listeners to implement both interfaces
+ 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-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
@@ -2982,16 +1629,16 @@ jetty-6.1.17 - 30 April 2009
jetty-7.0.0.M1 - 22 April 2009
+ 271258 FORM Authentication dispatch handling avoids caching
- + 271536 Add support to IO for quietly closing Readers / Writers
- + 273011 JETTY-980 JETTY-992 Security / Directory Listing XSS present
- + 273101 Fix DefaultServletTest XSS test case
- + 273153 Test for Nested references in DispatchServlet
- + JETTY-695 Handler dump
- + JETTY-983 DefaultServlet generates accept-ranges for cached/gzip content
+ Initial support for LoginService.logout
+ Removed HTTPConnection specifics from connection dispatching
+ + JETTY-695 Handler dump
+ Reworked authentication for deferred authentication
+ Reworked JMX for new layout
+ + JETTY-983 DefaultServlet generates accept-ranges for cached/gzip content
+ + 273011 JETTY-980 JETTY-992 Security / Directory Listing XSS present
+ + 271536 Add support to IO for quietly closing Readers / Writers
+ + 273101 Fix DefaultServletTest XSS test case
+ + 273153 Test for Nested references in DispatchServlet
jetty-6.1.16 - 01 April 2009
+ JETTY-702 Create "jetty-tasks.xml" for the Ant plugin
@@ -3085,20 +1732,20 @@ jetty-7.0.0.M0 - 27 March 2009
relative URL
+ JETTY-871 jetty-client expires() NPE race condition fixed
+ JETTY-876 Added new BlockingArrayQueue and new QueuedThreadPool
- + JETTY-890 merge jaspi branch to trunk
+ JETTY-894 Add android .apk to mime types
+ JETTY-897 Remove swing dependency in GzipFilter
+ JETTY-898 Allow jetty debs to start with custom java args provided by users
+ JETTY-899 Standardize location and build process for configuration files
which go into etc
+ + JETTY-890 merge jaspi branch to trunk
+ JETTY-909 Update useragents cache
+ JETTY-917 Change for JETTY-811 breaks systemProperties config parameter in
maven-jetty-plugin
+ JETTY-922 Fixed NPE on getRemoteHost when socket closed
+ JETTY-923 Client supports attributes
+ JETTY-926 default location for generatedClasses of jspc plugin is incorrect
- + JETTY-938 Deadlock in the TerracottaSessionManager
+ JETTY-939 NPE in AbstractConfiguration.callPreDestroyCallbacks
+ + JETTY-938 Deadlock in the TerracottaSessionManager
+ JETTY-946 Redeploys with maven jetty plugin of webapps with overlays don't
work
+ JETTY-950 Fix double-printing of request URI in request log
@@ -3109,14 +1756,14 @@ jetty-7.0.0.M0 - 27 March 2009
+ simplified HandlerContainer API
jetty-6.1.15 - 04 March 2009
- + 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-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 - 02 March 2009
+ JETTY-923 BayeuxClient uses message pools to reduce memory footprint
@@ -3128,21 +1775,21 @@ 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-802 Modify the default error pages to make association with Jetty
- clearer
+ JETTY-811 Allow configuration of system properties for the maven plugin
using a file
- + JETTY-815 Add comet support to jQuery javascript library
+ 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-872 Handshake handler calls wrong extension callback
+ JETTY-878 Removed printStackTrace from WaitingContinuation
- + JETTY-879 Support extra properties in jQuery comet implementation
+ 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
@@ -3156,15 +1803,15 @@ jetty-6.1.15.rc3 - 28 January 2009
+ 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
- + adjustment to jetty-client assembly packaging
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-781 Add "mvn jetty:deploy-war" for deploying a pre-assembled war
+ 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
@@ -3377,6 +2024,7 @@ jetty-6.1.12rc2 - 12 September 2008
complete
jetty-7.0.0pre3 - 06 August 2008
+ + Upgrade jsp 2.1 to SJSAS-9_1_02-B04-11_Apr_2008
+ JETTY-30 Externalize servlet-api to own project
+ JETTY-182 Support setting explicit system classpath for jasper
Jsr199JavaCompiler
@@ -3425,9 +2073,9 @@ jetty-7.0.0pre3 - 06 August 2008
with byte value 0)
+ JETTY-675 ServletContext.getRealPath("") returns null instead of returning
the root dir of the webapp
- + Upgrade jsp 2.1 to SJSAS-9_1_02-B04-11_Apr_2008
jetty-6.1.12rc1 - 01 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
@@ -3476,15 +2124,14 @@ jetty-6.1.12rc1 - 01 August 2008
+ JETTY-667 HttpClient handles chunked content
+ JETTY-669 Http methods other than GET and POST should not have error page
content
- + Upgrade jsp 2.1 to SJSAS-9_1_02-B04-11_Apr_2008
jetty-7.0.0pre2 - 30 June 2008
+ JETTY-336 413 error for header buffer full
+ JETTY-425 race in stopping SelectManager
+ JETTY-568 Avoid freeing DirectBuffers. New locking NIO ResourceCache.
+ JETTY-569 Stats for suspending requests
- + JETTY-572 Unique cometd client ID
+ JETTY-576 servlet dtds and xsds not being loaded locally
+ + JETTY-572 Unique cometd client ID
+ JETTY-578 OSGI Bundle-RequiredExcutionEnvironment set to J2SE-1.5
+ JETTY-579 OSGI resolved management and servlet.resources import error
+ JETTY-580 Fixed SSL shutdown
@@ -3528,6 +2175,7 @@ jetty-6.1.11 - 06 June 2008
+ JETTY-598 Added more reliable cometd message flush option
jetty-6.1.10 - 20 May 2008
+ + Use QueuedThreadPool as default
+ JETTY-440 allow file name patterns for jsp compilation for jspc plugin
+ JETTY-529 CNFE when deserializing Array from session resolved
+ JETTY-537 JSON handles Locales
@@ -3540,22 +2188,32 @@ jetty-6.1.10 - 20 May 2008
+ JETTY-566 allow for non-blocking behavior in jetty maven plugin
+ JETTY-572 unique cometd client ID
+ JETTY-579 osgi fixes with management and servlet resources
- + Use QueuedThreadPool as default
jetty-7.0.0pre1 - 03 May 2008
- + JETTY-440 allow file name patterns for jsp compilation for jspc plugin
+ + Allow annotations example to be built regularly, copy to contexts-available
+ + Make annotations example consistent with servlet 3.0
+ + Refactor JNDI impl to simplify
+ + Improved suspend examples
+ + address osgi bundling issue relating to build resources
+ JETTY-529 CNFE when deserializing Array from session resolved
+ JETTY-558 optional handling of X-Forwarded-For/Host/Server
+ JETTY-559 ignore unsupported shutdownOutput
+ JETTY-566 allow for non-blocking behavior in jetty maven plugin
- + address osgi bundling issue relating to build resources
- + Allow annotations example to be built regularly, copy to contexts-available
- + Improved suspend examples
- + Make annotations example consistent with servlet 3.0
- + Refactor JNDI impl to simplify
+ + JETTY-440 allow file name patterns for jsp compilation for jspc plugin
jetty-7.0.0pre0 - 21 April 2008
+ + Jetty-6.1.8 Changes
+ + Refactor of Continuation towards servlet 3.0 proposal
+ JETTY-282 Support manually-triggered reloading by maven plugin
+ + QueuedThreadPool default
+ + RetryRequest exception now extends ThreadDeath
+ + Added option to dispatch to suspended requests.
+ + Delay 100 continues until getInputStream
+ + HttpClient supports pipelined request
+ + BayeuxClient use a single connection for polling
+ + Make javax.servlet.jsp optional osgi import for jetty module
+ + Ensure Jotm tx mgr can be found in jetty-env.xml
+ + Renamed modules management and naming to jmx and jndi.
+ JETTY-341 100-Continues sent only after getInputStream called.
+ JETTY-386 backout fix and replaced with
ContextHandler.setCompactPath(boolean)
@@ -3592,19 +2250,10 @@ jetty-7.0.0pre0 - 21 April 2008
+ JETTY-556 Encode all URI fragments
+ JETTY-557 Allow ServletContext.setAttribute before start
+ JETTY-560 Allow decoupling of jndi names in web.xml
- + Added option to dispatch to suspended requests.
- + BayeuxClient use a single connection for polling
- + Delay 100 continues until getInputStream
- + Ensure Jotm tx mgr can be found in jetty-env.xml
- + HttpClient supports pipelined request
- + Jetty-6.1.8 Changes
- + Make javax.servlet.jsp optional osgi import for jetty module
- + QueuedThreadPool default
- + Refactor of Continuation towards servlet 3.0 proposal
- + Renamed modules management and naming to jmx and jndi.
- + RetryRequest exception now extends ThreadDeath
jetty-6.1.9 - 26 March 2008
+ + Make javax.servlet.jsp optional osgi import for jetty module
+ + Ensure Jotm tx mgr can be found in jetty-env.xml
+ JETTY-399 update OpenRemoteServiceServlet to gwt 1.4
+ JETTY-471 LDAP JAAS Realm
+ JETTY-475 AJP connector in RPMs
@@ -3617,10 +2266,27 @@ jetty-6.1.9 - 26 March 2008
+ JETTY-535 Fixed Bayeux server side client memory leak
+ JETTY-538 test harness fix for windows
+ JETTY-541 Cometd per client timeouts
- + Ensure Jotm tx mgr can be found in jetty-env.xml
- + Make javax.servlet.jsp optional osgi import for jetty module
jetty-6.1.8 - 28 February 2008
+ + Added QueuedThreadPool
+ + Optimized QuotedStringTokenizer.quote()
+ + further Optimizations and improvements of Cometd
+ + Optimizations and improvements of Cometd, more pooled objects
+ + Improved Cometd timeout handling
+ + Added BayeuxService
+ + Cookie support in BayeuxClient
+ + Improved Bayeux API
+ + add removeHandler(Handler) method to HandlerContainer interface
+ + Added JSON.Convertor and non static JSON instances
+ + Long cache for JSON
+ + Fixed JSON negative numbers
+ + JSON unquotes /
+ + Add "mvn jetty:stop"
+ + allow sessions to be periodically persisted to disk
+ + grizzly fixed for posts
+ + Remove duplicate commons-logging jars and include sslengine in jboss sar
+ + Allow code ranges on ErrorPageErrorHandler
+ + AJP handles bad mod_jk methods
+ JETTY-350 log ssl errors on SslSocketConnector
+ JETTY-417 JETTY_LOGS environment variable not queried by jetty.sh
+ JETTY-433 ContextDeployer constructor fails unnecessarily when using a
@@ -3641,27 +2307,17 @@ jetty-6.1.8 - 28 February 2008
+ JETTY-513 Terracotta session replication does not work when the initial page
on each server does not set any attributes
+ JETTY-515 Timer is missing scavenging Task in HashSessionManager
- + Add "mvn jetty:stop"
+
+jetty-6.1.7 - 22 December 2007
+ Added BayeuxService
+ Added JSON.Convertor and non static JSON instances
- + Added QueuedThreadPool
- + add removeHandler(Handler) method to HandlerContainer interface
- + AJP handles bad mod_jk methods
- + Allow code ranges on ErrorPageErrorHandler
+ + Add "mvn jetty:stop"
+ allow sessions to be periodically persisted to disk
+ Cookie support in BayeuxClient
- + Fixed JSON negative numbers
- + further Optimizations and improvements of Cometd
+ grizzly fixed for posts
- + Improved Bayeux API
- + Improved Cometd timeout handling
- + JSON unquotes /
- + Long cache for JSON
+ + jetty-6.1 branch created from 6.1.6 and r593 of jetty-contrib trunk
+ Optimizations and improvements of Cometd, more pooled objects
- + Optimized QuotedStringTokenizer.quote()
- + Remove duplicate commons-logging jars and include sslengine in jboss sar
-
-jetty-6.1.7 - 22 December 2007
+ + Update java5 patch
+ JETTY-386 CERT-553235 backout fix and replaced with
ContextHandler.setCompactPath(boolean)
+ JETTY-467 allow URL rewriting to be disabled.
@@ -3669,52 +2325,75 @@ jetty-6.1.7 - 22 December 2007
+ JETTY-474 Fixed case sensitivity issue with HttpFields
+ JETTY-486 Improved jetty.sh script
+ JETTY-487 Handle empty chunked request
- + Add "mvn jetty:stop"
- + Added BayeuxService
- + Added JSON.Convertor and non static JSON instances
- + allow sessions to be periodically persisted to disk
- + Cookie support in BayeuxClient
- + grizzly fixed for posts
- + jetty-6.1 branch created from 6.1.6 and r593 of jetty-contrib trunk
- + Optimizations and improvements of Cometd, more pooled objects
- + Update java5 patch
jetty-6.1.6 - 18 November 2007
+ + rudimentary debian packaging
+ + updated grizzly connector to 1.6.1
+ JETTY-455 Optional cometd id
+ JETTY-459 Unable to deploy from Eclipse into the root context
+ JETTY-461 fixed cometd unknown channel
+ JETTY-464 typo in ErrorHandler
+ JETTY-465 System.exit() in constructor exception for MultiPartOutputStream
- + rudimentary debian packaging
- + updated grizzly connector to 1.6.1
jetty-6.1.6rc1 - 05 November 2007
+ + Upgrade jsp 2.1 to SJSAS-9_1-B58G-FCS-08_Sept_2007
+ + Housekeeping on poms
+ + CERT VU#38616 handle single quotes in cookie names.
+ + Improved JSON parsing from Readers
+ + Moved some impl classes from jsp-api-2.1 to jsp-2.1
+ + Added configuration file for capturing stderr and stdout
+ + Updated for dojo 1.0(rc) cometd
+ + Give bayeux timer name
+ + Give Terracotta session scavenger a name
+ + Jetty Eclipse Plugin 1.0.1: force copy of context file on redeploy
+ JETTY-388 Handle utf-16 and other multibyte non-utf-8 form content.
+ JETTY-409 String params that denote files changed to File
+ JETTY-438 handle trailing . in vhosts
+ JETTY-439 Fixed 100 continues clash with Connection:close
+ + JETTY-451 Concurrent modification of session during invalidate
+ JETTY-443 windows bug causes Acceptor thread to die
+ JETTY-445 removed test code
+ JETTY-448 added setReuseAddress on AbstractConnector
+ JETTY-450 Bad request for response sent to server
- + JETTY-451 Concurrent modification of session during invalidate
+ JETTY-452 CERT VU#237888 Dump Servlet - prevent cross site scripting
+ JETTY-453 updated Wadi to 2.0-M7
+ JETTY-454 handle exceptions with themselves as root cause
+ JETTY-456 allow null keystore for osX
+ JETTY-457 AJP certificate chains
- + Added configuration file for capturing stderr and stdout
- + CERT VU#38616 handle single quotes in cookie names.
- + Give bayeux timer name
- + Give Terracotta session scavenger a name
- + Housekeeping on poms
- + Improved JSON parsing from Readers
- + Jetty Eclipse Plugin 1.0.1: force copy of context file on redeploy
- + Moved some impl classes from jsp-api-2.1 to jsp-2.1
- + Updated for dojo 1.0(rc) cometd
- + Upgrade jsp 2.1 to SJSAS-9_1-B58G-FCS-08_Sept_2007
jetty-6.1.6rc0 - 03 October 2007
+ + Added jetty.lib system property to start.config
+ + AJP13 Fix on chunked post
+ + Fix cached header optimization for extra characters
+ + SetUID option to support setgid
+ + Make mx4j used only if runtime uses jdk<1.5
+ + Moved Grizzly to contrib
+ + Give deployment file Scanner threads a unique name
+ + Fix Host header for async client
+ + Fix typo in async client onResponsetHeader method name
+ + Tweak OSGi manifests to remove unneeded imports
+ + Allow scan interval to be set after Scanner started
+ + Add jetty.host system property
+ + Allow properties files on the XmlConfiguration command line.
+ + Prevent infinite loop on stopping with temp dir
+ + Ensure session is completed only when leaving context.
+ + Update terracotta to 2.4.1 and exclude ssl classes
+ + Update jasper2.1 to tag SJSAS-9_1-B58C-FCS-22_Aug_2007
+ + Removal of unneeded dependencies from management, maven-plugin, naming &
+ plus poms
+ + Adding setUsername,setGroupname to setuid and mavenizing native build
+ + UTF-8 for bayeux client
+ + CVE-2007-5615 Added protection for response splitting with bad headers.
+ + Cached user agents strings in the /org/mortbay/jetty/useragents resource
+ + Make default time format for RequestLog match NCSA default
+ + Use terracotta repo for build; make jetty a terracotta module
+ + Fix patch for java5 to include cometd module
+ + Added ConcatServlet to combine javascript and css
+ + Add ability to persist sessions with HashSessionManager
+ + Avoid FULL exception in window between blockForOutput and remote close
+ + Added JPackage RPM support
+ + Added JSON.Convertable
+ + Updated README, test index.html file and jetty-plus.xml file
+ JETTY-259 SystemRoot set for windows CGI
+ JETTY-311 avoid json keywords
+ JETTY-376 allow anything but CRLF in reason string
@@ -3733,46 +2412,28 @@ jetty-6.1.6rc0 - 03 October 2007
+ JETTY-425 Handle duplicate stop calls better
+ JETTY-430 improved cometd logging
+ JETTY-431 HttpClient soTimeout
- + Add ability to persist sessions with HashSessionManager
- + Added ConcatServlet to combine javascript and css
- + Added jetty.lib system property to start.config
- + Added JPackage RPM support
- + Added JSON.Convertable
- + Adding setUsername,setGroupname to setuid and mavenizing native build
- + Add jetty.host system property
- + AJP13 Fix on chunked post
- + Allow properties files on the XmlConfiguration command line.
- + Allow scan interval to be set after Scanner started
- + Avoid FULL exception in window between blockForOutput and remote close
- + Cached user agents strings in the /org/mortbay/jetty/useragents resource
- + CVE-2007-5615 Added protection for response splitting with bad headers.
- + Ensure session is completed only when leaving context.
- + Fix cached header optimization for extra characters
- + Fix Host header for async client
- + Fix patch for java5 to include cometd module
- + Fix typo in async client onResponsetHeader method name
- + Give deployment file Scanner threads a unique name
- + Make default time format for RequestLog match NCSA default
- + Make mx4j used only if runtime uses jdk<1.5
- + Moved Grizzly to contrib
- + Prevent infinite loop on stopping with temp dir
- + Removal of unneeded dependencies from management, maven-plugin, naming &
- plus poms
- + SetUID option to support setgid
- + Tweak OSGi manifests to remove unneeded imports
- + Updated README, test index.html file and jetty-plus.xml file
- + Update jasper2.1 to tag SJSAS-9_1-B58C-FCS-22_Aug_2007
- + Update terracotta to 2.4.1 and exclude ssl classes
- + Use terracotta repo for build; make jetty a terracotta module
- + UTF-8 for bayeux client
jetty-6.1.5 - 19 July 2007
- + JETTY-392 updated LikeJettyXml example
+ + Upgrade to Jasper 2.1 tag SJSAS-9_1-B50G-BETA3-27_June_2007
+ Fixed GzipFilter for dispatchers
+ Fixed reset of reason
- + Upgrade to Jasper 2.1 tag SJSAS-9_1-B50G-BETA3-27_June_2007
+ + JETTY-392 updated LikeJettyXml example
jetty-6.1.5rc0 - 15 July 0200
+ + update terracotta session clustering to terracotta 2.4
+ + SetUID option to only open connectors before setUID.
+ + Protect SslSelectChannelConnector from exceptions during close
+ + Improved Request log configuration options
+ + Added GzipFilter and UserAgentFilter
+ + make OSGi manifests for jetty jars
+ + update terracotta configs for tc 2.4 stable1
+ + remove call to open connectors in jetty.xml
+ + update links on website
+ + make jetty plus example webapps use ContextDeployer
+ + Dispatch SslEngine expiry (non atomic)
+ + Make SLF4JLog impl public, add mbean descriptors
+ + SPR-3682 - dont hide forward attr in include.
+ + Upgrade to Jasper 2.1 tag SJSAS-9_1-B50G-BETA3-27_June_2007
+ JETTY-253 Improved graceful shutdown
+ JETTY-373 Stop all dependent lifecycles
+ JETTY-374 HttpTesters handles large requests/responses
@@ -3784,28 +2445,20 @@ jetty-6.1.5rc0 - 15 July 0200
+ JETTY-380 handle pipelines of more than 4 requests!
+ JETTY-385 EncodeURL for new sessions from dispatch
+ JETTY-386 Allow // in file resources
- + Added GzipFilter and UserAgentFilter
- + Dispatch SslEngine expiry (non atomic)
- + Improved Request log configuration options
- + make jetty plus example webapps use ContextDeployer
- + make OSGi manifests for jetty jars
- + Make SLF4JLog impl public, add mbean descriptors
- + Protect SslSelectChannelConnector from exceptions during close
- + remove call to open connectors in jetty.xml
- + SetUID option to only open connectors before setUID.
- + SPR-3682 - dont hide forward attr in include.
- + update links on website
- + update terracotta configs for tc 2.4 stable1
- + update terracotta session clustering to terracotta 2.4
- + Upgrade to Jasper 2.1 tag SJSAS-9_1-B50G-BETA3-27_June_2007
jetty-6.1.4 - 15 June 2007
- + JETTY-370 ensure idleTimeout<=0 means connections never expire
+ + fixed early open() call in NIO connectors
+ + JETTY-370 ensure maxIdleTime<=0 means connections never expire
+ JETTY-371 Fixed chunked HEAD response
+ JETTY-372 make test for cookie caching more rigorous
- + fixed early open() call in NIO connectors
jetty-6.1.4rc1 - 10 June 2007
+ + Work around IBM JVM socket close issue
+ + moved documentation for jetty and jspc maven plugins to wiki
+ + async client improvements
+ + fixed handling of large streamed files
+ + Fixed synchronization conflict SslSelectChannel and SelectChannel
+ + Optional static content cache
+ JETTY-310 better exception when no filter file for cometd servlet
+ JETTY-323 handle htaccess without a user realm
+ JETTY-346 add wildcard support to extra scan targets for maven plugin
@@ -3817,14 +2470,24 @@ jetty-6.1.4rc1 - 10 June 2007
+ JETTY-362 More object locks
+ JETTY-365 make needClientAuth work on SslSelectChannelConnector
+ JETTY-366 JETTY-368 Improved bayeux disconnect
- + async client improvements
- + fixed handling of large streamed files
- + Fixed synchronization conflict SslSelectChannel and SelectChannel
- + moved documentation for jetty and jspc maven plugins to wiki
- + Optional static content cache
- + Work around IBM JVM socket close issue
jetty-6.1.4rc0 - 01 June 2007
+ + Reorganized import of contrib modules
+ + Unified JMX configuration
+ + Updated slf4j version to 1.3.1
+ + Updated junit to 3.8.2
+ + Allow XmlConfiguration properties to be configured
+ + Add (commented out) jspc precompile to test-webapp
+ + Add slf4j-api for upgraded version
+ + Change scope of fields for Session
+ + Add ability to run cometd webapps to maven plugin
+ + Delay ssl handshake until after dispatch in sslSocketConnector
+ + Set so_timeout during ssl handshake as an option on SslSocketConnector
+ + Optional send Date header. Server.setSendDateHeader(boolean)
+ + update etc/jetty-ssl.xml with new handshake timeout setting
+ + fixed JSP close handling
+ + improved date header handling
+ + fixed waiting continuation reset
+ JETTY-257 fixed comet cross domain
+ JETTY-309 fix applied to sslEngine
+ JETTY-317 rollback inclusion of cometd jar for maven plugin
@@ -3840,46 +2503,30 @@ jetty-6.1.4rc0 - 01 June 2007
+ JETTY-345 fixed lost content with blocked NIO.
+ JETTY-347 Fixed type util init
+ JETTY-352 Object locks
- + Add (commented out) jspc precompile to test-webapp
- + Add ability to run cometd webapps to maven plugin
- + Add slf4j-api for upgraded version
- + Allow XmlConfiguration properties to be configured
- + Change scope of fields for Session
- + Delay ssl handshake until after dispatch in sslSocketConnector
- + fixed JSP close handling
- + fixed waiting continuation reset
- + improved date header handling
- + Optional send Date header. Server.setSendDateHeader(boolean)
- + Reorganized import of contrib modules
- + Set so_timeout during ssl handshake as an option on SslSocketConnector
- + Unified JMX configuration
- + Updated junit to 3.8.2
- + Updated slf4j version to 1.3.1
- + update etc/jetty-ssl.xml with new handshake timeout setting
jetty-6.1.3 - 04 May 2007
+ + Handle CRLF for content in header optimization
+ JETTY-309 don't clear writable status until dispatch
+ JETTY-315 suppressed warning
+ JETTY-322 AJP13 cping and keep alive
- + Handle CRLF for content in header optimization
jetty-6.1.2 - 01 May 2007
- + JETTY-322 fix ajp cpong response and close handling
- + JETTY-324 fix ant plugin
- + JETTY-328 updated jboss
- + Added static member definition in WadiSessionManager
- + Fixed session invalidation error in WadiSessionManager
+ Improved unavailabile handling
+ sendError resets output state
+ + Fixed session invalidation error in WadiSessionManager
+ Updated Wadi to version 2.0-M3
+ + Added static member definition in WadiSessionManager
+ + JETTY-322 fix ajp cpong response and close handling
+ + JETTY-324 fix ant plugin
+ + JETTY-328 updated jboss
jetty-6.1.2rc5 - 24 April 2007
+ + set default keystore for SslSocketConnector
+ + removed some compile warnings
+ + Allow jsp-file to be / or /*
+ JETTY-305 delayed connection destroy
+ JETTY-309 handle close in multivalue connection fields.
+ JETTY-314 fix for possible NPE in Request.isRequestedSessionIdValid
- + Allow jsp-file to be / or /*
- + removed some compile warnings
- + set default keystore for SslSocketConnector
jetty-6.1.2rc4 - 19 April 2007
+ JETTY-294 Fixed authentication reset
@@ -3890,6 +2537,12 @@ jetty-6.1.2rc4 - 19 April 2007
+ JETTY-304 Fixed authentication reset
jetty-6.1.2rc3 - 16 April 2007
+ + Improved performance and exclusions for TLD scanning
+ + MBean properties assume writeable unless marked RO
+ + refactor of SessionManager and SessionIdManager for clustering
+ + Improvements to allow simple setting of Cache-Control headers
+ + AJP redirects https requests correctly
+ + Fixed writes of unencoded char arrays.
+ JETTY-283 Parse 206 and 304 responses in client
+ JETTY-285 enable jndi for mvn jetty:run-war and jetty:run-exploded
+ JETTY-289 fixed javax.net.ssl.SSLException on binary file upload
@@ -3900,14 +2553,20 @@ jetty-6.1.2rc3 - 16 April 2007
+ JETTY-296 Close direct content inputstreams
+ JETTY-297 Recreate tmp dir on stop/start
+ JETTY-298 Names in JMX ObjectNames for context, servlets and filters
- + AJP redirects https requests correctly
- + Fixed writes of unencoded char arrays.
- + Improved performance and exclusions for TLD scanning
- + Improvements to allow simple setting of Cache-Control headers
- + MBean properties assume writeable unless marked RO
- + refactor of SessionManager and SessionIdManager for clustering
jetty-6.1.2rc2 - 27 March 2007
+ + Enable the SharedStoreContextualiser for the WadiSessionManager(Database
+ store for clustering)
+ + AJP13 CPING request and CPONG response implemented
+ + AJP13 Shutdown Request from peer implemented
+ + AJP13 remoteUser, contextPath, servletPath requests implemented
+ + Change some JNDI logging to debug level instead of info
+ + Update jasper to glassfish tag SJSAS-9_1-B39-RC-14_Mar_2007
+ + Optimized multi threaded init on startup servlets
+ + Removed unneeded specialized TagLibConfiguration class from maven plugin
+ + Refactor Scanner to increase code reuse with maven/ant plugins
+ + Added RestFilter for PUT and DELETE from Aleksi Kallio
+ + Make annotations work for maven plugin
+ JETTY-125 maven plugin: ensure test dependencies on classpath for
<useTestClasspath>
+ JETTY-246 path encode cookies rather than quote
@@ -3929,20 +2588,23 @@ jetty-6.1.2rc2 - 27 March 2007
+ JETTY-284 Fixed stop connector race
+ JETTY-286 isIntegral and isConfidential methods overridden in
SslSelectChannelConnector
- + Added RestFilter for PUT and DELETE from Aleksi Kallio
- + AJP13 CPING request and CPONG response implemented
- + AJP13 remoteUser, contextPath, servletPath requests implemented
- + AJP13 Shutdown Request from peer implemented
- + Change some JNDI logging to debug level instead of info
- + Enable the SharedStoreContextualiser for the WadiSessionManager(Database
- store for clustering)
- + Make annotations work for maven plugin
- + Optimized multi threaded init on startup servlets
- + Refactor Scanner to increase code reuse with maven/ant plugins
- + Removed unneeded specialized TagLibConfiguration class from maven plugin
- + Update jasper to glassfish tag SJSAS-9_1-B39-RC-14_Mar_2007
jetty-6.1.2rc1 - 08 March 2007
+ + TagLibConfiguration uses resource input stream
+ + Improved handling of early close in AJP
+ + add ajp connector jar to jetty-jboss sar
+ + Improved Context setters for wadi support
+ + fix Dump servlet to handle primitive array types
+ + handle comma separated values for the Connection: header
+ + Added option to allow null pathInfo within context
+ + BoundedThreadPool queues rather than blocks excess jobs.
+ + Support null pathInfo option for webservices deployed to jetty/jboss
+ + Workaround to call SecurityAssocation.clear() for jboss webservices calls to
+ ejbs
+ + Ensure jetty/jboss uses servlet-spec classloading order
+ + call preDestroy() after servlet/filter destroy()
+ + Fix constructor for Constraint to detect wildcard role
+ + Added support for lowResourcesIdleTime to SelectChannelConnector
+ JETTY-157 make CGI handle binary data
+ JETTY-175 JDBCUserRealm use getInt instead of getObject
+ JETTY-188 Use timer for session scavaging
@@ -3956,21 +2618,6 @@ jetty-6.1.2rc1 - 08 March 2007
+ JETTY-250 protect attribute enumerations from modification
+ JETTY-252 Fixed stats handling of close connection
+ JETTY-254 prevent close of jar file by bad JVMs
- + add ajp connector jar to jetty-jboss sar
- + Added option to allow null pathInfo within context
- + Added support for lowResourcesIdleTime to SelectChannelConnector
- + BoundedThreadPool queues rather than blocks excess jobs.
- + call preDestroy() after servlet/filter destroy()
- + Ensure jetty/jboss uses servlet-spec classloading order
- + Fix constructor for Constraint to detect wildcard role
- + fix Dump servlet to handle primitive array types
- + handle comma separated values for the Connection: header
- + Improved Context setters for wadi support
- + Improved handling of early close in AJP
- + Support null pathInfo option for webservices deployed to jetty/jboss
- + TagLibConfiguration uses resource input stream
- + Workaround to call SecurityAssocation.clear() for jboss webservices calls to
- ejbs
jetty-6.1.2rc0 - 15 February 2007
+ JETTY-223 Fix disassociate of UserPrincipal on dispatches
@@ -3979,20 +2626,24 @@ jetty-6.1.2rc0 - 15 February 2007
+ JETTY-236 Buffer leak
+ JETTY-237 AJPParser Buffer Data Handling
+ JETTY-238 prevent form truncation
+ + Patches from sybase for ClientCertAuthenticator
+ Coma separated cookies
+ Cometd timeout clients
- + Patches from sybase for ClientCertAuthenticator
jetty-6.1.2pre1 - 05 February 2007
+ JETTY-224 run build up to process-test before invoking jetty:run
+ Added error handling for incorrect keystore/truststore password in
SslSelectChannelConnector
- + added win32service to standard build
- + allow ResourceHandler to use resource base from an enclosing ContextHandler
+ fixed bug with virtual host handling in ContextHandlerCollection
+ + added win32service to standard build
+ refactored cometd to be continuation independent
+ + allow ResourceHandler to use resource base from an enclosing ContextHandler
jetty-6.1.2pre0 - 01 February 2007
+ + Fixed 1.4 method in jetty plus
+ + Fixed generation of errors during jsp compilation for jsp-2.1
+ + Added cometd jsonp transport from aabeling
+ + Added terracotta cluster support for cometd
+ JETTY-213 request.isUserInRole(String) fixed
+ JETTY-215 exclude more transitive dependencies from tomcat jars for jsp-2.0
+ JETTY-216 handle AJP packet fragmentation
@@ -4000,128 +2651,113 @@ jetty-6.1.2pre0 - 01 February 2007
+ JETTY-219 fixed trailing encoded chars in cookies
+ JETTY-220 fixed AJP content
+ JETTY-222 fix problem parsing faces-config.xml
- + Added cometd jsonp transport from aabeling
- + Added terracotta cluster support for cometd
+ add support for Annotations in servlet, filter and listener sources
- + enable SslSelectChannelConnector to modify the SslEngine's client
- authentication settings
- + Fixed 1.4 method in jetty plus
- + Fixed generation of errors during jsp compilation for jsp-2.1
- + handle virtual hosts in ContextHandlerCollection
+ improved writer buffering
+ moved JSON parser to util to support reuse
+ + handle virtual hosts in ContextHandlerCollection
+ + enable SslSelectChannelConnector to modify the SslEngine's client
+ authentication settings
jetty-6.1.1 - 15 January 2007
jetty-6.1.1rc1 - 12 January 2007
- + JETTY-210 Build jsp-api-2.0 for java 1.4
+ Use timers for Rollover logs and scanner
+ + JETTY-210 Build jsp-api-2.0 for java 1.4
jetty-6.1.1rc0 - 10 January 2007
+ + Fixed unpacking WAR
+ + extras/win32service download only if no JavaServiceWrapper exist
+ + MultiPartFilter deleteFiles option
+ + CGI servlet fails without exception
+ JETTY-209 Added ServletTester.createSocketConnector
+ JETTY-210 Build servlet-api-2.5 for java 1.4
+ JETTY-211 fixed jboss build
- + CGI servlet fails without exception
+ ensure response headers on AjaxFilter messsages turn off caching
- + extras/win32service download only if no JavaServiceWrapper exist
- + Fixed unpacking WAR
- + MultiPartFilter deleteFiles option
- + simplified chat demo
+ start webapps on deployment with jboss, use isDistributed() method from
WebAppContext
+ + simplified chat demo
jetty-6.1.0 - 09 January 2007
+ Fixed unpacking WAR
jetty-6.1.0 - 05 January 2007
- + JETTY-206 fixed AJP getServerPort and getRemotePort
- + Added extras/win32service
- + Added WebAppContext.setCopyWebDir to avoid JVM jar caching issues.
- + GERONIMO-2677 refactor of session id handling for clustering
+ Improved config of java5 threadpool
+ Protect context deployer from Errors
+ + Added WebAppContext.setCopyWebDir to avoid JVM jar caching issues.
+ + GERONIMO-2677 refactor of session id handling for clustering
+ ServletTester sets content length
+ + Added extras/win32service
+ + JETTY-206 fixed AJP getServerPort and getRemotePort
jetty-6.1.0rc3 - 02 January 2007
+ JETTY-195 fixed ajp ssl_cert handling
+ JETTY-197 fixed getRemoteHost
+ JETTY-203 initialize ServletHandler if no Context instance
+ JETTY-204 setuid fix
- + extras/servlet-tester
- + implement resource injection and lifecycle callbacks declared in web.xml
+ setLocale does not use default content type
+ Use standard releases of servlet and jsp APIs.
+ + implement resource injection and lifecycle callbacks declared in web.xml
+ + extras/servlet-tester
jetty-6.1.0rc2 - 20 December 2006
- + JETTY-167 cometd refactor
- + JETTY-194 doubles slashes are significant in URIs
- + JETTY-201 make run-as work for both web container and ejb container in jboss
+ AJP13Parser, throw IllegalStateException on unimplemented AJP13 Requests
+ ContextHandlerCollection is noop with no handlers
- + ensure classpath passed to jspc contains file paths not urls
- + ensure com.sun.el.Messages.properties included in jsp-2.1 jar
+ ensure servlets initialized if only using ServletHandler
+ fixed Jetty-197 AJP13 getRemoteHost()
+ Refactored AbstractSessionManager for ehcache
+ + ensure classpath passed to jspc contains file paths not urls
+ + JETTY-194 doubles slashes are significant in URIs
+ + JETTY-167 cometd refactor
+ remove code to remove SecurityHandler if no constraints present
+ + JETTY-201 make run-as work for both web container and ejb container in jboss
+ + ensure com.sun.el.Messages.properties included in jsp-2.1 jar
jetty-6.1.0rc1 - 14 December 2006
+ + simplified idle timeout handling
+ JETTY-193 MailSessionReference without authentication
+ JETTY-199 newClassPathResource
- + added cache session manager(pre-alpha)
+ ensure unique name for ServletHolder instances
- + simplified idle timeout handling
+ + added cache session manager(pre-alpha)
jetty-6.1.0rc0 - 08 December 2006
- + JETTY-123 fix improved
+ JETTY-181 Allow injection of a java:comp Context
+ JETTY-182 Optionally set JSP classpath initparameter
- + JETTY-184 cometd connect non blocking
- + JETTY-185 tmp filename generation
- + JETTY-189 ProxyConnection
- + 403 for BASIC authorization failure
- + Added extras/gwt
- + Added org.mortbay.thread.concurrent.ThreadPool
- + Added spring ejb3 demo example
- + DefaultHandler links virtual hosts.
+ Dispatcher does not protect javax.servlet attributes
+ + DefaultHandler links virtual hosts.
+ Fixed cachesize on invalidate
- + Fixed idle timeout
- + flush if content-length written
- + forward query attribute fix
- + Handle request content encodings
- + null for unknown named dispatches
+ Optimization of writers
+ ServletHandler allows non REQUEST exceptions to propogate
- + Servlet role ref
+ + TCK fixes from Sybase:
+ + Handle request content encodings
+ + forward query attribute fix
+ session attribute listener
+ + Servlet role ref
+ + flush if content-length written
+ + 403 for BASIC authorization failure
+ + null for unknown named dispatches
+ + JETTY-184 cometd connect non blocking
+ Support for RFC2518 102-processing response
- + TCK fixes from Sybase:
+ + JETTY-123 fix improved
+ + Added org.mortbay.thread.concurrent.ThreadPool
+ + Added extras/gwt
+ + Fixed idle timeout
+ + JETTY-189 ProxyConnection
+ + Added spring ejb3 demo example
+ update jasper to glassfish SJSAS-9_1-B27-EA-07_Dec_2006
+ + JETTY-185 tmp filename generation
jetty-6.1.0pre3 - 22 November 2006
- + JETTY-154 Cookies are double quotes only
- + JETTY-180 XBean support for context deploy
+ + fixed NIO endpoint flush. Avoid duplicate sends
+ CVE-2006-6969 Upgraded session ID generation to use SecureRandom
+ + updated glassfish jasper to tag SJSAS-9_1-B25-EA-08_Nov_2006
+ + Support TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+ + JETTY-180 XBean support for context deploy
+ + JETTY-154 Cookies are double quotes only
+ Expose isResumed on Continuations
- + fixed NIO endpoint flush. Avoid duplicate sends
+ Refactored AJP generator
- + Support TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- + updated glassfish jasper to tag SJSAS-9_1-B25-EA-08_Nov_2006
jetty-6.0.2 - 22 November 2006
- + JETTY-118 ignore extra content after close.
- + JETTY-119 cleanedup Security optimizatoin
- + JETTY-123 handle windows UNC paths
- + JETTY-126 handle content > Integer.MAX_VALUE
- + JETTY-129 ServletContextListeners called after servlets are initialized
- + JETTY-151 Idle timeout only applies to blocking operations
- + JETTY-154 Cookies are double quotes only
- + JETTY-171 Fixed filter mapping
- + JETTY-172 use getName() instead of toString
- + JETTY-173 restore servletpath after dispatch
- + (re)make JAAS classes available to webapp classloader
- + add <Property> replacement in jetty xml config files
+ + Moved all modules updates from 6.1pre2 to 6.0
+ Added concept of bufferred endpoint
+ Added conversion Object -> ObjectName for the result of method calls made on
MBeans
@@ -4132,8 +2768,9 @@ jetty-6.0.2 - 22 November 2006
+ Added ID constructor to AbstractSessionManager.Session
+ added isStopped() in LifeCycle and AbstractLifeCycle
+ Added override descriptor for deployment of RO webapps
- + Allow session cookie to be refreshed
+ + add <Property> replacement in jetty xml config files
+ alternate optimizations of writer (use -Dbuffer.writers=true)
+ + Allow session cookie to be refreshed
+ Apply queryEncoding to getQueryString
+ CGI example in test webapp
+ change examples/test-jndi-webapp so it can be regularly built
@@ -4148,395 +2785,405 @@ jetty-6.0.2 - 22 November 2006
+ Fixed tld parsing for maven plugin
+ HttpGenerator can generate requests
+ Improved *-mbean.properties files and specialized some MBean
+ + JETTY-118 ignore extra content after close.
+ + JETTY-119 cleanedup Security optimizatoin
+ + JETTY-123 handle windows UNC paths
+ + JETTY-126 handle content > Integer.MAX_VALUE
+ + JETTY-129 ServletContextListeners called after servlets are initialized
+ + JETTY-151 Idle timeout only applies to blocking operations
+ + JETTY-154 Cookies are double quotes only
+ + JETTY-171 Fixed filter mapping
+ + JETTY-172 use getName() instead of toString
+ + JETTY-173 restore servletpath after dispatch
+ Major refactor of SelectChannel EndPoint for client selector
+ make .tag files work in packed wars
- + Moved all modules updates from 6.1pre2 to 6.0
+ Plugin shutdown context before stopping it.
+ Refactored session lifecycle and additional tests
+ release resource lookup in Default servlet
+ + (re)make JAAS classes available to webapp classloader
+ Reverted UnixCrypt to use coersions (that effected results)
+ Session IDs can change worker ID
+ Simplified ResourceCache and Default servlet
+ SocketConnector closes all connections in doStop
- + Support TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- + updated glassfish jasper to tag SJSAS-9_1-B25-EA-08_Nov_2006
+ Upgraded session ID generation to use SecureRandom
+ + updated glassfish jasper to tag SJSAS-9_1-B25-EA-08_Nov_2006
+ + Support TLS_DHE_RSA_WITH_AES_256_CBC_SHA
jetty-5.1.14 - 09 August 2007
+ + patched with correct version
+ JETTY-155 force close with content length.
+ JETTY-369 failed state in Container
- + patched with correct version
jetty-5.1.13
+ Sourceforge 1648335: problem setting version for AJP13
jetty-5.1.12 - 22 November 2006
- + JETTY-154 Cookies ignore single quotes
+ Added support for TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- + AJP protected against bad requests from mod_jk
- + Quote single quotes in cookies
+ Upgraded session ID generation to use SecureRandom
+ + Quote single quotes in cookies
+ + AJP protected against bad requests from mod_jk
+ + JETTY-154 Cookies ignore single quotes
jetty-4.2.27 - 22 November 2006
- + AJP protected against bad requests from mod_jk
+ Upgraded session ID generation to use SecureRandom
+ + AJP protected against bad requests from mod_jk
jetty-6.1.0pre2 - 20 November 2006
+ Added extraClassPath to WebAppContext
- + Clean up jboss module licensing
+ Fixed resource cache flushing
+ + Clean up jboss module licensing
jetty-6.1.0pre1 - 19 November 2006
+ + Use ContextDeployer as main deployer in jetty.xml
+ + Added extras/jboss
+ + Major refactor of SelectChannel EndPoint for client selector
+ + Fixed NPE in bio.SocketEndPoint.getRemoteAddr()
+ + Reverted UnixCrypt to use coersions (that effected results)
+ JETTY-151 Idle timeout only applies to blocking operations
+ + alternate optimizations of writer (use -Dbuffer.writers=true)
+ JETTY-171 Fixed filter mapping
+ JETTY-172 use getName() instead of toString
+ JETTY-173 restore servletpath after dispatch
- + Added extras/jboss
- + Added hierarchical destroy of mbeans
- + Added override descriptor for deployment of RO webapps
- + alternate optimizations of writer (use -Dbuffer.writers=true)
- + Fixed NPE in bio.SocketEndPoint.getRemoteAddr()
- + Major refactor of SelectChannel EndPoint for client selector
+ release resource lookup in Default servlet
- + Reverted UnixCrypt to use coersions (that effected results)
+ Simplified ResourceCache and Default servlet
- + Use ContextDeployer as main deployer in jetty.xml
+ + Added override descriptor for deployment of RO webapps
+ + Added hierarchical destroy of mbeans
jetty-6.1.0pre0 - 21 October 2006
+ + add <Property> replacement in jetty xml config files
+ + make .tag files work in packed wars
+ + add hot deployment capability
+ + ensure setContextPath() works when invoked from jetty-web.xml
+ + ensure sessions nulled out on request recycle; ensure session null after
+ invalidate
+ + ensure "" returned for ServletContext.getContextPath() for root context
+ + Fixed tld parsing for maven plugin
+ + Improved *-mbean.properties files and specialized some MBean
+ + Added conversion Object -> ObjectName for the result of method calls made on
+ MBeans
+ + JETTY-129 ServletContextListeners called after servlets are initialized
+ + change examples/test-jndi-webapp so it can be regularly built
+ + added isStopped() in LifeCycle and AbstractLifeCycle
+ + fixed isUserInRole checking for JAASUserRealm
+ + fixed ClassCastException in JAASUserRealm.setRoleClassNames(String[])
+ + add a maven-jetty-jspc-plugin to do jspc precompilation
+ + added examples/test-jaas-webapp
+ + (re)make JAAS classes available to webapp classloader
+ + CGI example in test webapp
+ + Plugin shutdown context before stopping it.
+ + Added concept of bufferred endpoint
+ + Factored ErrorPageErrorHandler out of WebAppContext
+ + Refactored ErrorHandler to avoid statics
+ + Transforming classloader does not transform resources.
+ + SocketConnector closes all connections in doStop
+ + Improved charset handling in URLs
+ + minor optimization of bytes to UTF8 strings
+ JETTY-112 ContextHandler checks if started
+ JETTY-113 support optional query char encoding on requests
+ JETTY-114 removed utf8 characters from code
+ JETTY-115 Fixed addHeader
- + JETTY-118 ignore extra content after close.
+ + added cometd chat demo
+ JETTY-119 cleanedup Security optimizatoin
+ + Refactored session lifecycle and additional tests
+ JETTY-121 init not called on externally constructed servlets
- + JETTY-123 handle windows UNC paths
+ JETTY-124 always initialize filter caches
+ JETTY-126 handle content > Integer.MAX_VALUE
- + JETTY-129 ServletContextListeners called after servlets are initialized
- + (re)make JAAS classes available to webapp classloader
- + add <Property> replacement in jetty xml config files
- + add a maven-jetty-jspc-plugin to do jspc precompilation
- + added cometd chat demo
- + Added concept of bufferred endpoint
- + Added conversion Object -> ObjectName for the result of method calls made on
- MBeans
- + Added DataFilter configuration to cometd
- + added examples/test-jaas-webapp
- + Added extras/setuid to support start as root
+ + JETTY-123 handle windows UNC paths
+ + JETYY-120 SelectChannelConnector closes all connections on stop
+ Added ID constructor to AbstractSessionManager.Session
- + added isStopped() in LifeCycle and AbstractLifeCycle
- + add hot deployment capability
- + AJP Connector
+ Allow session cookie to be refreshed
+ + Added DataFilter configuration to cometd
+ + Added extras/setuid to support start as root
+ Apply queryEncoding to getQueryString
- + CGI example in test webapp
- + change examples/test-jndi-webapp so it can be regularly built
- + Default soLinger is -1 (disabled)
- + ensure "" returned for ServletContext.getContextPath() for root context
- + ensure sessions nulled out on request recycle; ensure session null after
- invalidate
- + ensure setContextPath() works when invoked from jetty-web.xml
- + Factored ErrorPageErrorHandler out of WebAppContext
- + fixed ClassCastException in JAASUserRealm.setRoleClassNames(String[])
- + fixed isUserInRole checking for JAASUserRealm
- + Fixed tld parsing for maven plugin
+ + JETTY-118 ignore extra content after close.
+ HttpGenerator can generate requests
- + Improved *-mbean.properties files and specialized some MBean
- + Improved charset handling in URLs
- + JETYY-120 SelectChannelConnector closes all connections on stop
- + make .tag files work in packed wars
- + minor optimization of bytes to UTF8 strings
- + Plugin shutdown context before stopping it.
+ Ported HtAccessHandler
- + Refactored ErrorHandler to avoid statics
- + Refactored session lifecycle and additional tests
- + Session IDs can change worker ID
- + SocketConnector closes all connections in doStop
+ Start of a client API
- + Transforming classloader does not transform resources.
+ + Session IDs can change worker ID
+ + Default soLinger is -1 (disabled)
+ + AJP Connector
jetty-5.1.11 - 08 October 2006
- + Default servlet only uses setContentLength on wrapped responses
- + Fixed AJP chunk header (1507377)
- + Fixed AJP handling of certificate length (1494939)
+ fixed ByteBufferOutputStream capacity calculation
+ + Fixed AJP handling of certificate length (1494939)
+ + Fixed AJP chunk header (1507377)
+ Fixed order of destruction event calls
+ Fix to HttpOutputStream from M.Traverso
+ + Default servlet only uses setContentLength on wrapped responses
jetty-4.2.26 - 08 October 2006
+ Backport of AJP fixes
jetty-6.0.1 - 24 September 2006
+ + fixed isUserInRole checking for JAASUserRealm
+ + fixed ClassCastException in JAASUserRealm.setRoleClassNames(String[])
+ + Improved charset handling in URLs
+ + Factored ErrorPageErrorHandler out of WebAppContext
+ + Refactored ErrorHandler to avoid statics
+ JETTY-112 ContextHandler checks if started
- + JETTY-113 support optional query char encoding on requests
+ JETTY-114 removed utf8 characters from code
+ JETTY-115 Fixed addHeader
+ JETTY-121 init not called on externally constructed servlets
+ + minor optimization of bytes to UTF8 strings
+ + JETTY-113 support optional query char encoding on requests
+ JETTY-124 always initialize filter caches
- + Factored ErrorPageErrorHandler out of WebAppContext
- + fixed ClassCastException in JAASUserRealm.setRoleClassNames(String[])
- + fixed isUserInRole checking for JAASUserRealm
- + Improved charset handling in URLs
+ JETYY-120 SelectChannelConnector closes all connections on stop
- + minor optimization of bytes to UTF8 strings
- + Refactored ErrorHandler to avoid statics
jetty-6.0.0 - 10 September 2006
- + Conveniance builder methods for listeners and filters
- + Plugin shutdown context before stopping it.
+ SocketConnector closes all connections in doStop
+ + Conveniance builder methods for listeners and filters
+ Transforming classloader does not transform resources.
+ + Plugin shutdown context before stopping it.
jetty-6.0.0rc4 - 05 September 2006
- + JETTY-107 Poor cast in SessionDump demo.
+ bind jetty-env.xml entries to java:comp/env
+ + JETTY-107 Poor cast in SessionDump demo.
+ Set charset on error pages
jetty-6.0.0rc3 - 01 September 2006
- + JETTY-68 Complete request after sendRedirect
- + JETTY-104 (raised glassfish ISSUE-1044) hide JSP forced path attribute
- + Avoid double error handling of Bad requests
- + don't warn for content length on head requests
+ + pulled 6.0.0 branch
+ JETTY-103
- + Less verbose handling of BadResources from bad URLs
+ Move MailSessionReference to org.mortbay.naming.factories
- + pulled 6.0.0 branch
+ + Less verbose handling of BadResources from bad URLs
+ + Avoid double error handling of Bad requests
+ + don't warn for content length on head requests
+ + JETTY-104 (raised glassfish ISSUE-1044) hide JSP forced path attribute
+ + JETTY-68 Complete request after sendRedirect
+ Transferred the sslengine patch from the patches directory to extras
jetty-6.0.0rc2 - 25 August 2006
+ + use mvn -Dslf4j=false jetty:run to disable use of slf4j logging with
+ jdk1.4/jsp2.0
+ added org.apache.commons.logging package to system classes that can't be
overridden by a webapp classloader
- + Destroy HttpConnection to improve buffer pooling
- + Direct buffer useage is optional
- + Fixed NPE when no resource cache
- + Moved more utility packagtes to the util jar
+ mvn -Djetty.port=x jetty:run uses port number given for the default
connector
+ + Fixed NPE when no resource cache
+ Refactored WebXmlConfiguration to allow custom web.xml resource
+ + Moved more utility packagtes to the util jar
+ + Direct buffer useage is optional
+ + Destroy HttpConnection to improve buffer pooling
+ Timestamp in StdErrLog
- + use mvn -Dslf4j=false jetty:run to disable use of slf4j logging with
- jdk1.4/jsp2.0
jetty-6.0.0rc1 - 16 August 2006
+ + Support for binding References and Referenceables and javax.mail.Sessions in
+ JNDI
+ + Added TransformingWebAppClassLoader for spring 2.0 byte code modification
+ support
+ + JETTY-90
+ + Fixed FD leak for bad TCP acks. JETTY-63
+ + JETTY-87
+ + Change path mapping so that a path spec of /foo/* does not match /foo.bar :
+ JETTY-88
+ + add <requestLog> config param to jetty plugin
+ JETTY-85 JETTY-86 (TrustManager and SecureRandom are now configurable;
better handling of null/default values)
- + add <requestLog> config param to jetty plugin
+ + parse jsp-property-group in web.xml for additional JSP servlet mappings
+ + protected setContentType from being set during include
+ + JETTY-91
+ added modules/spring with XmlBeanFactory configuration
- + Added simple ResourceHandler and FileServer example
+ + removed support for lowResources from SelectChannelConnector
+ added start of cometd implementation (JSON only)
+ added start of grizzly connector
- + Added TransformingWebAppClassLoader for spring 2.0 byte code modification
- support
- + Allow direct filling of buffers for uncached static content.
- + Change path mapping so that a path spec of /foo/* does not match /foo.bar :
- JETTY-88
+ + removed org.mortbay. from context system classes configuration
+ -DSTOP.PORT must be specified.
- + fixed bug that caused Response.setStatus to ignore the provided message
- + Fixed FD leak for bad TCP acks. JETTY-63
- + JETTY-87
- + JETTY-90
- + JETTY-91
+ moved optional modules to extras
- + parse jsp-property-group in web.xml for additional JSP servlet mappings
- + protected setContentType from being set during include
+ + fixed bug that caused Response.setStatus to ignore the provided message
+ refactored resource cache
- + removed org.mortbay. from context system classes configuration
- + removed support for lowResources from SelectChannelConnector
- + Support for binding References and Referenceables and javax.mail.Sessions in
- JNDI
+ + Allow direct filling of buffers for uncached static content.
+ + Added simple ResourceHandler and FileServer example
jetty-6.0.0rc0 - 07 July 2006
- + add ability to have a lib/ext dir from which to recursively add all jars and
- zips to the classpath
- + Added 8 random letters&digits to Jetty-generated tmp work dir name to ensure
- uniqueness
- + added html module from jetty 5 - but deprecated until maintainer found
- + Added maximum limit to filter chain cache.
+ + change prefix from "jetty6" to just "jetty" for plugin: eg is now mvn
+ jetty:run
+ + allow <key> or <name> in <systemProperty> for plugin
+ + simplified jetty.xml with new constructor injections
+ added setters and getters on SessionManager API for session related config:
cookie name, url parameter name, domain, max age and path.
- + added StatisticsHandler and statistics on Connector.
- + Added WebAppContextClassLoader.newInstance to better support exensible
- loaders.
- + allow <key> or <name> in <systemProperty> for plugin
- + changed ServletContext.getResourcePaths() to not return paths containing
- double slashes
+ + add ability to have a lib/ext dir from which to recursively add all jars and
+ zips to the classpath
+ + patch to allow Jetty to use JSP2.1 from Glassfish instead of Jasper from
+ Tomcat
+ + fixed classesDirectory param for maven plugin to be configurable
+ + ensure explicitly set tmp directory called "work" is not deleted on exit
+ + ensure war is only unpacked if war is newer than "work" directory
+ change name of generated tmp directory to be
"Jetty_"+host+"_"+port+"_"+contextpath+"_"+virtualhost
- + change prefix from "jetty6" to just "jetty" for plugin: eg is now mvn
- jetty:run
+ Cleaned up idle expiry.
- + ContextHandlerCollection addContext and setContextClass
- + Discard excess bytes in header buffer if connection is closing
- + Do not wrap EofException with EofException
- + ensure explicitly set tmp directory called "work" is not deleted on exit
+ + Ssl algorithm taken from system property
+ + Added 8 random letters&digits to Jetty-generated tmp work dir name to ensure
+ uniqueness
+ + Simplify runtime resolution of JSP library for plugin
+ Ensure mvn clean cleans the build
- + ensure war is only unpacked if war is newer than "work" directory
- + fixed classesDirectory param for maven plugin to be configurable
- + fixed HttpGenerator convertion of non UTF-8: JETTY-82
- + immutable getParameterMap()
- + patch to allow Jetty to use JSP2.1 from Glassfish instead of Jasper from
- Tomcat
- + refactor HttpChannelEndPoint in preparation for SslEngine
+ + Do not wrap EofException with EofException
+ reverse order for destroy event listeners
- + simplified jetty.xml with new constructor injections
+ + added StatisticsHandler and statistics on Connector.
+ Simplified Servlet Context API
- + Simplify runtime resolution of JSP library for plugin
- + Ssl algorithm taken from system property
- + support <load-on-startup> for SingleThreadModel
- + support graceful shutdown
- + Threadpool does not need to be a LifeCycle
+ + Added maximum limit to filter chain cache.
+ + refactor HttpChannelEndPoint in preparation for SslEngine
+ + ContextHandlerCollection addContext and setContextClass
+ + Discard excess bytes in header buffer if connection is closing
+ Updated javax code from
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/javax@417727
+ + Threadpool does not need to be a LifeCycle
+ + support graceful shutdown
+ + Added WebAppContextClassLoader.newInstance to better support exensible
+ loaders.
+ + immutable getParameterMap()
+ + support <load-on-startup> for SingleThreadModel
+ + changed ServletContext.getResourcePaths() to not return paths containing
+ double slashes
+ + fixed HttpGenerator convertion of non UTF-8: JETTY-82
+ + added html module from jetty 5 - but deprecated until maintainer found
jetty-6.0.0beta17 - 01 June 2006
- + Added clover reports and enough tests to get >50% coverage
+ Added config to disable file memory mapped buffers for windows
+ Added Request.isHandled()
- + BoundedThreadPool.doStop waits for threads to complete
- + Connector lowResourceMaxIdleTime implemented.
+ + Refactored Synchronization of SelectChannelConnector
+ + Recovered repository from Codehaus crash
+ ContextHandler.setConnectors replace setHosts
+ + Connector lowResourceMaxIdleTime implemented.
+ Default servlet checks for aliases resources
- + don't reset headers during forward
+ + Added clover reports and enough tests to get >50% coverage
+ Fixed IE SSL issue.
- + Flush will flush all bytes rather than just some.
+ Implemented runAs on servlets
+ + Flush will flush all bytes rather than just some.
+ Protected WEB-INF and META-INF
- + Recovered repository from Codehaus crash
- + Refactored Synchronization of SelectChannelConnector
+ + don't reset headers during forward
+ + BoundedThreadPool.doStop waits for threads to complete
jetty-6.0.0beta16 - 12 May 2006
+ remove a couple of System.err.printlns
+ replace backwards compativle API in UrlEncoded
jetty-6.0.0beta15 - 11 May 2006
- + Added <scanTargets> parameter to allow other locations to scan for plugin
- + Added automatic scan of all WEB-INF/jetty-*.xml files for plugin
- + Added embedded examples
+ Added Server attribute org.mortbay.jetty.Request.maxFormContentSize
- + Added taglib resources to 2.1 jsp api jar
+ + Renamed NotFoundHandler to DefaultHandler
+ + Added automatic scan of all WEB-INF/jetty-*.xml files for plugin
+ + Added <scanTargets> parameter to allow other locations to scan for plugin
+ + Major refactor to simplify Server and handler hierarchy
+ + setSendServerVersion method added to Server to control sending of Server:
+ http header
+ + removed SelectBlockingChannelConnector (unmaintained)
+ + Improved HttpException
+ + Moved more resources to resources
+ Added ThrottlingFilter and fixed race in Continuations
- + Added --version to start.jar
+ + Added taglib resources to 2.1 jsp api jar
+ + Reset of timer task clears expiry
+ + improved MBeanContainer object removal
+ ContextHandler.setContextPath can be called after start.
- + don't accept partial authority in request line.
- + enforce 204 and 304 have no content
+ Fixed handling of params after forward
- + Improved HttpException
- + improved MBeanContainer object removal
+ + Added --version to start.jar
+ + Added embedded examples
+ + Simplified DefaultServlet static content buffering
+ + readded BoundedThreadPool shrinking (and then fixed resulting deadlock)
+ improved MBean names
+ improved support for java5 jconsole
- + Major refactor to simplify Server and handler hierarchy
- + Moved more resources to resources
- + readded BoundedThreadPool shrinking (and then fixed resulting deadlock)
- + removed SelectBlockingChannelConnector (unmaintained)
- + Renamed NotFoundHandler to DefaultHandler
- + Reset of timer task clears expiry
+ Session scavenger threads from threadpool
- + setSendServerVersion method added to Server to control sending of Server:
- http header
- + Simplified DefaultServlet static content buffering
+ Thread names include URI if debug set
+ + don't accept partial authority in request line.
+ + enforce 204 and 304 have no content
jetty-6.0.0beta14 - 09 April 2006
- + added configurability for webdefault.xml in maven plugin
- + Added Jasper 2.1 as jesper (jasper without JCL)
- + added jetty-util.jar module
- + Added JSP 2.1 APIs from apache
- + added ProxyServlet
- + added reset to Continuation
+ + ignore dirs and files that don't exist in plugin scanner
+ added support for stopping jetty using "java -jar start.jar --stop"
+ + added configurability for webdefault.xml in maven plugin
+ adding InvokerServlet
+ + added ProxyServlet
+ + stop JDBCUserRealm coercing all credentials to String
+ Change tmp dir of plugin to work to be in line with jetty convention
- + fixed forward bug (treated as include)
- + fixed HttpField iterator
+ + Modify plugin to select JSP impl at runtime
+ + Use start.config to select which JSP impl at runtime based on jdk version
+ + Added JSP 2.1 APIs from apache
+ + Added Jasper 2.1 as jesper (jasper without JCL)
+ + Started readding logging to jesper using jdk logging
+ fixed priority of port from url over host header
- + ignore dirs and files that don't exist in plugin scanner
+ implemented request.isUserInRole
- + improved contentType handling and test harness
- + Modify plugin to select JSP impl at runtime
- + moved test webapps to examples directory
+ securityHandler removed if not used.
- + Started readding logging to jesper using jdk logging
- + stop JDBCUserRealm coercing all credentials to String
- + Use start.config to select which JSP impl at runtime based on jdk version
+ + moved test webapps to examples directory
+ + improved contentType handling and test harness
+ + fixed forward bug (treated as include)
+ + fixed HttpField iterator
+ + added jetty-util.jar module
+ + added reset to Continuation
jetty-6.0.0beta12 - 16 March 2006
- + Added JSP2.0 demos to test webapp
- + Added provider support to SslListener
- + Fixed error handling in error page
- + Fixed JettyPlus for root contexts
+ Fixed maven plugin JNDI for redeploys
+ Fixed tld discovery for plugin (search dependencies)
- + Log ERROR for runtimeExceptions
+ + Fixed JettyPlus for root contexts
+ + Fixed error handling in error page
+ + Added JSP2.0 demos to test webapp
+ Upgraded jasper to 5.5.15
+ + Added provider support to SslListener
+ + Log ERROR for runtimeExceptions
jetty-6.0.0beta11 - 14 March 2006
- + Added HttpURI and improved UTF-8 parsing.
+ added JAAS
- + added missing Configurations for maven plugin
- + added patch to use joda-time
+ added webapp-specific JNDI entries
- + fixed ; decoding in URIs
+ + added missing Configurations for maven plugin
+ fixed FORM authentication
+ moved dtd and xsd to standard javax location
- + refactored configuration files and start()
+ + added patch to use joda-time
+ refactored session ID management
+ + refactored configuration files and start()
+ + fixed ; decoding in URIs
+ + Added HttpURI and improved UTF-8 parsing.
+ refactored writers and improved UTF-8 generation.
jetty-6.0.0beta10 - 25 February 2006
- + added getLocalPort() to connector
+ Added support for java:comp/env
+ Added support for pluggable transaction manager
+ + Forward masks include attributes and vice versa
+ + Fixed default servlet handling of includes
+ Additional accessors for request logging
+ + added getLocalPort() to connector
+ Fixed content-type for range requests
- + Fixed default servlet handling of includes
- + Fix for myfaces and include with close
+ Fix for sf1435795 30sec delay from c taylor
- + Fix http://jira.codehaus.org/browse/JETTY-6. hi byte reader
+ + Fix for myfaces and include with close
+ Fix sf1431936 don't chunk the chunk
- + Forward masks include attributes and vice versa
+ + Fix http://jira.codehaus.org/browse/JETTY-6. hi byte reader
+ Updates javax to MR2 release
jetty-6.0.0beta9 - 09 February 2006
- + Added CGI servlet.
- + Added request log.
- + Added TLD tag listener handling.
+ + PathMap for direct context mapping.
+ + Refactored chat demo and upgraded prototype.js
+ Continuation cleanup
+ + Fixed unraw decoding of query string
+ Fixed dispatch of wrapped requests.
+ Fixed double flush of short content.
- + fixed setLocale bug sf1426940
- + Fixed unraw decoding of query string
+ + Added request log.
+ + Added CGI servlet.
+ Force a tempdir to be set.
+ Force jasper scratch dir.
- + PathMap for direct context mapping.
- + Refactored chat demo and upgraded prototype.js
+ + fixed setLocale bug sf1426940
+ + Added TLD tag listener handling.
jetty-6.0.0beta8 - 24 January 2006
- + conveniance addHandler removeHandler methods
- + fixed bug in overloaded write method on HttpConnection (reported against
- Tapestry4.0)
+ fixed dispatch of new session problem. sf:1407090
+ + reinstated rfc2616 test harness
+ Handle pipeline requests without hangs
- + hid org.apache.commons.logging and org.slf4j packages from webapp
- + improve buffer return mechanism.
+ + Removed queue from thread pool.
+ improved caching of content types
- + maven-jetty6-plugin: ensure compile is done before invoking jetty
- + maven-jetty6-plugin: support all types of artifact dependencies
+ + fixed bug in overloaded write method on HttpConnection (reported against
+ Tapestry4.0)
+ + hid org.apache.commons.logging and org.slf4j packages from webapp
+ maven-jetty6-plugin stopped transitive inclusion of log4j and
commons-logging from commons-el for jasper
+ patch to remove spurious ; in HttpFields
- + reinstated rfc2616 test harness
- + Removed queue from thread pool.
+ + improve buffer return mechanism.
+ + conveniance addHandler removeHandler methods
+ + maven-jetty6-plugin: ensure compile is done before invoking jetty
+ + maven-jetty6-plugin: support all types of artifact dependencies
jetty-6.0.0Beta7
- + Faster header name lookup
+ Fixed infinite loop with chunk handling
+ + Faster header name lookup
+ + removed singleton Container
+ + reduced info verbosity
+ + null dispatch attributes not in names
+ maven-jetty6-plugin added tmpDirectory property
+ maven-jetty6-plugin stopped throwing an error if there is no target/classes
directory
- + null dispatch attributes not in names
- + reduced info verbosity
- + removed singleton Container
jetty-6.0.0Beta6
+ Fixed issue with blocking reads
@@ -4544,45 +3191,45 @@ jetty-6.0.0Beta6
+ optimizations
jetty-6.0.0Beta5
- + Added management module for mbeans
- + Fixed writer char[] creations
+ Moved to SVN
+ + Fixed writer char[] creations
+ + Added management module for mbeans
jetty-6.0.0Beta4
+ + System property support in plugin
+ CVE-2006-2758 Fixed JSP visibility security issue.
+ Improved jetty-web.xml access to org.mortbay classes.
+ Jasper 5.5.12
- + System property support in plugin
jetty-6.0.0Beta3
- + Fixed classloader issue with server classes
+ Fixed error in block read
+ Named dispatch.
+ + Fixed classloader issue with server classes
jetty-6.0.0Beta2
- + Improved buffer return
- + Improved reuse of HttpField values and cookies.
- + loosely coupled with JSP servlet
- + loosely coupled with SLF4J
+ merged util jar back into jetty jar
+ Simpler continuation API
+ + loosely coupled with JSP servlet
+ + loosely coupled with SLF4J
+ + Improved reuse of HttpField values and cookies.
+ + Improved buffer return
jetty-6.0.0Beta1
- + Error pages
- + Implemented all listeners
- + maven2 plugin
- + Multiple select sets
- + refactored start/stop
+ Servlet 2.5 API
- + shutdown hook
+ SSL connector
+ + maven2 plugin
+ + shutdown hook
+ + refactored start/stop
+ + Implemented all listeners
+ + Error pages
+ Virtual hosts
+ + Multiple select sets
jetty-6.0.0Beta0
- + Dispatcher parameters
- + Fixed blocking read
+ Maven 2 build
+ + Dispatcher parameters
+ UTF-8 encoding for URLs
+ + Fixed blocking read
jetty-6.0.0APLPA3
+ Added demo for Continuations
@@ -4598,41 +3245,41 @@ jetty-6.0.0ALPHA1
+ web.xml handling
jetty-6.0.0ALPHA0
- + file may be sent as sent is a single operation.
+ + Totally rearchitected and rebuilt, so 10 years of cruft could be removed!
+ Improved "dependancy injection" and "inversion of control" design of
components
+ Improved "interceptor" design of handlers
- + Missing Request Dispatchers
- + Missing Security
- + Missing war support
- + Missing web.xml based configuration
- + Optional use of NIO Buffering so that efficient direct buffers and memory
- mapped files can be used.
- + Optional use of NIO gather writes, so that for example a HTTP header and a
- memory mapped
- + Optional use of NIO non-blocking scheduling so that threads are not
- allocated per connection.
+ Smart split buffer design allows large buffers to only be allocated to
active connections. The resulting memory savings allow very large buffers to
be used, which increases the chance of efficient asynchronous flushing and
of avoiding chunking.
- + Totally rearchitected and rebuilt, so 10 years of cruft could be removed!
+ + Optional use of NIO Buffering so that efficient direct buffers and memory
+ mapped files can be used.
+ + Optional use of NIO non-blocking scheduling so that threads are not
+ allocated per connection.
+ + Optional use of NIO gather writes, so that for example a HTTP header and a
+ memory mapped
+ + file may be sent as sent is a single operation.
+ + Missing Security
+ + Missing Request Dispatchers
+ + Missing web.xml based configuration
+ + Missing war support
jetty-5.1.11RC0 - 05 April 2006
+ + stop JDBCUserRealm forcing all credentials to be String
+ + force close with shutdownOutput for win32
+ + NPE protection if desirable client certificates
+ Added provider support to SslListener
+ + logging improvements for servlet and runtime exceptions
+ Fixed AJP handling of ;jsessionid.
- + force close with shutdownOutput for win32
+ improved contentType param handling
- + logging improvements for servlet and runtime exceptions
- + NPE protection if desirable client certificates
- + stop JDBCUserRealm forcing all credentials to be String
jetty-5.1.10 - 05 January 2006
+ Fixed path aliasing with // on windows.
- + Fix for AJP13 with encoded path
+ Fix for AJP13 with multiple headers
- + Put POST content default back to iso_8859_1. GET is UTF-8 still
+ + Fix for AJP13 with encoded path
+ Remove null dispatch attributes from getAttributeNames
+ + Put POST content default back to iso_8859_1. GET is UTF-8 still
jetty-4.2.25 - 04 January 2006
+ Fixed aliasing of // for win32
@@ -4649,14 +3296,14 @@ jetty-5.1.8 - 07 December 2005
jetty-5.1.7 - 07 December 2005
jetty-5.1.7rc0 - 06 December 2005
- + better support for URI character encodings
+ + improved server stats
+ char encoding for MultiPartRequest
+ fixed merging of POST params in dispatch query string.
- + improved server stats
- + JSP file servlet mappings copy JspServlet init params.
- + Prefix servlet context logs with org.mortbay.jetty.context
+ protect from NPE in dispatcher getValues
+ Updated to 2.6.2 xerces
+ + JSP file servlet mappings copy JspServlet init params.
+ + Prefix servlet context logs with org.mortbay.jetty.context
+ + better support for URI character encodings
+ use commons logging jar instead of api jar.
jetty-5.1.6 - 18 November 2005
@@ -4664,53 +3311,53 @@ jetty-5.1.6 - 18 November 2005
+ Improved jetty-web.xml access to org.mortbay classes.
jetty-5.1.5 - 10 November 2005
- + Improved mapping of JSP files.
+ Improved shutdown hook
+ Improved URL Decoding
+ + Improved mapping of JSP files.
jetty-5.1.5rc2 - 07 October 2005
- + ProxyHandler can handle chained proxies
- + public ServerMBean constructor
- + ReFixed merge of Dispatcher params
- + Response.setLocale will set locale even if getWriter called.
+ Reverted dispatcher params to RI rather than spec behaviour.
+ + ProxyHandler can handle chained proxies
+ unsynchronized ContextLoader
+ + ReFixed merge of Dispatcher params
+ + public ServerMBean constructor
+ UTF-8 encoding for URLs
+ + Response.setLocale will set locale even if getWriter called.
jetty-5.1.5rc1 - 23 August 2005
- + Encoded full path in ResourceHandler directory listing
- + Fixed 100-continues with chunking and early commit
+ + upgraded to commons logging 1.0.4
+ + Release commons logging factories when stopping context.
+ Fixed illegal state with chunks and 100 continue - Tony Seebregts
- + Fixed merge of Dispatcher parameters
+ Fixed PKCS12Import input string method
+ + Fixed merge of Dispatcher parameters
+ + Encoded full path in ResourceHandler directory listing
+ handle extra params after charset in header
- + Release commons logging factories when stopping context.
- + upgraded to commons logging 1.0.4
+ + Fixed 100-continues with chunking and early commit
jetty-5.1.5rc0 - 16 August 2005
+ + Fixed component remove memory leak for stop/start cycles
+ + Facade over commons LogFactory so that discovery may be avoided.
+ Applied ciphersuite patch from tonyj
+ Authenticators use servlet sendError
+ CGI sets SCRIPT_FILENAME
- + Expect continues only sent if input is read.
- + Facade over commons LogFactory so that discovery may be avoided.
- + Fixed component remove memory leak for stop/start cycles
+ HttpTunnel timeout
+ NPE protection for double stop in ThreadedServer
+ + Expect continues only sent if input is read.
jetty-5.1.4 - 05 June 2005
- + Change JAAS impl to be more flexible on finding roles
+ Fixed FTP close issue.
- + ModelMBean handles null signatures
- + NPE protection in ThreadedServer
- + set classloader during webapp doStop
+ setup MX4J with JDK1.5 in start.config
+ + set classloader during webapp doStop
+ + NPE protection in ThreadedServer
+ + ModelMBean handles null signatures
+ + Change JAAS impl to be more flexible on finding roles
jetty-5.1.4rc0 - 19 April 2005
- + Allow ServletHandler in normal HttpContext again.
- + HttpServer delegates component handling to Container.
- + More protection from null classloaders.
+ ServletHttpContext correctly calls super.doStop.
+ + HttpServer delegates component handling to Container.
+ + Allow ServletHandler in normal HttpContext again.
+ Stop start.jar putting current directory on classpath.
+ + More protection from null classloaders.
+ Turn off web.xml validation for JBoss.
jetty-5.1.3 - 07 April 2005
@@ -4719,114 +3366,114 @@ jetty-5.1.3 - 07 April 2005
jetty-4.2.24 - 07 April 2005
jetty-5.1.3rc4 - 31 March 2005
- + Allow XmlConfiguration to start with no object.
- + make java:comp/env immutable for webapps as per J2EE spec
+ Moved servlet request wrapping to enterContextScope for geronimo security
+ refixed / mapping for filters
- + rework InitialContextFactory to use static 'default' namespace
+ + Allow XmlConfiguration to start with no object.
+ updated to mx4j 3.0.1
+ + rework InitialContextFactory to use static 'default' namespace
+ + make java:comp/env immutable for webapps as per J2EE spec
jetty-5.1.3rc3 - 20 March 2005
- + fixed "No getter or setter found" mbean errors
+ removed accidental enablement of DEBUG for JettyPlus jndi in
log4j.properties
+ + fixed "No getter or setter found" mbean errors
jetty-5.1.3rc2 - 16 March 2005
- + Fixed context to _context refactory error
+ Updated JSR154Filter for ERROR dispatch
+ + Fixed context to _context refactory error
jetty-5.1.3rc1 - 13 March 2005
- + Fixed principal naming in FormAuthenticator
+ Fixed typo in context-param handling.
- + JettyPlus updated to JOTM 2.0.5, XAPool 1.4.2
+ update to demo site look and feel.
+ + Fixed principal naming in FormAuthenticator
+ + JettyPlus updated to JOTM 2.0.5, XAPool 1.4.2
jetty-4.2.24rc1
+ Fixed principal naming in FormAuthenticator
jetty-5.1.3rc0 - 08 March 2005
- + Added logCookie and logLatency support to NCSARequestLog
- + Added new JAAS callback to allow extra login form fields in authentication
- + Added simple xpath support to XmlParser
- + Added SslListener for 1.4 JSSE API.
- + Added TagLibConfiguration to search for listeners in TLDs.
+ + Flush filter chain caches on servlet/filter change
+ + Fixed rollover filename format bug
+ + Fixed JSR154 error dispatch with explicit pass of type.
+ Allow system and server classes to be configured for context loader.
+ + IOException if EOF read during chunk.
+ Fixed HTAccess crypt salt handling.
- + Fixed JSR154 error dispatch with explicit pass of type.
+ + Added simple xpath support to XmlParser
+ + Added TagLibConfiguration to search for listeners in TLDs.
+ + Added SslListener for 1.4 JSSE API.
+ Fixed moderate load preventing ThreadPool shrinking.
- + Fixed rollover filename format bug
- + Flush filter chain caches on servlet/filter change
- + IOException if EOF read during chunk.
+ + Added logCookie and logLatency support to NCSARequestLog
+ + Added new JAAS callback to allow extra login form fields in authentication
jetty-4.2.24rc0 - 08 March 2005
- + Added logCookie and logLatency support to NCSARequestLog
+ Back ported Jetty 5 ThreadedServer and ThreadPool
+ + Added logCookie and logLatency support to NCSARequestLog
jetty-5.1.2 - 18 January 2005
+ Added id and ref support to XmlConfiguration
- + Apply patch #1103953
+ Cleaned up AbstractSessionManager synchronization.
+ Fixed potential concurrent login problem with JAAS
+ + Apply patch #1103953
jetty-4.2.23 - 16 January 2005
+ Cleaned up AbstractSessionManager synchronization.
+ Fixed potential concurrent login problem with JAAS
jetty-5.1.2pre0 - 22 December 2004
- + Added global invalidation to AbstractSessionManager
+ Fixed case of Cookie parameters
- + Fixed suffix filters
- + Modified useRequestedID handling to only use IDs from other contexts
+ Support Secure and HttpOnly in session cookies
+ + Modified useRequestedID handling to only use IDs from other contexts
+ + Added global invalidation to AbstractSessionManager
+ UnavailableException handling from handle
+ + Fixed suffix filters
jetty-4.2.23RC0 - 17 December 2004
- + Added LogStream to capture stderr and stdout to logging
- + Build unsealed jars
+ LineInput handles readers with small internal buffer
+ + Added LogStream to capture stderr and stdout to logging
+ Support Secure and HttpOnly in session cookies
+ + Build unsealed jars
jetty-5.1.1 - 01 December 2004
jetty-5.1.1RC1
+ + Some minor findbugs code cleanups
+ + Made more WebApplicationHandle configuration methods public.
+ + Fixed ordering of filters with multiple interleaved mappings.
+ Allow double // within URIs
+ Applied patch for MD5 hashed credentials for MD5
- + Fixed ordering of filters with multiple interleaved mappings.
- + Made more WebApplicationHandle configuration methods public.
- + Some minor findbugs code cleanups
jetty-5.1.1RC0 - 17 November 2004
+ + fix for adding recognized EventListeners
+ + fix commons logging imports to IbmJsseListener
+ added new contributed shell start/stop script
+ excluded ErrorPageHandler from standard build in extra/jdk1.2 build
- + fix commons logging imports to IbmJsseListener
- + fix for adding recognized EventListeners
jetty-5.1.0 - 14 November 2004
jetty-5.1.RC1 - 24 October 2004
+ Allow JSSE listener to be just confidential or just integral.
- + Allow multiple accepting threads
- + Build unsealed jars
- + default / mapping does not apply to Filters
+ Fixed NPE for null contenttype
+ improved clean targets
- + many minor cleanups suggested from figbug utility
- + Partially flush writers on every write so content length can be detected.
+ when committed setHeader is a noop rather than IllegalStateException
+ + Partially flush writers on every write so content length can be detected.
+ + Build unsealed jars
+ + default / mapping does not apply to Filters
+ + many minor cleanups suggested from figbug utility
+ + Allow multiple accepting threads
jetty-5.1.RC0 - 11 October 2004
- + Added filter chain cache
- + Added JSR77 servlet statistic support
- + Added LifeCycle events and generic container.
- + Added LogStream to capture stderr and stdout to logging
- + Fixed HTAccessHandler
+ Fixed many minor issues from J2EE 1.4 TCK testing See sf.net bugs 1031520 -
1032205
- + JBoss 4.0.0 support
- + LineInput handles readers with small internal buffer
+ Refactored, simplified and optimized HttpOutputStream
+ + LineInput handles readers with small internal buffer
+ + Added LogStream to capture stderr and stdout to logging
+ + Added filter chain cache
+ + Added JSR77 servlet statistic support
+ Refactored webapp context configurations
+ + Added LifeCycle events and generic container.
+ Upgraded to ant-1.6 for jasper
+ + Fixed HTAccessHandler
+ + JBoss 4.0.0 support
jetty-5.0.0 - 10 September 2004
@@ -4836,648 +3483,648 @@ jetty-5.0.RC4 - 05 September 2004
security-domain from jboss-web.xml
jetty-5.0.RC3 - 28 August 2004
- + Added parameters for acceptQueueSize and lowResources level.
- + Always say close for HTTP/1.0 non keep alive.
- + Changed default URI encoding to UTF-8
+ DIGEST auth handles qop, stale and maxNonceAge.
- + fixed deployment of ejb-link elements in web.xml with jboss
+ + Less verbose warning for non validating xml parser.
+ fixed jaas logout for jetty-jboss
+ + fixed deployment of ejb-link elements in web.xml with jboss
+ + Update to jasper 5.0.27
+ + Added parameters for acceptQueueSize and lowResources level.
+ + Changed default URI encoding to UTF-8
+ Fixes to work with java 1.5
- + JettyPlus addition of pluggable DataSources
+ JettyPlus upgrade to XAPool 1.3.3. and HSQLDB 1.7.2
- + Less verbose warning for non validating xml parser.
- + Update to jasper 5.0.27
+ + JettyPlus addition of pluggable DataSources
+ + Always say close for HTTP/1.0 non keep alive.
jetty-4.2.22
- + Added parameters for acceptQueueSize and lowResources level.
- + fixed deployment of ejb-link elements in web.xml for jboss
+ fixed jaas logout for jetty-jboss integration
+ + fixed deployment of ejb-link elements in web.xml for jboss
+ + Added parameters for acceptQueueSize and lowResources level.
jetty-5.0.RC2 - 02 July 2004
+ + Fixed DIGEST challenge delimiters
+ + HTAccess calls UnixCrypt correctly
+ + integrated jetty-jboss with jboss-3.2.4
+ + Error dispatchers are always GET requests.
+ + OPTIONS works for all URLs on default servlet
+ add JMX support for JettyPlus
+ add listing of java:comp/env for webapp with JMX
+ + make choice of override of JNDI ENC entries: config.xml or web.xml
+ Default servlet may use only pathInfo for resource
- + Error dispatchers are always GET requests.
- + Fixed DIGEST challenge delimiters
- + Fixed JAAS logout
- + Fixed no-role security constraint combination.
+ Fixed session leak in j2ee
+ + Fixed no-role security constraint combination.
+ Fix to use runas roles during servlet init and destroy
- + HTAccess calls UnixCrypt correctly
+ + Fixed JAAS logout
+ HttpContext sendError for authentication errors
- + integrated jetty-jboss with jboss-3.2.4
- + make choice of override of JNDI ENC entries: config.xml or web.xml
- + OPTIONS works for all URLs on default servlet
jetty-4.2.21 - 02 July 2004
+ + integrated jetty-jboss with jboss-3.2.4
+ add JMX support for JettyPlus
+ add listing of java:comp/env for webapp with JMX
- + Fixed JAAS logout
- + integrated jetty-jboss with jboss-3.2.4
+ make choice of override of JNDI ENC entries: config.xml or web.xml
+ + Fixed JAAS logout
jetty-5.0.RC1 - 24 May 2004
- + added extra/etc/start-plus.config to set up main.class for jettyplus
+ Changed to apache 2.0 license
+ + added extra/etc/start-plus.config to set up main.class for jettyplus
+ + maxFormContentLength may be unlimited with <0 value
+ Fixed HTTP tunnel timeout setting.
+ + Improved handling of exception from servlet init.
+ FORM auth redirects to context on a re-auth
+ Handle multiple virutal hosts from JBoss 3.2.4RC2
- + Improved handling of exception from servlet init.
- + maxFormContentLength may be unlimited with <0 value
jetty-4.2.20 - 22 May 2004
+ + maxFormContentLength may be unlimited with <0 value
+ Fixed HTTP tunnel timeout setting.
- + FORM auth redirects to context on a re-auth
+ Improved handling of exception from servlet init.
- + maxFormContentLength may be unlimited with <0 value
+ + FORM auth redirects to context on a re-auth
jetty-5.0.0RC0 - 07 April 2004
- + Changed dist naming convention to lowercase
- + Default servlet respectes servlet path
+ + Updated JettyPlus to JOTM 1.4.3 (carol-1.5.2, xapool-1.3.1)
+ + ServletContext attributes wrap HttpContext attributes.
+ Factored out XML based config from WebApplicationContext
- + Fixed Default servlet for non empty servlet paths
- + Fixed DOS problem
+ + Improved RequestLog performance
+ Fixed j2se 1.3 problem with HttpFields
+ + Default servlet respectes servlet path
+ Fixed setCharacterEncoding for parameters.
+ + Fixed DOS problem
+ + Worked around bad jboss URL handler in XMLParser
+ Forced close of connections over stop/start
- + Improved RequestLog performance
+ ProxiedFor field support added to NCSARequestLog
- + ServletContext attributes wrap HttpContext attributes.
- + Updated jasper to 5.0.19
- + Updated JettyPlus to JOTM 1.4.3 (carol-1.5.2, xapool-1.3.1)
+ + Fixed Default servlet for non empty servlet paths
+ Updated mx4j to V2
- + Worked around bad jboss URL handler in XMLParser
+ + Updated jasper to 5.0.19
+ + Changed dist naming convention to lowercase
jetty-4.2.20RC0 - 07 April 2004
- + Changed dist naming convention to lowercase
- + Fixed Default servlet for non empty servlet paths
+ + Worked around bad jboss URL handler in XMLParser
+ Forced close of connections over stop/start
+ HttpFields protected headers
+ ProxiedFor field support added to NCSARequestLog
- + Worked around bad jboss URL handler in XMLParser
+ + Fixed Default servlet for non empty servlet paths
+ + Changed dist naming convention to lowercase
jetty-4.2.19 - 19 March 2004
+ Fixed DOS attack problem
jetty-5.0.beta2 - 12 February 2004
- + Added experimental NIO listeners again.
- + Added log4j context repository to jettyplus
+ Added skeleton JMX MBean for jetty plus
- + FileResource better handles non sun JVM
- + Fixed busy loop in threadpool run
- + fixed filter dispatch configuration.
+ Fixed HEAD with empty chunk bug.
+ Fixed jetty.home/work handling
- + fixed lazy authentication with FORMs
- + Fixed SessionManager init
+ Fixed setDate thread safety
+ + Fixed SessionManager init
+ Improved low thread handling
+ + FileResource better handles non sun JVM
+ Monitor closes socket before exit
- + NPE guard for no-listener junit deployment
- + Reorganized ServletHolder init
- + RequestDispatcher uses request encoding for query params
+ Updated to Japser 5.0.16
+ + RequestDispatcher uses request encoding for query params
+ + Fixed busy loop in threadpool run
+ + Reorganized ServletHolder init
+ + Added log4j context repository to jettyplus
+ + NPE guard for no-listener junit deployment
+ + Added experimental NIO listeners again.
+ + fixed filter dispatch configuration.
+ + fixed lazy authentication with FORMs
jetty-4.2.18 - 01 March 2004
+ Added log4j context repository to jettyplus
- + Default servlet respectes servlet path
- + Fixed j2se 1.3 problem with HttpFields
- + Improved log performance
+ NPE guard for no-listener junit deployment
+ + Improved log performance
+ + Fixed j2se 1.3 problem with HttpFields
+ Suppress some more IOExceptions
+ + Default servlet respectes servlet path
jetty-4.2.17 - 01 February 2004
+ Fixed busy loop in threadpool run
+ Reorganized ServletHolder init
jetty-4.2.16 - 30 January 2004
- + FileResource better handles non sun JVM
- + Fixed HttpTunnel for JDK 1.2
+ Fixed setDate multi-cpu race
+ Improved low thread handling
+ + FileResource better handles non sun JVM
+ + Fixed HttpTunnel for JDK 1.2
+ Monitor closes socket before exit
+ RequestDispatcher uses request encoding for query params
+ Update jasper to 4.1.29
jetty-5.0.beta1 - 24 December 2003
+ + SecurityConstraints not reset by stop() on custom context
+ + Fixed UnixCrypt handling in HTAccessHandler
+ Added patch for JBoss realm single sign on
+ + Reorganized FAQ
+ Env variables for CGI
- + Fixed UnixCrypt handling in HTAccessHandler
+ Removed support for old JBoss clustering
- + Reorganized FAQ
- + SecurityConstraints not reset by stop() on custom context
jetty-4.2.15 - 24 December 2003
+ + SecurityConstraints not reset by stop() on custom context
+ + Fixed UnixCrypt handling in HTAccessHandler
+ Added patch for JBoss realm single sign on
+ Environment variables for CGI
- + Fixed UnixCrypt handling in HTAccessHandler
+ Removed support for old JBoss clustering
- + SecurityConstraints not reset by stop() on custom context
jetty-5.0.beta0 - 22 November 2003
- + Added MsieSslHandler to handle browsers that don't grok persistent SSL (msie
- 5)
- + Added org.mortbay.http.ErrorHandler for error pages.
- + Allow per listener handlers
- + Expire pages that contain set-cookie as per RFC2109 recommendation
- + Fixed init race in HttpFields cache
- + JBoss integration uses writer rather than stream for XML config handling
+ + Removed support for HTTP trailers
+ PathMap uses own Map.Entry impl for IBM JVMs
+ + Use ${jetty.home}/work or WEB-INF/work for temp directories if present
+ Protect ThreadPool.run() from interrupted exceptions
- + Removed support for HTTP trailers
- + Removed the CMR/CMP distributed session implementation
+ + Added org.mortbay.http.ErrorHandler for error pages.
+ + Fixed init race in HttpFields cache
+ + Allow per listener handlers
+ + Added MsieSslHandler to handle browsers that don't grok persistent SSL (msie
+ 5)
+ Respect content length when decoding form content.
+ + JBoss integration uses writer rather than stream for XML config handling
+ + Expire pages that contain set-cookie as per RFC2109 recommendation
+ Updated jasper to 5.0.14beta
- + Use ${jetty.home}/work or WEB-INF/work for temp directories if present
+ + Removed the CMR/CMP distributed session implementation
jetty-4.2.15rc0 - 22 November 2003
+ + PathMap uses own Map.Entry impl for IBM JVMs
+ + Race in HttpFields cache
+ + Use ${jetty.home}/work or WEB-INF/work for temp directories if present
+ + Protect ThreadPool.run() from interrupted exceptions
+ Added org.mortbay.http.ErrorHandler for error pages.
+ JsseListener checks UserAgent for browsers that can't grok persistent SSL
(msie5)
- + PathMap uses own Map.Entry impl for IBM JVMs
- + Protect ThreadPool.run() from interrupted exceptions
- + Race in HttpFields cache
+ Removed the CMR/CMP distributed session implementation
- + Use ${jetty.home}/work or WEB-INF/work for temp directories if present
jetty-4.2.14 - 04 November 2003
- + Expire pages that contain set-cookie as per RFC2109 recommendation
- + Fixed NPE in SSO
- + JBoss integration uses writer rather than stream for XML config handling
+ respect content length when decoding form content.
+ + JBoss integration uses writer rather than stream for XML config handling
+ + Fixed NPE in SSO
+ + Expire pages that contain set-cookie as per RFC2109 recommendation
jetty-5.0.alpha3 - 19 October 2003
- + Allow customization of HttpConnections
- + Failed requests excluded from duration stats
- + FileClassPath derived from walk of classloader hierarchy.
- + Fixed null pointer if no sevices configured for JettyPlus
- + Implemented security constraint combinations
- + Lazy authentication if no auth constraint.
+ + Reworked Dispatcher to better support cross context sessions.
+ + Use File.toURI().toURL() when jdk 1.2 alternative is available.
+ Priority added to ThreadPool
+ replaced win32 service with http://wrapper.tanukisoftware.org
- + Restore servlet handler after dispatch
- + Reworked Dispatcher to better support cross context sessions.
+ + FileClassPath derived from walk of classloader hierarchy.
+ + Implemented security constraint combinations
+ Set TransactionManager on JettyPlus datasources and pools
+ + Fixed null pointer if no sevices configured for JettyPlus
+ Updated jasper and examples to 5.0.12
- + Use File.toURI().toURL() when jdk 1.2 alternative is available.
+ + Lazy authentication if no auth constraint.
+ + Restore servlet handler after dispatch
+ + Allow customization of HttpConnections
+ + Failed requests excluded from duration stats
jetty-4.2.14RC1 - 19 October 2003
+ + Reworked Dispatcher to better support cross context sessions.
+ Added UserRealm.logout and arrange for form auth
+ Allow customization of HttpConnections
+ Failed requests excluded from
- + Reworked Dispatcher to better support cross context sessions.
jetty-4.2.14RC0 - 07 October 2003
- + Build fileclasspath from a walk of the classloaders
- + cookie timestamps are in GMT
+ Correctly setup context classloader in cross context dispatch.
- + Fixed comments with embedded double dashes on jettyplus.xml file
+ + Put a semi busy loop into proxy tunnels for IE problems
+ Fixed handling of error pages for IO and Servlet exceptions
- + Fixed null pointer if no sevices configured for JettyPlus
+ + updated extra/j2ee to jboss 3.2.1+
+ + Use File.toURI().toURL() when jdk 1.2 alternative is available.
+ + cookie timestamps are in GMT
+ Priority on ThreadedServer
- + Put a semi busy loop into proxy tunnels for IE problems
+ replaced win32 service with http://wrapper.tanukisoftware.org
+ + Build fileclasspath from a walk of the classloaders
+ Set TransactionManager on JettyPlus datasources and pools
- + updated extra/j2ee to jboss 3.2.1+
- + Use File.toURI().toURL() when jdk 1.2 alternative is available.
+ + Fixed null pointer if no sevices configured for JettyPlus
+ + Fixed comments with embedded double dashes on jettyplus.xml file
jetty-5.0.alpha2 - 19 September 2003
- + Correctly setup context classloader in cross context dispatch.
- + Fixed error page handling of IO and Servlet exceptions.
- + Implemented ServletRequestListeners as optional filter.
+ + Use commons logging.
+ + Use log4j if extra is present.
+ Improved JMX start.
+ + Update jakarta examples
+ + Correctly setup context classloader in cross context dispatch.
+ + Turn off validation without non-xerces errors
+ minor doco updates.
- + Moved error page mechanism to be webapp only.
+ moved mailing lists to sourceforge.
- + MultipartRequest supports multi value headers.
+ Put a semi busy loop into proxy tunnels for IE problems
- + Turn off validation without non-xerces errors
- + Update jakarta examples
- + Use commons logging.
- + Use log4j if extra is present.
+ + MultipartRequest supports multi value headers.
+ XML entity resolution uses URLs not Resources
+ + Implemented ServletRequestListeners as optional filter.
+ + Moved error page mechanism to be webapp only.
+ + Fixed error page handling of IO and Servlet exceptions.
jetty-5.0.alpha1 - 12 August 2003
- + Implemented locale encoding mapping.
- + Improve combinations of Security Constraints
- + Server javadoc from war
+ Switched to mx4j
+ + Improve combinations of Security Constraints
+ + Implemented locale encoding mapping.
+ Synced with 4.2.12
+ Updated to Jasper 5.0.7
+ + Server javadoc from war
jetty-5.0.alpha0 - 16 July 2003
+ Compiled against 2.4 servlet spec.
- + Implemented Dispatcher forward attributes.
- + Implemented filter-mapping <dispatcher> element
+ Implemented remote/local addr/port methods
- + Implemented setCharaterEncoding
+ Updated authentication so that a normal Principal is used.
+ updated to jasper 5.0.3
+ + Implemented setCharaterEncoding
+ + Implemented filter-mapping <dispatcher> element
+ + Implemented Dispatcher forward attributes.
jetty-4.2.12 - 12 August 2003
- + Added missing S to some OPTIONS strings
- + Added open method to threaded server.
- + Fixed MIME types for chemicals
+ + Restore max inactive interval for session manager
+ + Removed protection of org.mortbay.http attributes
+ Fixed parameter ordering for a forward request.
+ Fixed up HTAccessHandler
- + FORMAuthenticator does 403 with empty error page.
+ Improved error messages from ProxyHandler
+ + Added missing S to some OPTIONS strings
+ + Added open method to threaded server.
+ + FORMAuthenticator does 403 with empty error page.
+ + Fixed MIME types for chemicals
+ Padding for IE in RootNotFoundHandler
- + Removed protection of org.mortbay.http attributes
- + Restore max inactive interval for session manager
jetty-4.2.11 - 12 July 2003
- + Branched for Jetty 5 development.
- + Cookie params all in lower case.
+ Fixed race in servlet initialization code.
- + Prevent AJP13 from reordering query.
+ + Cookie params all in lower case.
+ Simplified AJP13 connection handling.
+ + Prevent AJP13 from reordering query.
+ Support separate Monitor class for start
+ + Branched for Jetty 5 development.
jetty-4.2.10 - 07 July 2003
+ Updates to JettyPlus documentation
+ Updates to Jetty tutorial for start.jar, jmx etc
jetty-4.2.10pre2 - 04 July 2003
+ + Improvement to JettyPlus config of datasources and connection pools
+ Addition of mail service for JettyPlus
+ + Move to Service-based architecture for JettyPlus features
+ + Re-implementation of JNDI
+ + Many improvements in JettyPlus java:comp handling
+ Allow multiple security-role-ref elements per servlet.
+ + Handle Proxy-Connection better
+ Cleaned up alias handling.
+ Confidential redirection includes query
- + Fixed cookie handling for old cookies and safari
+ handle multiple security role references
- + Handle Proxy-Connection better
- + Improvement to JettyPlus config of datasources and connection pools
- + Many improvements in JettyPlus java:comp handling
- + Move to Service-based architecture for JettyPlus features
- + Re-implementation of JNDI
+ + Fixed cookie handling for old cookies and safari
+ Restricted ports in ProxyHandler.
- + Session statistics
+ URI always encodes %
+ + Session statistics
+ XmlConfiguration can get/set fields.
jetty-4.2.10pre1 - 02 June 2003
- + Added SSO implementation for FORM authentication.
+ + Fixed JSP code visibility problem introduced in Jetty-4.2.10pre0
+ Added stop.jar
- + Deprecated forced chunking.
+ + Added SSO implementation for FORM authentication.
+ + WebApplicationContext does not reassign defaults descriptor value.
+ Fixed AJP13 protocol so that request/response header enums are correct.
+ Fixed form auth success redirect after retry, introduced in 4.2.9rc1
- + Fixed JSP code visibility problem introduced in Jetty-4.2.10pre0
- + Fixed problem with shared session for inter context dispatching.
+ + Trace support is now optional (in AbstractHttpHandler).
+ + Deprecated forced chunking.
+ Form authentication remembers URL over 403
+ ProxyHandler has improved test for request content
+ Removed support of org.mortbay.http.User role.
- + Trace support is now optional (in AbstractHttpHandler).
- + WebApplicationContext does not reassign defaults descriptor value.
+ + Fixed problem with shared session for inter context dispatching.
jetty-4.2.10pre0 - 05 May 2003
+ + Moved Log4JLogSink into JettyPlus
+ Added ability to override jetty startup class by using -Djetty.server on
runline
- + Allow params in form auth URLs
- + Allow query params in error page URL.
- + Apply the append flag of RolloverFileOutputStream constructor.
- + Fixed CRLF bug in MultiPartRequest
- + Fixed table refs in JDBCUserRealm.
- + FORM Authentication is serializable for session distribution.
- + getAuthType maps the HttpServletRequest final strings.
- + getAuthType returns CLIENT_CERT instead of CLIENT-CERT.
- + Incorporate jetty extra and plus into build
+ Incorporate JettyPlus jotm etc into build.
- + Integrate with JAAS
+ Massive reorg of the CVS tree.
- + Merge multivalued parameters in dispatcher.
- + Moved Log4JLogSink into JettyPlus
- + New look and feel for www site.
- + ProxyHandler checks black and white lists for Connect.
+ + Incorporate jetty extra and plus into build
+ + Integrate with JAAS
+ + Apply the append flag of RolloverFileOutputStream constructor.
+ RolloverFileOutputStream manages Rollover thread.
+ + New look and feel for www site.
+ + Fixed table refs in JDBCUserRealm.
+ + Allow params in form auth URLs
+ Updated to jasper jars from tomcat 4.1.24
+ + Allow query params in error page URL.
+ + ProxyHandler checks black and white lists for Connect.
+ + Merge multivalued parameters in dispatcher.
+ + Fixed CRLF bug in MultiPartRequest
+ Warn if max form content size is reached.
+ + getAuthType returns CLIENT_CERT instead of CLIENT-CERT.
+ + getAuthType maps the HttpServletRequest final strings.
+ + FORM Authentication is serializable for session distribution.
jetty-4.2.9 - 19 March 2003
+ Conditional headers check after /dir to /dir/ redirection.
jetty-4.2.9rc2 - 16 March 2003
- + Added X-Forwarded-For header in ProxyHandler
- + Allow dispatch to j_security_check
- + Defaults descriptor has context classloader set.
+ Fixed build.xml for source release
+ Made rfc2068 PUT/POST Continues support optional.
+ + Defaults descriptor has context classloader set.
+ + Allow dispatch to j_security_check
+ + Added X-Forwarded-For header in ProxyHandler
+ Updated included jmx jars
jetty-4.2.9rc1 - 06 March 2003
- + Added requestlog to HttpContext.
- + Added support for client certs to AJP13.
+ + Work around URLClassloader not handling leading /
+ + Dump servlet can load resources for testing now.
+ Added trust manager support to SunJsseListener.
- + Allow delegated creation of WebApplication derivations.
- + Check Data contraints before Auth constraints
+ + Added support for client certs to AJP13.
+ Cleaned up includes
- + Dump servlet can load resources for testing now.
- + Optional 2.4 behaviour for sessionDestroyed notification.
- + ProxyHandler has black and white host list.
- + Reduced default context cache sizes (Total 1MB file 100KB).
+ Removed checking for single valued headers.
+ + Optional 2.4 behaviour for sessionDestroyed notification.
+ Stop proxy url from doing user interaction.
+ Turn request log buffering off by default.
- + Work around URLClassloader not handling leading /
+ + Reduced default context cache sizes (Total 1MB file 100KB).
+ + ProxyHandler has black and white host list.
+ + Added requestlog to HttpContext.
+ + Allow delegated creation of WebApplication derivations.
+ + Check Data contraints before Auth constraints
jetty-4.2.8_01 - 18 February 2003
- + Added a SetResponseHeadersHandler, can set P3P headers etc.
- + Added MBeans for Servlets and Filters
- + Added option to resolve remote hostnames. Defaults to off.
- + Default servlet can have own resourceBase.
- + Fixed AdminServlet to handle changed getServletPath better.
- + Fixed CGI servlet to handle multiple headers.
- + Moved ProxyHandler to the src1.4 tree
+ Patched first release of 4.2.8 with correct version number
+ + Fixed CGI servlet to handle multiple headers.
+ + Added a SetResponseHeadersHandler, can set P3P headers etc.
+ ProxyHandler can handle multiple cookies.
+ + Fixed AdminServlet to handle changed getServletPath better.
+ + Default servlet can have own resourceBase.
+ Rolled back SocketChannelListener to 4.2.5 version
+ + Added option to resolve remote hostnames. Defaults to off.
+ + Added MBeans for Servlets and Filters
+ + Moved ProxyHandler to the src1.4 tree
jetty-4.2.7 - 04 February 2003
- + Changed PathMap to conform to / getServletPath handling.
+ + Upgraded to JSSE 1.0.3_01 to fix security problem.
+ Fixed proxy tunnel for non persistent connections.
+ Relative sendRedirect handles trailing / correctly.
- + Upgraded to JSSE 1.0.3_01 to fix security problem.
+ + Changed PathMap to conform to / getServletPath handling.
jetty-4.2.6 - 24 January 2003
- + Added HttpContext.setHosts to restrict context by real interface.
- + Added MBeans for session managers
- + Added version to HttpServerMBean.
+ + Improved synchronization on AbstractSessionManager.
+ Allow AJP13 buffers to be resized.
- + ClientCertAuthentication updates request.
+ Fixed LineInput problem with expanded buffers.
+ + ClientCertAuthentication updates request.
+ Fixed rel sendRedirects for root context.
+ + Added HttpContext.setHosts to restrict context by real interface.
+ + Added MBeans for session managers
+ Improved SocketChannelListener contributed.
- + Improved synchronization on AbstractSessionManager.
+ + Added version to HttpServerMBean.
jetty-4.2.5 - 14 January 2003
- + Added Log4jSink in the contrib directory.
- + Don't process conditional headers and ranges for includes
+ Fixed pathParam bug for ;jsessionid
+ + Don't process conditional headers and ranges for includes
+ + Added Log4jSink in the contrib directory.
+ Fixed requestedSessionId null bug.
jetty-4.2.4 - 04 January 2003
- + Added MBeans for handlers
- + Clear context attributes after stop.
- + Clear context listeners after stop.
+ Fixed stop/start handling of servlet context
- + HTAccessHandler checks realm as well as htpassword.
+ Reuse empty LogSink slots.
- + Upgraded jasper to 4.1.18
+ + HTAccessHandler checks realm as well as htpassword.
+ + Clear context listeners after stop.
+ + Clear context attributes after stop.
+ Use requestedSessionId as default session ID.
+ + Added MBeans for handlers
+ + Upgraded jasper to 4.1.18
jetty-4.2.4rc0 - 12 December 2002
- + Added gzip content encoding support to Default and ResourceHandler
- + Added HttpContext.flushCache
- + Allow empty host header.
- + Avoid optional 100 continues.
- + Better access to session manager.
- + Character encoding handling for GET requests.
+ + Simplified ThreadedServer
+ + Use ThreadLocals for ByteArrayPool to avoid synchronization.
+ + Use Version to reset HttpFields
+ Cheap clear for HttpFields
- + Cleaned up some unused listener throws.
- + Code logs objects rather than strings.
- + Configurable root context.
- + Dir listings in UTF8
- + Fixed dir listing from jars.
- + Fixed isSecure and getScheme for SSL over AJP13
+ Fixed setBufferSize NPE.
- + Handle = in param values.
+ + Cleaned up some unused listener throws.
+ Handle chunked form data.
- + Implemented RFC2817 CONNECT in ProxyHandler
- + Improved ProxyHandler to the point is works well for non SSL.
- + Improved setBufferSize handling
+ + Allow empty host header.
+ + Avoid optional 100 continues.
+ Limit form content size.
- + Removed container transfer encoding handling.
+ + Handle = in param values.
+ + Added HttpContext.flushCache
+ + Configurable root context.
+ RootNotFoundHandler to help when no context found.
- + Simplified ThreadedServer
+ Update jasper to 4.1.16beta
- + Use ThreadLocals for ByteArrayPool to avoid synchronization.
- + Use Version to reset HttpFields
+ + Fixed dir listing from jars.
+ + Dir listings in UTF8
+ + Character encoding handling for GET requests.
+ + Removed container transfer encoding handling.
+ + Improved setBufferSize handling
+ + Code logs objects rather than strings.
+ + Better access to session manager.
+ + Fixed isSecure and getScheme for SSL over AJP13
+ + Improved ProxyHandler to the point is works well for non SSL.
+ + Implemented RFC2817 CONNECT in ProxyHandler
+ + Added gzip content encoding support to Default and ResourceHandler
jetty-4.2.3 - 02 December 2002
+ + Removed aggressive threadpool shrinkage to avoid deadlock on SMP machines.
+ + Fixed some typos
+ Added links to Jetty Powered page
- + added main() to org.mortbay.http.Version
+ + Clean up of ThreadedServer.stop()
+ + Updated bat scripts
+ Added PKCS12Import class to import PKCS12 key directly
+ + removed old HttpContext.setDirAllowed()
+ + added main() to org.mortbay.http.Version
+ Check form authentication config for leading /
+ Cleaner servlet stop to avoid extra synchronization on handle
- + Clean up of ThreadedServer.stop()
- + Fixed some typos
+ org.mortbay.http.HttpContext.FileClassPathAttribute
- + Removed aggressive threadpool shrinkage to avoid deadlock on SMP machines.
- + removed old HttpContext.setDirAllowed()
- + Updated bat scripts
jetty-4.2.2 - 20 November 2002
- + Added EOFException to reduce log verbosity on closed connections.
- + Avoided bad buffer status after closed connection.
- + Fixed handling of empty headers
+ Fixed sendRedirect for non http URLS
+ Fixed URI query recycling for persistent connections
+ + Fixed handling of empty headers
+ + Added EOFException to reduce log verbosity on closed connections.
+ + Avoided bad buffer status after closed connection.
jetty-4.2.1 - 18 November 2002
+ Fixed bad optimization in UrlEncoding
+ Re-enabled UrlEncoding test harnesses
jetty-4.2.0 - 16 November 2002
- + Added definitions for RFC2518 WebDav response codes.
- + Added upload demo to dump servlet.
+ Fixed AJP13 buffer size.
- + Fixed include of Invoker servlet.
+ Fixed remove listener bug.
- + Lowercase jsessionid for URLs only.
- + Made NCSARequestLog easier to extend.
- + Many more optimizations.
- + Removed jasper source and just include jars from 4.1.12
- + Removed remaining non portable getBytes() calls
+ + Fixed include of Invoker servlet.
+ Restrict 304 responses to seconds time resolution.
+ Use IE date formatting for speed.
+ + Removed jasper source and just include jars from 4.1.12
+ Worked around JVM1.3 bug for JSPs
+ + Lowercase jsessionid for URLs only.
+ + Made NCSARequestLog easier to extend.
+ + Added definitions for RFC2518 WebDav response codes.
+ + Removed remaining non portable getBytes() calls
+ + Added upload demo to dump servlet.
+ + Many more optimizations.
jetty-4.1.4 - 16 November 2002
+ Fixed ContextLoader parent delegation bug
- + Fixed Invoker servlet for RD.include
+ Fixed remove SocketListener bug.
+ + Fixed Invoker servlet for RD.include
+ + Use IE date formatting for last-modified efficiency
+ Last modified handling uses second resolution.
+ Made NCSARequestLog simpler to extend.
- + Use IE date formatting for last-modified efficiency
jetty-4.2.0rc1 - 02 November 2002
- + Fixed ContextLoader parent delegation bug.
- + Fixed directory resource bug in JarFileResource.
+ + Support default mime mapping defined by *
+ + Recycling of HttpFields class.
+ + Renamed Filter application methods.
+ Fixed firstWrite after commit.
+ + Fixed ContextLoader parent delegation bug.
+ Fixed problem setting the size of chunked buffers.
+ + Removed unused Servlet and Servlet-Engine headers.
+ Fixed servletpath on invoker for named servlets.
+ + Fixed directory resource bug in JarFileResource.
+ Improved handling of 2 byte encoded characters within forms.
- + Recycling of HttpFields class.
- + Removed unused Servlet and Servlet-Engine headers.
- + Renamed Filter application methods.
- + Support default mime mapping defined by *
jetty-4.2.0rc0 - 24 October 2002
- + Added authenticator to admin.xml
+ + Greg's birthday release!
+ Added embedded iso8859 writer to HttpOutputStream.
+ + Removed duplicate classes from jar
+ Fixed RolloverFileOutputStream without date.
+ Fixed SessionManager initialization
+ + Added authenticator to admin.xml
+ Fixed Session timeout NPE.
- + Greg's birthday release!
- + Removed duplicate classes from jar
jetty-4.1.3 - 24 October 2002
- + Added authenticator to admin.xml
+ Fixed RolloverFileOutputStream without date.
+ Fixed SessionManager initialization
+ + Added authenticator to admin.xml
+ Fixed Session timeout NPE.
jetty-4.0.6 - 24 October 2002
+ Clear interrupted status in ThreadPool
- + fixed forward attribute handling for jsp-file servlets
+ Fixed forward query string handling
- + Fixed handling of relative sendRedirect after forward.
+ + fixed forward attribute handling for jsp-file servlets
+ Fixed setCharacterEncoding to work with getReader
+ + Fixed handling of relative sendRedirect after forward.
+ Fixed virtual hosts temp directories.
jetty-4.2.0beta0 - 13 October 2002
- + 404 instead of 403 for WEB-INF requests
- + Allow %3B encoded ; in URLs
- + Allow anonymous realm
- + Build without jmx
- + Fixed bad log dir detection
- + Fixed caching of directories to avoid shared buffers.
- + Fix Session invalidation bug
- + FORM authentication sets 403 error page
- + getNamedDispatcher(null) returns containers default servlet.
- + New AJP13 implementation.
- + New Buffering implementation.
+ New ThreadPool implementation.
+ + New Buffering implementation.
+ + New AJP13 implementation.
+ Removed Dispatcher dependancy on ServletHttpContext
- + Stop/Start filters in declaration order.
+ + getNamedDispatcher(null) returns containers default servlet.
+ unquote charset in content type
- + Update jasper to 4.1.12 tag
+ + Stop/Start filters in declaration order.
+ Use "standard" names for default,jsp & invoker servlets.
-
-jetty-4.1.2 - 13 October 2002
+ + Fixed caching of directories to avoid shared buffers.
+ + Fixed bad log dir detection
+ + Fix Session invalidation bug
+ + Build without jmx
+ 404 instead of 403 for WEB-INF requests
+ + FORM authentication sets 403 error page
+ Allow %3B encoded ; in URLs
+ Allow anonymous realm
- + Build without jmx
- + Fixed bad log dir detection
+ + Update jasper to 4.1.12 tag
+
+jetty-4.1.2 - 13 October 2002
+ + Some AJP13 optimizations.
+ + getNamedDispatcher(null) returns containers default servlet.
+ + unquote charset in content type
+ + Stop/Start filters in declaration order.
+ + Use "standard" names for default,jsp & invoker servlets.
+ Fixed caching of directories to avoid shared buffers.
+ + Fixed bad log dir detection
+ Fix Session invalidation bug
+ + Build without jmx
+ + 404 instead of 403 for WEB-INF requests
+ FORM authentication sets 403 error page
- + getNamedDispatcher(null) returns containers default servlet.
- + Some AJP13 optimizations.
- + Stop/Start filters in declaration order.
- + unquote charset in content type
+ + Allow %3B encoded ; in URLs
+ + Allow anonymous realm
+ Update jasper to 4.1.12 tag
- + Use "standard" names for default,jsp & invoker servlets.
jetty-4.1.1 - 30 September 2002
- + Avoid setting sotimeout for optimization.
- + Cache directory listings.
- + Deprecated maxReadTime.
+ Fixed client scripting vulnerability with jasper2.
- + Fixed infinite recursion in JDBCUserRealm
- + Fixed space in resource name handling for jdk1.4
+ Merged LimitedNCSARequestLog into NCSARequestLog
+ + Fixed space in resource name handling for jdk1.4
+ Moved launcher/src to src/org/mortbay/start
+ + Fixed infinite recursion in JDBCUserRealm
+ + Avoid setting sotimeout for optimization.
+ String comparison of If-Modified-Since headers.
+ Touch files when expanding jars
+ + Deprecated maxReadTime.
+ + Cache directory listings.
jetty-4.1.0 - 22 September 2002
- + Added LimitedNCSARequestLog
- + ClientCertAuthenticator protected from null subjectDN
- + Context Initparams to control session cookie domain, path and age.
- + Fixed AJP13 handling of mod_jk loadbalancing.
+ Fixed CGI+windows security hole.
- + Handle unremovable tempdir.
+ + Fixed AJP13 handling of mod_jk loadbalancing.
+ + Stop servlets in opposite order to start.
+ NCSARequest log buffered default
+ + WEB-INF/classes before WEB-INF/lib
+ Sorted directory listings.
- + Stop servlets in opposite order to start.
+ + Handle unremovable tempdir.
+ + Context Initparams to control session cookie domain, path and age.
+ + ClientCertAuthenticator protected from null subjectDN
+ + Added LimitedNCSARequestLog
+ Use javac -target 1.2 for normal classes
- + WEB-INF/classes before WEB-INF/lib
jetty-4.1.0RC6 - 14 September 2002
- + Added logon.jsp for no cookie form authentication.
- + Added redirect to welcome file option.
- + Cleaned up old debug.
+ Don't URL encode FileURLS.
+ + Improved HashUserRealm doco
+ + FormAuthenticator uses normal redirections now.
+ Encode URLs of Authentication redirections.
+ + Added logon.jsp for no cookie form authentication.
+ Extended Session API to pass request for jvmRoute handling
+ Fixed problem with AJP 304 responses.
- + FormAuthenticator uses normal redirections now.
- + Improved HashUserRealm doco
+ Improved look and feel of demo
+ + Cleaned up old debug.
+ + Added redirect to welcome file option.
jetty-4.1.0RC5 - 08 September 2002
- + Added commandPrefix init param to CGI
+ AJP13Listener caught up with HttpConnection changes.
- + Implemented security-role-ref for isUserInRole.
- + Improved errors for misconfigured realms.
+ + Added commandPrefix init param to CGI
+ More cleanup in ThreadPool for idle death.
+ + Improved errors for misconfigured realms.
+ + Implemented security-role-ref for isUserInRole.
jetty-4.1.0RC4 - 30 August 2002
- + Created statsLock sync objects to avoid deadlock when stopping.
+ Included IbmJsseListener in the contrib directory.
- + Reverted to 302 for all redirections as all clients do not understand 303
+ Updated jasper2 to 4.1.10 tag.
+ + Reverted to 302 for all redirections as all clients do not understand 303
+ + Created statsLock sync objects to avoid deadlock when stopping.
jetty-4.1.0RC3 - 28 August 2002
- + Added buffering to request log
- + Added defaults descriptor to addWebApplications.
- + addWebApplications encodes paths to allow for spaces in file names.
- + Allow FORM auth pages to be within security constraint.
- + Allow WebApplicationHandler to be used with other handlers.
- + Created and integrated the Jetty Launcher
+ Fixed security problem for suffix matching with trailing "/"
- + Improved handling of path encoding in Resources for bad JVMs
+ + addWebApplications encodes paths to allow for spaces in file names.
+ Improved handling of PUT,DELETE & MOVE.
+ + Improved handling of path encoding in Resources for bad JVMs
+ + Added buffering to request log
+ + Created and integrated the Jetty Launcher
+ Made Resource canonicalize it's base path for directories
+ + Allow WebApplicationHandler to be used with other handlers.
+ + Added defaults descriptor to addWebApplications.
+ + Allow FORM auth pages to be within security constraint.
jetty-4.1.0RC2 - 20 August 2002
- + Added HttpListener.bufferReserve
- + Build ant, src and zip versions with the release
- + Clear interrupted status in ThreadPool
+ Conveninace setClassLoaderJava2Compliant method.
+ + Clear interrupted status in ThreadPool
+ Fixed HttpFields cache overflow
+ Improved ByteArrayPool to handle multiple sizes.
- + Updated to Jasper2 (4_1_9 tag)
+ + Added HttpListener.bufferReserve
+ Use system line separator for log files.
+ + Updated to Jasper2 (4_1_9 tag)
+ + Build ant, src and zip versions with the release
jetty-4.1.0RC1 - 11 August 2002
+ Fixed forward query string handling
- + Fixed forward to jsp-file servlet
- + Fixed getContext to use canonical contextPathSpec
- + Fixed handling of relative sendRedirect after forward.
+ Fixed setCharacterEncoding to work with getReader
+ + Fixed getContext to use canonical contextPathSpec
+ Improved the return codes for PUT
+ Made HttpServer serializable
+ Updated international URI doco
+ Updated jasper to CVS snapshot 200208011920
+ + Fixed forward to jsp-file servlet
+ + Fixed handling of relative sendRedirect after forward.
jetty-4.1.0RC0 - 31 July 2002
- + Added DigestAuthenticator
- + Added ExpiryHandler which can set a default Expires header.
- + Added link to a Jetty page in Korean.
- + Changed URI default charset back to ISO_8859_1
+ Fixed getRealPath for packed war files.
+ + Changed URI default charset back to ISO_8859_1
+ Restructured Password into Password and Credentials
+ + Added DigestAuthenticator
+ + Added link to a Jetty page in Korean.
+ + Added ExpiryHandler which can set a default Expires header.
jetty-4.0.5 - 31 July 2002
+ Fixed getRealPath for packed war files.
- + Fixed getRequestURI for RD.forward to return new URI.
+ Reversed order of ServletContextListener.contextDestroyed calls
+ + Fixed getRequestURI for RD.forward to return new URI.
jetty-4.1.B1 - 19 July 2002
- + Added 2.4 Filter dispatching support.
- + Added PUT,DELETE,MOVE support to webapps.
+ + Updated mini.http.jar target
+ + CGI Servlet, pass all HTTP headers through.
+ CGI Servlet, catch and report program invocation failure status.
+ CGI Servlet, fixed suffix mapping problem.
- + CGI Servlet, pass all HTTP headers through.
+ CGI Servlet, set working directory for exec
+ + Support HTTP/0.9 requests again
+ + Reversed order of ServletContextListener.contextDestroyed calls
+ Moved dynamic servlet handling to Invoker servlet.
+ Moved webapp resource handling to Default servlet.
- + Reversed order of ServletContextListener.contextDestroyed calls
+ Sessions create attribute map lazily.
- + Support HTTP/0.9 requests again
- + Updated mini.http.jar target
+ + Added PUT,DELETE,MOVE support to webapps.
+ + Added 2.4 Filter dispatching support.
jetty-3.1.9 - 15 July 2002
+ Allow doHead requests to be forwarded.
@@ -5485,29 +4132,29 @@ jetty-3.1.9 - 15 July 2002
jetty-4.1.B0 - 13 July 2002
+ Added work around of JDK1.4 bug with NIO listener
- + Allow filter init to access servlet context methods.
- + close rather than disable stream after forward
- + Fixed close problem with load balancer.
+ + Moved 3rd party jars to $JETTY_HOME/ext
+ Fixed ThreadPool bug when minThreads <= CPUs
+ + close rather than disable stream after forward
+ + Allow filter init to access servlet context methods.
+ Keep notFoundContext out of context mapping lists.
+ mod_jk FAQ
- + Moved 3rd party jars to $JETTY_HOME/ext
- + NCSARequestLog can log to stderr
- + RD.forward changes getRequestURI.
+ + Fixed close problem with load balancer.
+ Stopped RD.includes closing response.
+ + RD.forward changes getRequestURI.
+ + NCSARequestLog can log to stderr
jetty-4.1.D2 - 24 June 2002
+ + Support trusted external authenticators.
+ + Moved jmx classes from JettyExtra to here.
+ + Set contextloader during webapplicationcontext.start
+ Added AJP13 listener for apache integration.
+ + Fixed ChunkableOutputStream close propagation
+ + Better recycling of HttpRequests.
+ + Protect session.getAttributeNames from concurrent modifications.
+ Allow comma separated cookies and headers
+ Back out Don't chunk 30x empty responses.
- + Better recycling of HttpRequests.
+ Conditional header tested against welcome file not directory.
- + Fixed ChunkableOutputStream close propagation
+ Improved ThreadedServer stopping on bad networks
- + Moved jmx classes from JettyExtra to here.
- + Protect session.getAttributeNames from concurrent modifications.
- + Set contextloader during webapplicationcontext.start
- + Support trusted external authenticators.
+ Use ThreadLocals to avoid unwrapping in Dispatcher.
jetty-4.0.4 - 23 June 2002
@@ -5516,846 +4163,846 @@ jetty-4.0.4 - 23 June 2002
+ Improved ThreadedServer stopping on bad networks
jetty-4.0.3 - 20 June 2002
- + Allow comma separated cookies and headers
- + Allow session manager to be initialized when set.
- + Better recycling of HttpRequests.
+ + WebapplicationContext.start sets context loader
+ Fixed close propagation of on-chunked output streams
- + Fixed japanese locale
+ Force security disassociation.
+ + Better recycling of HttpRequests.
+ Protect session.getAttributeNames from concurrent modifications.
- + WebapplicationContext.start sets context loader
+ + Allow session manager to be initialized when set.
+ + Fixed japanese locale
+ + Allow comma separated cookies and headers
jetty-4.1.D1 - 08 June 2002
+ + Recycle servlet requests and responses
+ Added simple buffer pool.
+ + Reworked output buffering to keep constant sized buffers.
+ Don't chunk 30x empty responses.
- + Fixed /foo/../bar// bug in canonical path.
+ Fixed "" contextPaths in Dispatcher.
- + Merged ResourceBase and SecurityBase into HttpContext
- + Recycle servlet requests and responses
+ Removed race for the starting of session scavaging
- + Reworked output buffering to keep constant sized buffers.
+ + Fixed /foo/../bar// bug in canonical path.
+ + Merged ResourceBase and SecurityBase into HttpContext
jetty-4.0.2 - 06 June 2002
+ + Fixed web.dtd references.
+ + Fixed handler/context start order.
+ Added OptimizeIt plug
- + Don't chunk 30x empty responses.
+ Fixed /foo/../bar// bug in canonical path.
+ + Don't chunk 30x empty responses.
+ Fixed "" contextPaths in Dispatcher.
- + Fixed handler/context start order.
- + Fixed web.dtd references.
+ Removed race for the starting of session scavaging
jetty-3.1.8 - 06 June 2002
- + Fixed /foo/../bar// bug in canonical path.
- + Fixed no slash context redirection.
- + Fixed singled threaded dynamic servlets
+ Made SecurityConstraint.addRole() require authentication.
+ + Fixed singled threaded dynamic servlets
+ + Fixed no slash context redirection.
+ + Fixed /foo/../bar// bug in canonical path.
jetty-4.1.D0 - 05 June 2002
- + Added OptimizeIt plug.
- + Added TypeUtil to reduce Integer creation.
+ + The 4.1 Series started looking for even more performance within the 2.3
+ specification.
+ + Removed the HttpMessage facade mechanism
+ BRAND NEW WebApplicationHandler & WebApplicationContext
- + Experimental CLIENT-CERT Authenticator
- + Fixed handler/context start order.
- + Fixed web.dtd references.
+ + Added TypeUtil to reduce Integer creation.
+ General clean up of the API for for MBean getters/setters.
- + Removed the HttpMessage facade mechanism
+ + Experimental CLIENT-CERT Authenticator
+ Restructured ResourceHandler into ResourceBase
- + The 4.1 Series started looking for even more performance within the 2.3
- specification.
+ + Fixed web.dtd references.
+ + Fixed handler/context start order.
+ + Added OptimizeIt plug.
jetty-4.0.1 - 22 May 2002
- + Fixed "null" return from getRealPath
+ Fixed contextclassloader on ServletContextEvents.
- + OutputStreamLogSink config improvements
+ Support graceful stopping of context and server.
+ + Fixed "null" return from getRealPath
+ + OutputStreamLogSink config improvements
+ Updated jasper to 16 May snapshot
jetty-4.0.1RC2 - 14 May 2002
- + 3DES Keylength was being reported as 0. Now reports 168 bits.
- + Added confidential and integral redirections to HttpListener
+ Better error for jre1.3 with 1.4 classes
+ Cleaned up RD query string regeneration.
- + Fixed ServletResponse.reset() to resetBuffer.
+ + 3DES Keylength was being reported as 0. Now reports 168 bits.
+ Implemented the run-as servlet tag.
+ + Added confidential and integral redirections to HttpListener
+ + Fixed ServletResponse.reset() to resetBuffer.
jetty-4.0.1RC1 - 29 April 2002
- + Avoid flushes during RequestDispatcher.includes
+ + Improved flushing of chunked responses
+ Better handling if no realm configured.
+ Expand ByteBuffer full limit with capacity.
+ Fixed double filtering of welcome files.
+ Fixed FORM authentication auth of login page bug.
+ Fixed setTempDirectory creation bug
- + Improved flushing of chunked responses
+ + Avoid flushes during RequestDispatcher.includes
jetty-4.0.1RC0 - 18 April 2002
+ + Updated Jasper to CVS snapshot from Apr 18 18:50:59 BST 2002
+ + Pass pathParams via welcome file forward for jsessionid
+ + Extended facade interfaces to HttpResponse.sendError
+ + Moved basic auth handling to HttpRequest
+ AbstractSessionManager sets contextClassLoader for scavanging
+ + Set thread context classloader for webapp load-on-startup inits
+ Added extract arg to addWebApplications
- + DTD allows static "Get" and "Set" methods to be invoked.
- + Extended facade interfaces to HttpResponse.sendError
+ Fixed delayed response bug: Stopped HttpConnection consuming input from
timedout connection.
- + Moved basic auth handling to HttpRequest
- + Pass pathParams via welcome file forward for jsessionid
- + Set thread context classloader for webapp load-on-startup inits
- + Updated Jasper to CVS snapshot from Apr 18 18:50:59 BST 2002
+ + DTD allows static "Get" and "Set" methods to be invoked.
jetty-4.0.0 - 22 March 2002
+ + Updated tutorial configure version
+ Added IPAddressHandler for IP restrictions
- + Jetty.sh cygwin support
- + Minor documentation updates.
+ Updated contributors.
- + Updated tutorial configure version
+ + Minor documentation updates.
+ + Jetty.sh cygwin support
jetty-4.0.RC3 - 20 March 2002
- + Changed html attribute order for mozilla quirk.
- + ContextInitialized notified before load-on-startup servlets.
+ Fixed ZZZ offset format to +/-HHMM
+ + Updated history
+ JDBCUserRealm instantiates JDBC driver
+ + ContextInitialized notified before load-on-startup servlets.
+ Suppress WriterOutputStream warning.
- + Updated history
+ + Changed html attribute order for mozilla quirk.
jetty-4.0.RC2 - 12 March 2002
+ + Fixed security constraint problem with //
+ + Fixed version for String XmlConfigurations
+ + Fixed empty referrer in NCSA log.
+ + Dont try to extract directories
+ Added experimental nio SocketChannelListener
+ Added skeleton load balancer
- + Disabled the Password EXEC mechanism by default
- + Dont try to extract directories
+ Fixed column name in JDBCUserRealm
- + Fixed empty referrer in NCSA log.
- + Fixed security constraint problem with //
- + Fixed version for String XmlConfigurations
- + Removed redundant sessionID check.
+ Remove last of the Class.forName calls.
+ + Removed redundant sessionID check.
+ Security FAQ
+ + Disabled the Password EXEC mechanism by default
jetty-3.1.7 - 12 March 2002
+ Fixed security problem with constraints being bypassed with // in URLs
jetty-4.0.RC1 - 06 March 2002
+ Added ContentEncodingHandler for compression.
- + Call response.flushBuffer after service to flush wrappers.
- + contextDestroyed event sent before destruction.
- + Contributors list as an image to prevent SPAM!
- + Empty suffix for temp directory.
- + FileResource depends less on FilePermissions.
+ Fixed filter vs forward bug.
- + Fixed recursive DEBUG loop in Logging.
+ Improved efficiency of quality list handling
- + Minor changes to make HttpServer work on J2ME CVM
+ Simplified filter API to chunkable streams
- + Updated jetty.sh to always respect arguments.
- + Warn if jdk 1.4 classes used on JVM <1.4
- + WebApplication will use ContextLoader even without WEB-INF directory.
+ XmlParser is validating by default. use o.m.x.XmlParser.NotValidating
property to change.
+ + contextDestroyed event sent before destruction.
+ + Minor changes to make HttpServer work on J2ME CVM
+ + Warn if jdk 1.4 classes used on JVM <1.4
+ + WebApplication will use ContextLoader even without WEB-INF directory.
+ + FileResource depends less on FilePermissions.
+ + Call response.flushBuffer after service to flush wrappers.
+ + Empty suffix for temp directory.
+ + Contributors list as an image to prevent SPAM!
+ + Fixed recursive DEBUG loop in Logging.
+ + Updated jetty.sh to always respect arguments.
jetty-3.1.6 - 28 February 2002
- + Dispatcher.forward dispatches directly to ServletHolder to avoid premature
- exception handling.
- + Empty suffix for temp directory.
- + Fixed HttpFields remove bug
- + HttpResponse.sendError makes a better attempt at finding an error page.
+ Implemented 2.3 clarifications to security constraint semantics PLEASE
REVIEW YOUR SECURITY CONSTRAINTS (see README).
- + LineInput can handle any sized marks
+ + Empty suffix for temp directory.
+ + Fixed HttpFields remove bug
+ Set Listeners default scheme
+ + LineInput can handle any sized marks
+ + HttpResponse.sendError makes a better attempt at finding an error page.
+ + Dispatcher.forward dispatches directly to ServletHolder to avoid premature
+ exception handling.
jetty-4.0.B2 - 25 February 2002
+ + Minor Jasper updates
+ + Improve handling of unknown URL protocols.
+ + Improved default jetty.xml
+ + Adjust servlet facades for welcome redirection
+ + User / mapping rather than /* for servlet requests to static content
+ Accept jetty-web.xml or web-jetty.xml in WEB-INF
- + Added LoggerLogSink to direct Jetty Logs to JDK1.4 Log.
+ Added optional JDK 1.4 src tree
- + Added org.mortbay.http.JDBCUserRealm
- + Added String constructor to XmlConfiguration.
- + Adjust servlet facades for welcome redirection
- + Improved default jetty.xml
- + Improve handling of unknown URL protocols.
- + Init classloader for JspServlet
- + Minor Jasper updates
+ o.m.u.Frame uses JDK1.4 stack frame handling
+ + Added LoggerLogSink to direct Jetty Logs to JDK1.4 Log.
+ + Start ServletHandler as part of the FilterHandler start.
+ Simplified addWebApplication
+ + Added String constructor to XmlConfiguration.
+ + Added org.mortbay.http.JDBCUserRealm
+ + Init classloader for JspServlet
+ Slightly more agressive eating unused input from non persistent connection.
- + Start ServletHandler as part of the FilterHandler start.
- + User / mapping rather than /* for servlet requests to static content
jetty-4.0.B1 - 13 February 2002
- + Added setClassLoader and moved getFileClassPath to HttpContext
- + getRequestURI returns encoded path
+ + WriterOutputStream so JSPs can include static resources.
+ + Suppress error only for IOExceptions not derivitives.
+ HttpConnection always eats unused bodies
- + LineInput waits for LF after CF if seen CRLF before.
+ Merged HttpMessage and Message
- + Servlet request destined for static content returns paths as default servlet
- + Suppress error only for IOExceptions not derivitives.
+ + LineInput waits for LF after CF if seen CRLF before.
+ + Added setClassLoader and moved getFileClassPath to HttpContext
+ Updated examples webapp from tomcat
- + WriterOutputStream so JSPs can include static resources.
+ + getRequestURI returns encoded path
+ + Servlet request destined for static content returns paths as default servlet
jetty-4.0.B0 - 04 February 2002
- + Added AbstractSessionManager
- + Added Array element to XMLConfiguration
- + Added hack for compat tests in watchdog for old tomcat stuff
- + Added index links to tutorial
- + Allow listener schemes to be set.
- + Common handling of TRACE
- + Factor out RolloverFileOutputStream from OutputStreamLogSink
- + Fixed HttpFields remove bug
- + Handle special characters in resource file names better.
- + HttpContext destroy
+ Implemented 2.3 security constraint semantics PLEASE REVIEW YOUR SECURITY
CONSTRAINTS (see README).
- + Reduce object count and add hash width to StringMap
+ + Stop and remove NotFound context for HttpServer
+ + HttpContext destroy
+ Release process builds JettyExtra
- + Removed triggers from Code.
- + Remove request logSink and replace with RequestLog using
- RolloverFileOutputStream
+ + Welcome files may be relative
+ + Fixed HttpFields remove bug
+ + Added Array element to XMLConfiguration
+ + Allow listener schemes to be set.
+ + Added index links to tutorial
+ Renamed getHttpServers and added setAnonymous
- + Stop and remove NotFound context for HttpServer
- + Support Random Session IDs in HashSessionManager.
+ Updated crimson to 1.1.3
+ + Added hack for compat tests in watchdog for old tomcat stuff
+ + Added AbstractSessionManager
+ + Support Random Session IDs in HashSessionManager.
+ + Common handling of TRACE
+ Updated tutorial and FAQ
+ + Reduce object count and add hash width to StringMap
+ + Factor out RolloverFileOutputStream from OutputStreamLogSink
+ + Remove request logSink and replace with RequestLog using
+ RolloverFileOutputStream
+ + Handle special characters in resource file names better.
+ Welcome file dispatch sets requestURI.
- + Welcome files may be relative
+ + Removed triggers from Code.
jetty-4.0.D4 - 14 January 2002
- + Added BlueRibbon campaign.
- + Added isAuthenticated to UserPrincipal
- + Extract WAR files to standard temp directory
- + Fixed noaccess auth demo.
- + FORM auth caches UserPrincipal
+ + Prevent output after forward
+ Handle ServletRequestWrappers for Generic Servlets
+ Improved handling of UnavailableException
- + Improved HttpResponsse.sendError error page matching.
- + Prevent output after forward
- + RequestDispatcher uses cached resources for include
+ + Extract WAR files to standard temp directory
+ URI uses UTF8 for % encodings.
+ + Added BlueRibbon campaign.
+ + RequestDispatcher uses cached resources for include
+ + Improved HttpResponsse.sendError error page matching.
+ + Fixed noaccess auth demo.
+ + FORM auth caches UserPrincipal
+ + Added isAuthenticated to UserPrincipal
jetty-4.0.D3 - 31 December 2001
- + cookies with maxAge==0 expire on 1 jan 1970
- + Corrected name to HTTP_REFERER in CGI Servlet.
- + DateCache handles misses better.
+ Fixed cached filter wrapping.
- + Fixed ContextLoader lib handling.
+ Fixed getLocale again
+ + Patch jasper to 20011229101000
+ + Removed limits on mark in LineInput.
+ + Corrected name to HTTP_REFERER in CGI Servlet.
+ Fixed UrlEncoding for % + combination.
+ Generalized temp file handling
+ + Fixed ContextLoader lib handling.
+ + DateCache handles misses better.
+ HttpFields uses DateCache more.
- + Made Frame members private and fixed test harness
+ Moved admin port to 8081 to avoid JBuilder
- + Patch jasper to 20011229101000
- + Removed limits on mark in LineInput.
+ + Made Frame members private and fixed test harness
+ + cookies with maxAge==0 expire on 1 jan 1970
+ setCookie always has equals
jetty-3.1.5 - 11 December 2001
- + Allow POSTs to static resources.
- + Branched at Jetty_3_1
+ + setCookie always has equals for cookie value
+ cookies with maxage==0 expired 1 jan 1970
- + Fixed ChunableInputStream.resetStream bug.
+ Fixed formatting of redirectURLs for NS4.08
+ + Fixed ChunableInputStream.resetStream bug.
+ Ignore IO errors when trying to persist connections.
- + setCookie always has equals for cookie value
+ + Allow POSTs to static resources.
+ stopJob/killStop in ThreadPool to improve stopping ThreadedServer on some
platforms.
+ + Branched at Jetty_3_1
jetty-4.0.D2 - 02 December 2001
- + added addWebApplications auto discovery
- + Allow POSTs to static resources.
- + Better handling of charset in form encoding.
- + Disabled last forwarding by setPath()
- + Fixed ChunableInputStream.resetStream bug.
+ + Removed most of the old doco, which needs to be rewritten and added again.
+ + Restructured for demo and test hierarchies
+ Fixed formatting of redirect URLs.
- + Ignore IO errors when trying to persist connections.
+ + Removed ForwardHandler.
+ + Removed Demo.java (until updated).
+ Made the root context a webapplication.
+ Moved demo docroot/servlets to demo directory
- + New event model to decouple from beans container.
- + Removed Demo.java (until updated).
- + Removed ForwardHandler.
- + Removed most of the old doco, which needs to be rewritten and added again.
+ + added addWebApplications auto discovery
+ + Disabled last forwarding by setPath()
+ Removed Request set methods (will be replaced)
- + Restructured for demo and test hierarchies
+ + New event model to decouple from beans container.
+ + Better handling of charset in form encoding.
+ + Allow POSTs to static resources.
+ + Fixed ChunableInputStream.resetStream bug.
+ + Ignore IO errors when trying to persist connections.
+ stopJob/killStop in ThreadPool to improve stopping ThreadedServer on some
platforms.
jetty-4.0.D1 - 14 November 2001
- + Added Context and Session Event Handling
- + Added FilterHandler
- + Added FilterHolder
- + Changed HandlerContext to HttpContext
- + Fixed bug with request dispatcher parameters
+ Fixed ServletHandler with no servlets
+ + Fixed bug with request dispatcher parameters
+ New ContextLoader implementation.
+ New Dispatcher implementation
+ + Added Context and Session Event Handling
+ + Added FilterHolder
+ + Added FilterHandler
+ + Changed HandlerContext to HttpContext
+ + Simplified ServletHandler
+ Removed destroy methods
+ Simplified MultiMap
- + Simplified ServletHandler
jetty-4.0.D0 - 06 November 2001
- + 1.2 JSP API
- + 2.3 Servlet API
- + Added examples webapp from tomcat4
- + Branched at Jetty_3_1
+ Branched from Jetty_3_1 == Jetty_3_1_4
+ + 2.3 Servlet API
+ + 1.2 JSP API
+ Jasper from tomcat4
+ Start SessionManager abstraction.
+ + Added examples webapp from tomcat4
+ + Branched at Jetty_3_1
jetty-3.1.4 - 06 November 2001
+ Added RequestLogFormat to allow extensible request logs.
- + Default PathMap separator changed to ":,"
- + Generate session unbind events on a context.stop()
- + getRealPath accepts \ URI separator on platforms using \ file separator.
+ + Support the ZZZ timezone offset format in DateCache
+ HTAccessHandler made stricter on misconfiguration
+ + Generate session unbind events on a context.stop()
+ + Default PathMap separator changed to ":,"
+ PathMap now ignores paths after ; or ? characters.
+ Remove old stuff from contrib that had been moved to extra
- + Support the ZZZ timezone offset format in DateCache
+ + getRealPath accepts \ URI separator on platforms using \ file separator.
jetty-3.1.3 - 26 October 2001
- + Allow a per context UserRealm instance.
- + Correct dispatch to error pages with javax attributes set.
- + Fixed binary files in CVS
+ + Fix security problem with trailing special characters. Trailing %00 enabled
+ JSP source to be viewed or other servlets to be bypassed.
+ Fixed several problems with external role authentication. Role
authentication in JBoss was not working correctly and there were possible
object leaks. The fix required an API change to UserPrinciple and UserRealm.
- + Fixed Virtual hosts to case insensitive.
- + Fix security problem with trailing special characters. Trailing %00 enabled
- JSP source to be viewed or other servlets to be bypassed.
+ + Allow a per context UserRealm instance.
+ + Upgraded JSSE to 1.0.2
+ Improved FORM auth handling of role failure.
+ Improved Jasper debug output.
+ Improved ThreadedServer timeout defaults
+ + Fixed binary files in CVS
+ + Fixed Virtual hosts to case insensitive.
+ PathMap spec separator changed from ',' to ':'. May be set with
org.mortbay.http.PathMap.separators system property.
- + Upgraded JSSE to 1.0.2
+ + Correct dispatch to error pages with javax attributes set.
jetty-3.1.2 - 13 October 2001
- + Added run target to ant
- + Added ServletHandler.sessionCount()
+ + Fixed double entry on PathMap.getMatches
+ + Fixed servlet handling of non session url params.
+ + Fixed attr handling in XmlParser.toString
+ + Fixed request log date formatting
+ + Fixed NotFoundHandler handling of unknown methods
+ + Fixed FORM Authentication username.
+ + Fixed authentication role handling in FORM auth.
+ + FORM authentication passes query params.
+ Added short delay to shutdown hook for JVM bug.
+ + Added ServletHandler.sessionCount()
+ + Added run target to ant
+ Changed 304 responses for Opera browser.
+ Changed JSESSIONID to jsessionid
+ + Log OK state after thread low warnings.
+ Changed unsatisfiable range warnings to debug.
- + Fixed attr handling in XmlParser.toString
- + Fixed authentication role handling in FORM auth.
- + Fixed double entry on PathMap.getMatches
- + Fixed FORM Authentication username.
- + Fixed NotFoundHandler handling of unknown methods
- + Fixed request log date formatting
- + Fixed servlet handling of non session url params.
- + FORM authentication passes query params.
+ Further improvements in handling of shutdown.
- + Log OK state after thread low warnings.
jetty-3.1.1 - 27 September 2001
- + Correctly ignore auth-constraint descriptions.
+ Fixed jar manifest format - patched 28 Sep 2001
+ + Removed JDK 1.3 dependancy
+ Fixed ServletRequest.getLocale().
- + Handle requestdispatcher during init.
- + Reduced verbosity of bad URL errors from IIS virus attacks
+ Removed incorrect warning for WEB-INF/lib jar files.
- + Removed JDK 1.3 dependancy
+ + Handle requestdispatcher during init.
+ Use lowercase tags in html package to be XHTML-like.
+ + Correctly ignore auth-constraint descriptions.
+ + Reduced verbosity of bad URL errors from IIS virus attacks
jetty-3.1.0 - 21 September 2001
- + Added HandlerContext.registerHost
+ Added long overdue Tutorial documentation.
+ + Improved some other documentation.
+ + Fix ResourceHandler cache invalidate.
+ + Fix ServletResponse.setLocale()
+ + Fix reuse of Resource
+ + Fix Jetty.bat for spaces.
+ Fix .. handling in URI
- + Fix flush on stop bug in logs.
+ + Fix REFFERER in CGI
+ Fix FORM authentication on exact patterns
- + Fix Jetty.bat for spaces.
+ + Fix flush on stop bug in logs.
+ Fix param reading on CGI servlet
- + Fix REFFERER in CGI
- + Fix ResourceHandler cache invalidate.
- + Fix reuse of Resource
- + Fix ServletResponse.setLocale()
- + Improved closing of listeners.
- + Improved some other documentation.
+ New simplified jetty.bat
+ + Improved closing of listeners.
+ Optimized List creation
+ Removed win32 service.exe
+ + Added HandlerContext.registerHost
jetty-3.1.rc9 - 02 September 2001
+ Added bin/orgPackage.sh script to change package names.
- + Added handlerContext.setClassPaths
+ + Changed to org.mortbay domain names.
+ + Form auth login and error pages relative to context path.
+ + Fixed handling of rel form authentication URLs
+ + Added support for Nonblocking listener.
+ Added lowResourcePersistTimeMs for more graceful degradation when we run out
of threads.
- + Added support for Nonblocking listener.
- + Changed to org.mortbay domain names.
+ + Patched Jasper to 3.2.3.
+ + Added handlerContext.setClassPaths
+ Fixed bug with non cookie sessions.
- + Fixed handling of rel form authentication URLs
+ Format cookies in HttpFields.
- + Form auth login and error pages relative to context path.
- + Patched Jasper to 3.2.3.
jetty-3.1.rc8 - 22 August 2001
- + Added HttpServer statistics
- + Allow contextpaths without leading /
+ + Support WEB-INF/web-jetty.xml configuration extension for webapps
+ Allow per context log files.
- + Buffer allocation
+ + Updated sponsors page
+ + Added HttpServer statistics
+ Don't add notfound context.
- + Fixed handling of default mime types
- + ISO8859 conversion
+ Many major and minor optimizations:
- + OutputStreamLogSink replaces WriterLogSink
- + Removed race from dynamic servlet initialization.
- + Separation of URL params in HttpHandler API.
+ + ISO8859 conversion
+ + Buffer allocation
+ + URI pathAdd
+ StringMap
- + Support WEB-INF/web-jetty.xml configuration extension for webapps
- + Updated sponsors page
+ URI canonicalPath
- + URI pathAdd
+ + OutputStreamLogSink replaces WriterLogSink
+ + Separation of URL params in HttpHandler API.
+ + Fixed handling of default mime types
+ + Allow contextpaths without leading /
+ + Removed race from dynamic servlet initialization.
jetty-3.1.rc7 - 09 August 2001
+ + Fix bug in sendRedirect for HTTP/1.1
+ Added doco for Linux port redirection.
- + Added FORM authentication.
- + Added method handling to HTAccessHandler.
+ + Don't persist connections if low on threads.
+ Added shutdown hooks to Jetty.Server to trap Ctl-C
+ + Fixed bug with session ID generation.
+ + Added FORM authentication.
+ + Remove old context path specs
+ Added UML diagrams to Jetty architecture documentation.
- + Added utility methods to ServletHandler for wrapping req/res pairs.
- + Don't persist connections if low on threads.
+ + Use Enumerations to reduce conversions for servlet API.
+ + Optimized HttpField handling to reduce object creatiyon.
+ + ServletRequest SSL attributes in line with 2.2 and 2.3 specs.
+ Dump Servlet displays cert chains
- + Fix bug in sendRedirect for HTTP/1.1
- + Fixed bug with session ID generation.
+ Fixed redirect handling by the CGI Servlet.
+ Fixed request.getPort for redirections from 80
- + Optimized HttpField handling to reduce object creatiyon.
- + Remove old context path specs
- + ServletRequest SSL attributes in line with 2.2 and 2.3 specs.
+ + Added utility methods to ServletHandler for wrapping req/res pairs.
+ + Added method handling to HTAccessHandler.
+ ServletResponse.sendRedirect puts URLs into absolute format.
- + Use Enumerations to reduce conversions for servlet API.
jetty-3.1.rc6 - 10 July 2001
- + Added Client authentication to the JsseListener
- + Added debug and logging config example to demo.xml
- + Added Get element to the XmlConfiguration class.
- + Added getResource to HandleContext.
- + Added Static calls to the XmlConfiguration class.
+ Avoid script vulnerability in error pages.
- + Cleaned up destroy handling of listeners and contexts.
- + Cleaned up Win32 Service server creation.
+ Close persistent HTTP/1.0 connections on missing Content-Length
- + Fixed a problem with Netscape and the acrobat plugin.
- + Fixed bug in B64Code. Optimised B64Code.
- + Fixed XmlParser to handle xerces1.3 OK
- + Improved debug output for IOExceptions.
+ + Use exec for jetty.sh run
+ Improved SSL debugging information.
+ KeyPairTool can now load cert chains.
+ KeyPairTool is more robust to provider setup.
- + Moved gimp image files to Jetty3Extra
+ + Fixed bug in B64Code. Optimised B64Code.
+ + Added Client authentication to the JsseListener
+ + Fixed a problem with Netscape and the acrobat plugin.
+ + Improved debug output for IOExceptions.
+ + Updated to JSSE-1.0.2, giving full strength crypto.
+ + Win32 Service uses Jetty.Server instead of HttpServer.
+ + Added getResource to HandleContext.
+ + WebApps initialize resourceBase before start.
+ + Fixed XmlParser to handle xerces1.3 OK
+ + Added Get element to the XmlConfiguration class.
+ + Added Static calls to the XmlConfiguration class.
+ + Added debug and logging config example to demo.xml
+ Moved mime types and encodings to property bundles.
- + Removed getConfiguration from LifeCycleThread to avoid JMX clash.
+ RequestDispatch.forward() uses normal HandlerContext.handle() path if
possible.
- + Updated to JSSE-1.0.2, giving full strength crypto.
- + Use exec for jetty.sh run
- + WebApps initialize resourceBase before start.
- + Win32 Service uses Jetty.Server instead of HttpServer.
+ + Cleaned up destroy handling of listeners and contexts.
+ + Removed getConfiguration from LifeCycleThread to avoid JMX clash.
+ + Cleaned up Win32 Service server creation.
+ + Moved gimp image files to Jetty3Extra
jetty-3.1.rc5 - 01 May 2001
+ Added build target for mini.jetty.jar - see README.
- + Added HTaccessHandler to authenitcate against apache .htaccess files.
- + Added query param handling to ForwardHandler
- + Added ServletHandler().setUsingCookies().
- + Added UnixCrypt support to c.m.U.Password
- + Fixed EOF handling in MultiPartRequest.
- + Fixed forwarding to null pathInfo requests.
- + Fixed handling of empty responses at header commit.
- + Fixed handling of multiple cookies.
- + Fixed jetty.bat classpath problems.
- + Fixed ResourceHandler handling of ;JSESSIONID
- + Fixed sync of ThreadPool idleSet.
+ Major restructing of packages to separate servlet dependancies. c.m.XML -
moved XML dependant classes from c.m.Util c.m.HTTP - No servlet or XML
dependant classes: c.m.Jetty.Servlet - moved from c.m.HTTP.Handler.Servlet
c.m.Servlet - received some servlet dependant classes from HTTP.
+ + Added UnixCrypt support to c.m.U.Password
+ + Added HTaccessHandler to authenitcate against apache .htaccess files.
+ + Added query param handling to ForwardHandler
+ + Added ServletHandler().setUsingCookies().
+ Optimized canonical path calculations.
- + Request log contains bytes actually returned.
+ Warn and close connections if content-length is incorrectly set.
+ + Request log contains bytes actually returned.
+ + Fixed handling of empty responses at header commit.
+ + Fixed ResourceHandler handling of ;JSESSIONID
+ + Fixed forwarding to null pathInfo requests.
+ + Fixed handling of multiple cookies.
+ + Fixed EOF handling in MultiPartRequest.
+ + Fixed sync of ThreadPool idleSet.
+ + Fixed jetty.bat classpath problems.
jetty-3.0.6 - 26 April 2001
- + Fixed EOF handlding in MultiPartRequest.
- + Fixed forwarding to null pathInfo requests.
+ Fixed handling of empty responses at header commit.
+ Fixed ResourceHandler handling of ;JSESSIONID
+ + Fixed forwarding to null pathInfo requests.
+ + Fixed EOF handlding in MultiPartRequest.
+ Fixed sync of ThreadPool idleSet.
+ Load-on-startup the JspServlet so that precompiled servlets work.
jetty-3.1.rc4 - 14 April 2001
- + Added idle thread getter to ThreadPool.
+ Include full versions of JAXP and Crimson
+ + Added idle thread getter to ThreadPool.
+ Load-on-startup the JspServlet so that precompiled servlets work.
+ Removed stray debug println from the Frame class.
jetty-3.0.5 - 14 April 2001
+ Branched from 3.1 trunk to fix major errors
- + Created better random session ID
+ + Fixed LineInput bug EOF
+ + Improved flush ordering for forwarded requests.
+ + Turned off range handling by default until bugs resolved
+ Don't chunk if content length is known.
+ fixed getLocales handling of quality params
- + Fixed LineInput bug EOF
+ + Created better random session ID
+ + Resource handler strips URL params like JSESSION.
+ Fixed session invalidation unbind notification to conform with spec
- + Improved flush ordering for forwarded requests.
+ Load-on-startup the JspServlet so that precompiled servlets work.
- + Resource handler strips URL params like JSESSION.
- + Turned off range handling by default until bugs resolved
jetty-3.1.rc3 - 09 April 2001
- + Added ContentHandler Observer to XmlParser.
- + Allow webapp XmlParser to be observed for ejb-ref tags etc.
- + Cleaned up handling of exceptions thrown by servlets.
- + Created better random session ID
- + Frame handles more JIT stacks.
- + Handle zero length POSTs
+ Implemented multi-part ranges so that acrobat is happy.
+ + Simplified multipart response class.
+ Improved flush ordering for forwarded requests.
+ Improved ThreadPool stop handling
- + Simplified multipart response class.
+ + Frame handles more JIT stacks.
+ + Cleaned up handling of exceptions thrown by servlets.
+ + Handle zero length POSTs
+ Start session scavenger if needed.
+ + Added ContentHandler Observer to XmlParser.
+ + Allow webapp XmlParser to be observed for ejb-ref tags etc.
+ + Created better random session ID
jetty-3.1.rc2 - 30 March 2001
+ + Lifecycle.start() may throw Exception
+ Added MultiException to throw multiple nested exceptions.
- + added options to turn off ranges and chunking to support acrobat requests.
- + fixed getLocales handling of quality params
- + fixed getParameter(name) handling for multiple values.
- + Improved handling of Primitive classes in XmlConfig
+ Improved logging of nested exceptions.
- + Lifecycle.start() may throw Exception
+ Only one instance of default MIME map.
- + Renamed getConnection to getHttpConnection
+ Use reference JAXP1.1 for XML parsing.y
+ Version 1.1 of configuration dtd supports New objects.
+ + Improved handling of Primitive classes in XmlConfig
+ + Renamed getConnection to getHttpConnection
+ + fixed getLocales handling of quality params
+ + fixed getParameter(name) handling for multiple values.
+ + added options to turn off ranges and chunking to support acrobat requests.
jetty-3.1.rc1 - 18 March 2001
+ + Moved JMX and SASL handling to Jetty3Extra release
+ + Fixed problem with ServletContext.getContext(uri)
+ Added Jetty documentation pages from JettyWiki
+ Cleaned up build.xml script
- + Fixed problem with ServletContext.getContext(uri)
+ Minimal handling of Servlet.log before initialization.
- + Moved JMX and SASL handling to Jetty3Extra release
- + Resource handler strips URL params like JSESSION.
+ Various SSL cleanups
+ + Resource handler strips URL params like JSESSION.
jetty-3.1.rc0 - 23 February 2001
+ Added JMX management framework.
- + Changed getter and setter methods that did not conform to beans API.
- + Dynamic servlets may be restricted to Context classloader.
+ + Use Thread context classloader as default context loader parent.
+ Fixed init order for unnamed servlets.
+ Fixed session invalidation unbind notification to conform with spec
+ Improved handling of primitives in utilities.
+ + Socket made available via HttpConnection.
+ Improved InetAddrPort and ThreadedServer to reduce DNS lookups.
+ + Dynamic servlets may be restricted to Context classloader.
+ Reoganized packages to allowed sealed Jars
- + Socket made available via HttpConnection.
- + Use Thread context classloader as default context loader parent.
+ + Changed getter and setter methods that did not conform to beans API.
jetty-3.0.4 - 23 February 2001
+ Fixed LineInput bug with split CRLF.
jetty-3.0.3 - 03 February 2001
- + Allow Log to be disabled before initialization.
- + Fixed handling of directories without trailing /
+ Fixed pipelined request buffer bug.
+ Handle empty form content without exception.
- + Implemented web.xml servlet mapping to a JSP
+ + Allow Log to be disabled before initialization.
+ Included new Jetty Logo
+ + Implemented web.xml servlet mapping to a JSP
+ + Fixed handling of directories without trailing /
jetty-3.0.2 - 13 January 2001
- + Added etc/jetty.policy as example policy file.
- + Allow '+' in path portion of a URL.
- + Context specific security permissions.
+ + Replaced ResourceHandler FIFO cache with LRU cache.
+ Greatly improved buffering in ChunkableOutputStream
- + Handle unknown status reasons in HttpResponse
- + Ignore included response updates rather than IllegalStateException
+ + Padded error bodies for IE bug.
+ Improved HTML.Block efficiency
+ Improved jetty.bat
+ Improved jetty.sh
- + Padded error bodies for IE bug.
+ + Handle unknown status reasons in HttpResponse
+ + Ignore included response updates rather than IllegalStateException
+ Removed classloading stats which were causing circular class loading
problems.
- + Replaced ResourceHandler FIFO cache with LRU cache.
- + Restructured demo site pages.
+ + Allow '+' in path portion of a URL.
+ Try ISO8859_1 encoding if can't find ISO-8859-1
+ + Restructured demo site pages.
+ + Context specific security permissions.
+ + Added etc/jetty.policy as example policy file.
jetty-3.0.1 - 20 December 2000
+ Fixed value unbind notification for session invalidation.
+ Removed double null check possibility from ServletHolder
jetty-3.0.0 - 17 December 2000
- + Fixed rel path handling in default configurations.
- + Fixed rollover bug in WriterLogSink
- + Fixed taglib parsing
- + Fixed WriterLogSink init bug
- + Improved dtd resolution in XML parser.
+ Improved jetty.sh logging
+ + Improved dtd resolution in XML parser.
+ + Fixed taglib parsing
+ + Fixed rel path handling in default configurations.
+ Optional extract war files.
+ + Fixed WriterLogSink init bug
+ Use inner class to avoid double null check sync problems
+ + Fixed rollover bug in WriterLogSink
jetty-3.0.0.rc8 - 13 December 2000
- + Added ForwardHandler
- + Change PathMap handling of /* to give precedence over suffix mapping.
- + Default log options changed if in debug mode.
- + Forward to welcome pages rather than redirect.
- + getSecurityHandler creates handler at position 0.
- + Improved exit admin handling
- + Jetty.Server catches init exceptions per server
- + Mapped *.jsp,*.jsP,*.jSp,*.jSP,*.Jsp,*.JsP,*.JSp,*.JSP
+ Optional alias checking added to FileResource. Turned on by default on all
platforms without the "/" file separator.
- + Patched jasper to tomcat 3.2.1
+ + Mapped *.jsp,*.jsP,*.jSp,*.jSP,*.Jsp,*.JsP,*.JSp,*.JSP
+ + Tidied handling of ".", ".." and "//" in resource paths
+ Protected META-INF as well as WEB-INF in web applications.
- + Removed security constraint on demo admin server.
- + Removed some unused variables.
- + Removed special characters from source.
+ + Jetty.Server catches init exceptions per server
+ + getSecurityHandler creates handler at position 0.
+ SysV unix init script
- + Tidied handling of ".", ".." and "//" in resource paths
+ + Improved exit admin handling
+ + Change PathMap handling of /* to give precedence over suffix mapping.
+ + Forward to welcome pages rather than redirect.
+ + Removed special characters from source.
+ + Default log options changed if in debug mode.
+ + Removed some unused variables.
+ + Added ForwardHandler
+ + Removed security constraint on demo admin server.
+ + Patched jasper to tomcat 3.2.1
jetty-3.0.0.rc7 - 02 December 2000
- + Added Com.mortbay.HTTP.Handler.Servlet.Context.LogSink attribute to Servlet
- Context. If set, it is used in preference to the system log.
- + Added NotFoundServlet
- + Added range handling to ResourceHandler.
+ + Fixed security problem with lowercase WEB-INF uris on windows.
+ + Extended security constraints (see README and WebApp Demo).
+ + Set thread context classloader during handler start/stop calls.
+ + Don't set MIME-Version in response.
+ Allow dynamic servlets to be served from /
+ + Handle multiple inits of same servlet class.
+ Auto add a NotFoundHandler if needed.
+ + Added NotFoundServlet
+ + Added range handling to ResourceHandler.
+ CGI servlet handles not found better.
- + Changed log options to less verbose defaults.
+ + WEB-INF protected by NotFoundServlet rather than security constraint.
+ + PUT, MOVE disabled in WebApplication unless defaults file is passed.
+ Conditionals apply to puts, dels and moves in ResourceHandler.
+ + URIs accept all characters < 0xff.
+ + Set the AcceptRanges header.
+ Depreciated RollOverLogSink and moved functionality to an improved
WriterLogSink.
- + Don't set MIME-Version in response.
- + Double null lock checks use ThreadPool.__nullLockChecks.
- + Extended security constraints (see README and WebApp Demo).
- + Fixed security problem with lowercase WEB-INF uris on windows.
- + Handle multiple inits of same servlet class.
- + PUT, MOVE disabled in WebApplication unless defaults file is passed.
- + Set the AcceptRanges header.
- + Set thread context classloader during handler start/stop calls.
- + Split Debug servlet out of Admin Servlet.
+ + Changed log options to less verbose defaults.
+ ThreadedServer.forceStop() now makes a connection to itself to handle
non-premptive close.
- + URIs accept all characters < 0xff.
- + WEB-INF protected by NotFoundServlet rather than security constraint.
+ + Double null lock checks use ThreadPool.__nullLockChecks.
+ + Split Debug servlet out of Admin Servlet.
+ + Added Com.mortbay.HTTP.Handler.Servlet.Context.LogSink attribute to Servlet
+ Context. If set, it is used in preference to the system log.
jetty-3.0.0.rc6 - 20 November 2000
+ + RequestDispatcher.forward() only resets buffer, not headers.
+ Added ServletWriter that can be disabled.
- + Added Win32 service support
- + Admin servlet uses unique links for IE.
- + Allow HttpMessage state to be manipulated.
- + Allow load-on-startup with no content.
- + Allow multiple set cookies.
- + Corrected a few of the many spelling mistakes.
+ + Resource gets systemresources from it's own classloader.
+ don't include classes in release.
- + Don't set connection:close for normal HTTP/1.0 responses.
- + Don't start HttpServer log sink on add.
+ + Allow load-on-startup with no content.
+ Fixed RollOverFileLogSink bug with extra log files.
- + Implemented customizable error pages.
- + Implemented resource aliases in HandlerContext - used by Servlet Context
+ Improved Log defaults
- + Javadoc improvements.
- + Map tablib configuration to resource aliases.
- + Prevent reloading dynamic servlets at different paths.
- + Put extra server and servlet info in header.
+ + Don't start HttpServer log sink on add.
+ + Admin servlet uses unique links for IE.
+ + Added Win32 service support
+ Reduced risk of double null check sync problem.
- + RequestDispatcher.forward() only resets buffer, not headers.
+ + Don't set connection:close for normal HTTP/1.0 responses.
+ RequestDispatcher new queries params replace old.
- + Resource gets systemresources from it's own classloader.
+ Servlet init order may be negative.
- + Session cookies are given context path
+ + Corrected a few of the many spelling mistakes.
+ + Javadoc improvements.
+ + Webapps serve dynamics servlets by default.
+ + Warn for missing WEB-INF or web.xml
+ Sessions try version 1 cookies in set-cookie2 header.
- + Simple stats in ContextLoader.
+ + Session cookies are given context path
+ + Put extra server and servlet info in header.
+ Version details in header can be suppressed with System property
java.com.mortbay.HTTP.Version.paranoid
- + Warn for missing WEB-INF or web.xml
- + Webapps serve dynamics servlets by default.
+ + Prevent reloading dynamic servlets at different paths.
+ + Implemented resource aliases in HandlerContext - used by Servlet Context
+ + Map tablib configuration to resource aliases.
+ + Implemented customizable error pages.
+ + Simple stats in ContextLoader.
+ + Allow HttpMessage state to be manipulated.
+ + Allow multiple set cookies.
jetty-3.0.0.rc5 - 12 November 2000
- + Added debug form to Admin servlet.
- + Allow null cookie values
- + Avoid jprobe race warnings in DateCache
+ Default writer encoding set by mime type if not explicitly set.
- + Implemented servlet load ordering.
- + Many javadoc cleanups.
+ + Relax webapp rules, accept no web.xml or no WEB-INF
+ + Pass flush through ServletOut
+ + Avoid jprobe race warnings in DateCache
+ + Allow null cookie values
+ + Servlet exceptions cause 503 unavailable rather than 500 server error
+ + RequestDispatcher can dispatch static resources.
+ Merged DynamicHandler into ServletHandler.
+ + Added debug form to Admin servlet.
+ + Implemented servlet load ordering.
+ Moved JSP classpath hack to ServletHolder
- + Pass flush through ServletOut
- + Relax webapp rules, accept no web.xml or no WEB-INF
+ Removed Makefile build system.
- + RequestDispatcher can dispatch static resources.
- + Servlet exceptions cause 503 unavailable rather than 500 server error
+ + Many javadoc cleanups.
jetty-2.4.9 - 12 November 2000
- + HtmlFilter handles non default encodings
- + HttpListener default max idle time = 20s
+ HttpListener ignore InterruptedIOExceptions
- + HttpRequest.write uses ISO8859_1 encoding.
+ + HttpListener default max idle time = 20s
+ + HtmlFilter handles non default encodings
+ Writing HttpRequests encodes path
+ + HttpRequest.write uses ISO8859_1 encoding.
jetty-3.0.0.rc4 - 06 November 2000
- + Fixed mime type mapping bug introduced in RC3
+ + Provide default JettyIndex.properties
+ Fixed mis-synchronization in ThreadPool.stop()
+ + Fixed mime type mapping bug introduced in RC3
+ Ignore more IOExceptions (still visible with debug).
- + Provide default JettyIndex.properties
jetty-3.0.0.rc3 - 05 November 2000
- + Added bin/jetty.sh run script.
- + Added context class path dynamic servlet demo
- + Added gz tgz tar.gz .z mime mappings.
- + Added HandlerContext.setHttpServerAccess for trusted contexts.
+ Changed ThreadPool.stop for IBM 1.3 JVM
- + Fixed default mimemap initialization bug
+ + Added bin/jetty.sh run script.
+ + upgraded build.xml to ant v1.2
+ + Set MaxReadTimeMs in all examples
+ Further clean up of the connection close actions
- + Handle mime suffixes containing dots.
- + Implemented mime mapping in webapplications.
+ Moved unused classes from com.mortbay.Util to com.mortbay.Tools in new
distribution package.
+ + Handle mime suffixes containing dots.
+ + Added gz tgz tar.gz .z mime mappings.
+ + Fixed default mimemap initialization bug
+ Optimized persistent connections by recycling objects
+ + Added HandlerContext.setHttpServerAccess for trusted contexts.
+ + Set the thread context class loader in HandlerContext.handle
+ Prevent servlet setAttribute calls to protected context attributes.
+ Removed redundant context attributes.
- + Set MaxReadTimeMs in all examples
- + Set the thread context class loader in HandlerContext.handle
+ + Implemented mime mapping in webapplications.
+ Strip ./ from relative resources.
- + upgraded build.xml to ant v1.2
+ + Added context class path dynamic servlet demo
jetty-3.0.0.rc2 - 29 October 2000
- + Accept HTTP/1. as HTTP/1.0 (for netscape bug).
+ + Replaced ISO-8859-1 literals with StringUtil static
+ + Pass file based classpath to JspServlet (see README).
+ + Prevented multiple init of ServletHolder
+ + ErlEncoding treats params without values as empty rather than null.
+ Accept public DTD for XmlConfiguration (old style still supported).
+ Cleaned up non persistent connection close.
- + ErlEncoding treats params without values as empty rather than null.
+ + Accept HTTP/1. as HTTP/1.0 (for netscape bug).
+ Fixed thread name problem in ThreadPool
- + Pass file based classpath to JspServlet (see README).
- + Prevented multiple init of ServletHolder
- + Replaced ISO-8859-1 literals with StringUtil static
jetty-3.0.0.rc1 - 22 October 2000
+ + Added simple admin servlet.
+ Added CGI to demo
+ Added HashUserRealm and cleaned up security constraints
+ Added Multipart request and response classes from Jetty2
- + Added simple admin servlet.
- + All attributes in javax. java. and com.mortbay. name spaces to be set.
- + Cleaned up exception handling.
- + Initialize JSP with classloader.
+ Moved and simplified ServletLoader to ContextLoader.
+ + Initialize JSP with classloader.
+ + All attributes in javax. java. and com.mortbay. name spaces to be set.
+ Partial handling of 0.9 requests.
+ removed Thread.destroy() calls.
+ + Cleaned up exception handling.
jetty-2.4.8 - 23 October 2000
+ Fixed bug with 304 replies with bodies.
- + Fixed closing socket problem
+ Improved win32 make files.
+ + Fixed closing socket problem
jetty-3.0.B05 - 18 October 2000
- + Added default webapp servlet mapping /servlet/name/*
+ + Improved null returns to get almost clean watchdog test.
+ Cleaned up response committing and flushing
- + Fixed JarFileResource to handle jar files without directories.
+ Handler RFC2109 cookies (like any browser handles them!)
- + Implemented security-role-ref for servlets
- + Implemented war file support
- + improved ant documentation.
- + Improved default log format for clarity.
- + Improved null returns to get almost clean watchdog test.
+ + Added default webapp servlet mapping /servlet/name/*
+ Improved path spec interpretation by looking at 2.3 spec
- + Java2 style classloading
- + Made test harnesses work with ant.
+ + Implemented security-role-ref for servlets
+ Protected servletConfig from downcast security problems
+ + Made test harnesses work with ant.
+ + improved ant documentation.
+ Removed most deprecation warnings
+ + Fixed JarFileResource to handle jar files without directories.
+ + Implemented war file support
+ + Java2 style classloading
+ + Improved default log format for clarity.
+ Separated context attributes and initParams.
jetty-3.0.B04 - 12 October 2000
+ + Restricted context mapping to simple model for servlets.
+ + Fixed problem with session ID in paths
+ Added modified version of JasperB3.2 for JSP
- + Added webdefault.xml for web applications.
+ + Moved FileBase to docroot
+ + Merged and renamed third party jars.
+ Do not try multiple servlets for a request.
- + Filthy hack to teach jasper JspServer Jetty classpath
- + Fixed problem with session ID in paths
+ Implemented Context.getContext(uri)
- + Merged and renamed third party jars.
- + Moved FileBase to docroot
+ + Added webdefault.xml for web applications.
+ Redirect to index files, so index.jsp works.
- + Restricted context mapping to simple model for servlets.
+ + Filthy hack to teach jasper JspServer Jetty classpath
jetty-3.0.B03 - 09 October 2000
- + Added append mode in RolloverFileLogSink
- + Added release script
- + Catch stop and destroy exceptions in HttpServer.stop()
+ Expanded import package.*; lines
+ Expanded leading tabs to spaces
- + Handle ignorable spaces in WebApplication
- + Handle ignorable spaces in XmlConfiguration
- + Implemented request dispatching.
+ Improved Context to Handler contract.
- + Improved handler toString
- + Improved Log rollover.
- + Made LogSink a Lifecycle interface
+ Parse but not handler startup ordering in web applications.
- + Pass object to LogSink
+ + Send request log via a LogSink
+ + Added append mode in RolloverFileLogSink
+ + Made LogSink a Lifecycle interface
+ + Improved handler toString
+ Redirect context only paths.
+ + Pass object to LogSink
+ + Implemented request dispatching.
+ Redo dynamic servlets handling
- + Remove 411 checks as IE breaks this rule after redirect.
- + Removed last remnants JDK 1.1 support
- + Send request log via a LogSink
+ + Improved Log rollover.
+ Simplified path translation and real path calculation.
+ + Catch stop and destroy exceptions in HttpServer.stop()
+ + Handle ignorable spaces in XmlConfiguration
+ + Handle ignorable spaces in WebApplication
+ Warn about explicit sets of WebApplication
+ + Remove 411 checks as IE breaks this rule after redirect.
+ + Removed last remnants JDK 1.1 support
+ + Added release script
jetty-2.4.7 - 06 October 2000
- + Added encode methods to URI
+ Allow Objects to be passed to LogSink
- + fixes to SSL doco
- + Improved win32 build
+ Set content length on errors for keep alive.
+ + Added encode methods to URI
+ + Improved win32 build
+ + fixes to SSL doco
+ Support key and keystore passwords
+ Various improvements to ServletDispatch, PropertyTree and associated
classes.
jetty-3.0.B02 - 24 August 2000
- + Added CGI servlet
- + Fixed bug in TestRFC2616
- + Fixed HTTP/1.0 input close bug
+ Fixed LineInput bug with SSL giving CR pause LF.
+ + Fixed HTTP/1.0 input close bug
+ + Fixed bug in TestRFC2616
+ Improved ThreadedServer stop and destroy
+ Use resources in WebApplication
+ + Added CGI servlet
jetty-3.0.B01 - 21 August 2000
- + Implemented more webapp configuration
- + Partial implementation of webapp securitycontraints
+ SSL implemented with JsseListener
+ + Partial implementation of webapp securitycontraints
+ + Implemented more webapp configuration
+ Switched to the aelfred XML parser from microstar, which is only partially
validating, but small and lightweight
jetty-2.4.6 - 16 August 2000
- + Added passive mode methods to FTP
- + com.mortbay.Util.KeyPairTool added to handle openSSL SSL keys.
+ + Turn Linger off before closing sockets, to allow restart.
+ JsseListener & SunJsseListener added and documented
+ + com.mortbay.Util.KeyPairTool added to handle openSSL SSL keys.
+ Minor changes to compile with jikes.
- + Turn Linger off before closing sockets, to allow restart.
+ + Added passive mode methods to FTP
jetty-3.0.A99 - 10 August 2000
- + Added Resource abstraction
- + Added Xmlconfiguration utility
+ Implemented jetty.xml configuration
- + Make it compile cleanly with jikes.
- + Re-added commented out imports for JDK-1.1 compile
- + Removed FileBase. Now use ResourceBase instead
- + Replaced FileHandler with ResourceHandler
+ + Added Xmlconfiguration utility
+ ServletLoader simplied and uses ResourcePath
+ + Replaced FileHandler with ResourceHandler
+ Use SAX XML parsing instead of DOM for space saving.
+ + Removed FileBase. Now use ResourceBase instead
+ + Added Resource abstraction
+ + Make it compile cleanly with jikes.
+ + Re-added commented out imports for JDK-1.1 compile
jetty-3.0.A98 - 20 July 2000
- + Allow HttpRequest.toString() handles bad requests.
- + Fixed constructor to RolloverFileLogSink
+ Implemented Jetty demos and Site as Web Application.
+ Implemented WebApplicationContext
- + Improved synchronization on LogSink
- + ServletRequest.getServerPort() returns 80 rather than 0
+ Switched to JDK1.2 only
+ + ServletRequest.getServerPort() returns 80 rather than 0
+ + Fixed constructor to RolloverFileLogSink
+ + Improved synchronization on LogSink
+ + Allow HttpRequest.toString() handles bad requests.
jetty-3.0.A97 - 13 July 2000
- + Added error handling to LifeCycleThread
- + Added WML mappings
+ + Tempory request log implementation
+ + Less verbose debug
+ Better tuned SocketListener parameters
+ + Started RequestDispatcher implementation.
+ + Added WML mappings
+ Fixed makefiles for BSD ls
+ Fixed persistent commits with no content (eg redirect+keep-alive).
- + Formatted version in server info string.
- + implemented removeAttribute on requests
- + Implemented servlet getLocale(s).
+ Implemented servlet isSecure().
- + Less verbose debug
+ + Implemented servlet getLocale(s).
+ + Formatted version in server info string.
+ Protect setContentLength from a late set in default servlet HEAD handling.
- + Started RequestDispatcher implementation.
- + Tempory request log implementation
+ + Added error handling to LifeCycleThread
+ + implemented removeAttribute on requests
jetty-2.4.5 - 09 July 2000
- + Added HtmlExpireFilter and removed response cache revention from HtmlFilter.
+ Don't mark a session invalid until after values unbound.
- + Fixed transaction handling in JDBC wrappers
+ Formatted version in server info.
+ + Added HtmlExpireFilter and removed response cache revention from HtmlFilter.
+ + Fixed transaction handling in JDBC wrappers
jetty-3.0.A96 - 27 June 2000
+ Fixed bug with HTTP/1.1 Head reqests to servlets.
@@ -6366,217 +5013,217 @@ jetty-3.0.A95 - 24 June 2000
+ Handle spaces in file names in FileHandler.
jetty-3.0.A94 - 19 June 2000
- + Added HandlerContext to allow grouping of handlers into units with the same
- file, resource and class configurations.
- + Cleaned up commit() and added complete() to HttpResponse
+ Implemented Sessions.
+ PathMap exact matches can terminate with ; or # for URL sessions and
targets.
+ + Added HandlerContext to allow grouping of handlers into units with the same
+ file, resource and class configurations.
+ + Cleaned up commit() and added complete() to HttpResponse
+ Updated license to clarify that commercial usage IS OK!
jetty-3.0.A93 - 14 June 2000
- + Lots of changes and probably unstable
+ Major rethink! Moved to 2.2 servlet API
+ + Lots of changes and probably unstable
jetty-3.0.A92 - 07 June 2000
+ Added HTML classes to jar
+ Fixed redirection bug in FileHandler
jetty-2.4.4 - 03 June 2000
- + Added build-win32.mak
- + Added HTML.Composite.replace
+ + Many debug call optimizations
+ Added RolloverFileLogSink
+ + Improved LogSink configuration
+ + Support System.property expansions in PropertyTrees.
+ Added uk.org.gosnell.Servlets.CgiServlet to contrib
+ + HttpRequest.setRequestPath does not null pathInfo.
+ BasicAuthHandler uses getResourcePath so it can be used behind request
dispatching
+ + Added HTML.Composite.replace
+ FileHandler implements IfModifiedSince on index files.
- + HttpRequest.setRequestPath does not null pathInfo.
- + Improved LogSink configuration
- + Many debug call optimizations
- + Support System.property expansions in PropertyTrees.
+ + Added build-win32.mak
jetty-3.0.A91 - 03 June 2000
- + Abstracted ServletHandler
- + Added HTML classes from Jetty2
- + Implemented realPath and getResource methods for servlets.
+ Improved LogSink mechanism
- + Simplified class loading
+ + Implemented realPath and getResource methods for servlets.
+ + Abstracted ServletHandler
+ Simplified HttpServer configuration methods and arguments
+ + Simplified class loading
+ + Added HTML classes from Jetty2
jetty-3.0.A9 - 07 May 2000
- + File handler checks modified headers on directory indexes.
- + Fixed double chunking bug in SocketListener.
+ Improvided finally handling of output end game.
+ + Fixed double chunking bug in SocketListener.
+ + File handler checks modified headers on directory indexes.
+ ServletLoader tries unix then platform separator for zip separator.
jetty-3.0.A8 - 04 May 2000
+ + Servlet2_1 class loading re-acrchitected. See README.
+ + Moved Sevlet2_1 handler to com.mortbay.Servlet2_1
+ addCookie takes an int maxAge rather than a expires date.
+ Added LogSink extensible log architecture.
- + Added Tenlet class for reverse telnet.
+ Code.ignore only outputs when debug is verbose.
- + Moved Sevlet2_1 handler to com.mortbay.Servlet2_1
- + Servlet2_1 class loading re-acrchitected. See README.
+ + Added Tenlet class for reverse telnet.
jetty-2.4.3 - 04 May 2000
- + Allow CRLF in UrlEncoded
+ Pass Cookies with 0 max age to browser.
+ + Allow CRLF in UrlEncoded
jetty-2.4.2 - 23 April 2000
- + Added GNUJSP to JettyServer.prp file.
+ Added LogSink and FileLogSink classes to allow extensible Log handling.
+ Handle nested RequestDispatcher includes.
+ Modified GNUJSP to prevent close in nested requests.
+ + Added GNUJSP to JettyServer.prp file.
jetty-3.0.A7 - 15 April 2000
- + Added InetGateway to help debug IE5 problems
- + added removeValue method to MultiMap
- + fixed flush problem with chunked output for IE5
+ Include java 1.2 source hierarchy
+ removed excess ';' from source
+ + fixed flush problem with chunked output for IE5
+ + Added InetGateway to help debug IE5 problems
+ + added removeValue method to MultiMap
jetty-2.4.1 - 09 April 2000
- + Fixed bug in HtmlFilter for tags split between writes.
+ Removed debug println from ServletHolder.
+ Set encoding before exception in FileHandler.
+ + Fixed bug in HtmlFilter for tags split between writes.
jetty-3.0.A6 - 09 April 2000
- + added bin/useJava2Collections to convert to JDK1.2
- + Dates forced to use US locale
- + Improved portability of Frame and Debug.
+ Integrated skeleton 2.1 Servlet container
+ + Improved portability of Frame and Debug.
+ + Dates forced to use US locale
+ Removed Converter utilities and InetGateway.
+ + added bin/useJava2Collections to convert to JDK1.2
jetty-2.4.0 - 24 March 2000
- + Absolute URIs are returned by getRequestURI (if sent by browser).
- + Added doc directory with a small start
+ + Upgraded to gnujsp 1.0.0
+ Added per servlet resourceBase configuration.
- + Added VirtualHostHandler for virtual host handling
- + Fixed bug with RequestDispatcher.include()
- + Fixed caste problem in UrlEncoded
- + Fixed null pointer in ThreadedServer with stopAll
- + Form parameters only decoded for POSTs
- + Implemented full handling of cookie max age.
+ + Absolute URIs are returned by getRequestURI (if sent by browser).
+ Improved parsing of stack trace in debug mode.
+ + Implemented full handling of cookie max age.
+ Moved SetUID native code to contrib hierarchy
+ + Form parameters only decoded for POSTs
+ RequestDispatcher handles URI parameters
- + Upgraded to gnujsp 1.0.0
+ + Fixed bug with RequestDispatcher.include()
+ + Fixed caste problem in UrlEncoded
+ + Fixed null pointer in ThreadedServer with stopAll
+ + Added VirtualHostHandler for virtual host handling
+ + Added doc directory with a small start
jetty-2.3.5 - 25 January 2000
+ + Fixed nasty bug with HTTP/1.1 redirects.
+ + ProxyHandler sends content for POSTs etc.
+ + Force locale of date formats to US.
+ + Fixed expires bug in Cookies
+ Added configuration option to turn off Keep-Alive in HTTP/1.0
- + Added contrib/com/kiwiconsulting/jetty JSSE SSL adaptor to release.
+ Allow configured servlets to be auto reloaded.
+ Allow properties to be configured for dynamic servlets.
- + Fixed expires bug in Cookies
- + Fixed nasty bug with HTTP/1.1 redirects.
- + Force locale of date formats to US.
- + ProxyHandler sends content for POSTs etc.
+ + Added contrib/com/kiwiconsulting/jetty JSSE SSL adaptor to release.
jetty-2.3.4 - 18 January 2000
- + Cookie map keyed on domain as well as name and path.
- + DictionaryConverter handles null values.
- + Fixed IllegalStateException handling in DefaultExceptionHandler
- + Fixed interaction with resourcePaths and proxy demo.
- + Improved HtmlFilter.activate header modifications.
+ include from linux rather than genunix for native builds
+ + Fixed IllegalStateException handling in DefaultExceptionHandler
+ MethodTag.invoke() is now public.
- + Servlet properties allow objects to be stored.
+ + Improved HtmlFilter.activate header modifications.
+ + Cookie map keyed on domain as well as name and path.
+ + DictionaryConverter handles null values.
+ URI decodes applies URL decoding to the path.
+ + Servlet properties allow objects to be stored.
+ + Fixed interaction with resourcePaths and proxy demo.
jetty-3.0.A5 - 19 October 1999
+ + Use ISO8859_1 instead of UTF8 for headers etc.
+ + Use char array in UrlEncoded.decode
+ Do our own URL string encoding with 8859-1
+ Replaced LF wait in LineInput with state boolean.
- + Use char array in UrlEncoded.decode
- + Use ISO8859_1 instead of UTF8 for headers etc.
jetty-2.3.3 - 19 October 1999
- + Do our own URL encoding with ISO-8859-1
- + HTTP.HTML.EmbedUrl uses contents encoding.
+ Replaced UTF8 encoding with ISO-8859-1 for headers.
+ Use UrlEncoded for form parameters.
+ + Do our own URL encoding with ISO-8859-1
+ + HTTP.HTML.EmbedUrl uses contents encoding.
jetty-2.3.2 - 17 October 1999
+ Fixed getReader bug with HttpRequest.
+ Updated UrlEncoded with Jetty3 version.
jetty-3.0.A4 - 16 October 1999
- + Added LF wait after CR to LineInput.
- + Basic Authentication Handler.
+ Request attributes
+ + Basic Authentication Handler.
+ + Added LF wait after CR to LineInput.
+ UTF8 in UrlDecoded.decodeString.
jetty-2.3.1 - 14 October 1999
- + Added assert with no message to Code
- + Added Oracle DB adapter
- + Changed demo servlets to use writers in preference to outputstreams
- + Fixed GNUJSP 1.0 resource bug.
+ Force UTF8 for FTP commands
+ Force UTF8 for HTML
- + HTTP/1.0 Keep-Alive (about time!).
+ + Changed demo servlets to use writers in preference to outputstreams
+ NullHandler/Server default name.name.PROPERTIES to load
prefix/name.name.properties
- + Prevented thread churn on idle server.
+ + Use UTF8 in HTTP headers
+ + Added Oracle DB adapter
+ + Added assert with no message to Code
+ ThreadedServer calls setSoTimeout(_maxThreadIdleMs) on accepted sockets.
Idle reads will timeout.
- + Use UTF8 in HTTP headers
+ + Prevented thread churn on idle server.
+ + HTTP/1.0 Keep-Alive (about time!).
+ + Fixed GNUJSP 1.0 resource bug.
jetty-3.0.A3 - 14 October 1999
+ Added LifeCycle interface to Utils implemented by ThreadPool,
ThreadedServer, HttpListener & HttpHandler
- + Added service method to HttpConnection for specialization.
- + MaxReadTimeMs added to ThreadedServer.
+ StartAll, stopAll and destroyAll methods added to HttpServer.
+ + MaxReadTimeMs added to ThreadedServer.
+ + Added service method to HttpConnection for specialization.
jetty-3.0.A2 - 13 October 1999
- + Added cookie support and demo.
- + Cleaned up Util TestHarness.
+ + UTF8 handling on raw output stream.
+ + Reduced flushing on writing response.
+ Fixed LineInput problem with repeated CRs
- + HEAD handling.
+ + Cleaned up Util TestHarness.
+ + Prevent entity content for responses 100-199,203,304
+ + Added cookie support and demo.
+ HTTP/1.0 Keep-alive (about time!)
+ + Virtual Hosts.
+ NotFound Handler
+ OPTION * Handling.
- + Prevent entity content for responses 100-199,203,304
- + Reduced flushing on writing response.
+ TRACE handling.
- + UTF8 handling on raw output stream.
- + Virtual Hosts.
+ + HEAD handling.
jetty-3.0.A1 - 12 October 1999
- + Added HttpHandler interface with start/stop/destroy lifecycle
+ + LineInput uses own buffering and uses character encodings.
+ Added MultiMap for common handling of multiple valued parameters.
+ Added parameters to HttpRequest
- + Added PathMap implementing mapping as defined in the 2.2 API specification
- (ie. /exact, /prefix/*, *.extention & default ).
- + Implemented simple extension architecture in HttpServer.
- + LineInput uses own buffering and uses character encodings.
+ Quick port of FileHandler
+ Setup demo pages.
+ + Added PathMap implementing mapping as defined in the 2.2 API specification
+ (ie. /exact, /prefix/*, *.extention & default ).
+ + Added HttpHandler interface with start/stop/destroy lifecycle
+ Updated HttpListener is start/stop/destroy lifecycle.
+ + Implemented simple extension architecture in HttpServer.
jetty-3.0.A0 - 09 October 1999
- + Added generalized HTTP Connection.
- + Added support for servlet 2.2 outbut buffer control.
- + Added support for transfer and content encoding filters.
+ + Started fresh repository in CVS
+ + Moved com.mortbay.Base classes to com.mortbay.Util
+ + Cleanup of UrlEncoded, using 1.2 Collections.
+ + Cleanup of URI, using 1.2 Collections.
+ + Extended URI to handle absolute URLs
+ + Cleanup of LineInput, using 1.2 Collections.
+ + Moved HttpInput/OutputStream to ChunkableInput/OutputStream.
+ Cleaned up chunking code to use LineInput and reduce buffering.
- + Cleanup and abstraction of ThreadPool.
+ + Added support for transfer and content encoding filters.
+ + Added support for servlet 2.2 outbut buffer control.
+ + Generalized notification of outputStream events.
+ + Split HttpHeader into HttpFields and HttpMessage.
+ + HttpMessage supports chunked trailers.
+ + HttpMessage supports message states.
+ + Added generalized HTTP Connection.
+ Cleanup of HttpRequest and decoupled from Servlet API
+ + Cleanup and abstraction of ThreadPool.
+ + ThreadedServer based on ThreadPool.
+ Cleanup of HttpResponse and decoupled from Servlet API
- + Cleanup of LineInput, using 1.2 Collections.
- + Cleanup of URI, using 1.2 Collections.
- + Cleanup of UrlEncoded, using 1.2 Collections.
+ Created RFC2616 test harness.
- + Extended URI to handle absolute URLs
- + Generalized notification of outputStream events.
+ gzip and deflate request transfer encodings
+ + TE field coding and trailer handler
+ HttpExceptions now produce error pages with specific detail of the
exception.
- + HttpMessage supports chunked trailers.
- + HttpMessage supports message states.
- + Moved com.mortbay.Base classes to com.mortbay.Util
- + Moved HttpInput/OutputStream to ChunkableInput/OutputStream.
- + Split HttpHeader into HttpFields and HttpMessage.
- + Started fresh repository in CVS
- + TE field coding and trailer handler
- + ThreadedServer based on ThreadPool.
jetty-2.3.0 - 05 October 1999
+ Added SetUID class with native Unix call to set the effective User ID.
@@ -6584,227 +5231,227 @@ jetty-2.3.0 - 05 October 1999
+ FTP uses InetAddress of command socket for data socket.
jetty-2.3.0A - 22 September 1999
+ + Added GNUJSP 1.0 for the JSP 1.0 API.
+ + Use javax.servlet classes from JWSDK1.0
+ Added "Powered by Jetty" button.
+ + ServerContext available to HtmlFilters via context param
+ + Made session IDs less predictable and removed race.
+ Added BuildJetty.java file.
- + Added GNUJSP 1.0 for the JSP 1.0 API.
+ Expanded tabs to spaces in source.
- + Made session IDs less predictable and removed race.
- + ServerContext available to HtmlFilters via context param
- + Use javax.servlet classes from JWSDK1.0
jetty-2.2.8 - 15 September 1999
- + Added disableLog() to turn off logging.
- + Allow default table attributes to be overriden.
+ Fixed bug in Element.attribute with empty string values.
- + Improved quoting in HTML element values
+ Made translation of getRequestURI() optional.
+ Removed recursion from TranslationHandler
+ + Added disableLog() to turn off logging.
+ + Allow default table attributes to be overriden.
+ + Improved quoting in HTML element values
jetty-2.2.7 - 09 September 1999
- + Added default row, head and cell elements to Table.
+ + Reverted semantics of getRequestURI() to return untranslated URI.
+ Added GzipFilter for content encoding.
+ + Added default row, head and cell elements to Table.
+ FileHandler passes POST request through if the file does not exist.
- + Reverted semantics of getRequestURI() to return untranslated URI.
jetty-2.2.6 - 05 September 1999
- + Added destroy() method on all HttpHandlers.
- + Added ServletRunnerHandler to the contrib directories.
- + Allow the handling of getPathTranslated to be configured in ServletHandler.
- + class StyleLink added.
+ + New implementation of ThreadPool, avoids a thread leak problem.
+ + Fixed Cookie max age order of magnitude bug.
+ Cookies always available from getCookies.
+ Cookies parameter renamed to CookiesAsParameters
- + cssClass, cssID and style methods added to element.
- + FileHandler does not server files ending in '/'
- + Fixed Cookie max age order of magnitude bug.
+ HttpRequest.getSession() always returns a session as per the latest API
spec.
+ + Added destroy() method on all HttpHandlers.
+ + ServletHandler.destroy destroys all servlets.
+ + FileHandler does not server files ending in '/'
+ Ignore duplicate single valued headers, rather than reply with bad request,
as IE4 breaks the rules.
- + media added to Style
- + New implementation of ThreadPool, avoids a thread leak problem.
+ + Allow the handling of getPathTranslated to be configured in ServletHandler.
+ Removed JRUN options from ServletHandler configuration.
- + ServletHandler.destroy destroys all servlets.
- + SPAN added to Block
+ + Added ServletRunnerHandler to the contrib directories.
+ Updated HTML package to better support CSS:
+ + cssClass, cssID and style methods added to element.
+ + SPAN added to Block
+ + media added to Style
+ + class StyleLink added.
jetty-2.2.5 - 19 August 1999
- + Always close connection after a bad request.
- + Better default handling of ServletExceptions
- + Close loaded class files so Win32 can overwrite them before GC (what a silly
- file system!).
- + Don't override the cookie as parameter option.
+ Fixed bug with closing connections in ThreadedServer
- + Improved error messages from Jetty.Server.
- + Limited growth in MultiPartResponse boundary.
+ Made start and stop non final in ThreadedServer
+ + Better default handling of ServletExceptions
+ + Always close connection after a bad request.
+ Set Expires header in HtmlFilter.
+ + Don't override the cookie as parameter option.
+ + Limited growth in MultiPartResponse boundary.
+ + Improved error messages from Jetty.Server.
+ + Close loaded class files so Win32 can overwrite them before GC (what a silly
+ file system!).
jetty-2.2.4 - 02 August 1999
+ + ThreadedServer can use subclasses of Thread.
+ Better help on Jetty.Server
- + Fixed bugs in HtmlFilter parser and added TestHarness.
- + HtmlFilter blanks IfModifiedSince headers on construction
+ HttpRequests may be passed to HttpFilter constructors.
+ + HtmlFilter blanks IfModifiedSince headers on construction
+ + Fixed bugs in HtmlFilter parser and added TestHarness.
+ Improved cfg RCS script.
- + ThreadedServer can use subclasses of Thread.
jetty-2.2.3 - 27 July 1999
- + Added stop call to HttpServer, used by Exit Servlet.
- + FileHandler defaults to allowing directory access.
+ Fixed parser bug in HtmlFilter
- + Improved performance of com.mortbay.HTML.Heading
- + JDBC tests modified to use cloudscape as DB.
+ Made setInitialize public in ServletHolder
+ + Improved performance of com.mortbay.HTML.Heading
+ + Added stop call to HttpServer, used by Exit Servlet.
+ Simplified JDBC connection handling so that it works with Java1.2 - albeit
less efficiently.
+ + FileHandler defaults to allowing directory access.
+ + JDBC tests modified to use cloudscape as DB.
jetty-2.2.2 - 22 July 1999
- + File handler passes through not allowed options for non existant files.
- + Fixed bug in com.mortbay.Util.IO with thread routines.
+ Fixed bug in HtmlFilter that prevented single char buffers from being
written.
+ + Implemented getResourceAsStream in FileJarServletLoader
+ Fixed bug with CLASSPATH in FileJarServletLoader after attempt to load from
a jar.
- + Implemented getResourceAsStream in FileJarServletLoader
- + Improved com.mortbay.Base.Log handling of different JVMs
- + Minor fixes to README
+ + Fixed bug in com.mortbay.Util.IO with thread routines.
+ Moved more test harnesses out of classes.
+ + File handler passes through not allowed options for non existant files.
+ NotFoundHandler can repond with SC_METHOD_NOT_ALLOWED.
+ + Improved com.mortbay.Base.Log handling of different JVMs
+ + Minor fixes to README
jetty-2.2.1 - 18 July 1999
- + Added optional resourceBase property to HttpConfiguration. This is used as a
- URL prefix in the getResource API and was suggested by the JSERV and Tomcat
- implementors.
- + Added TerseExceptionHandler
+ Comma separate header fields.
- + Decoupled ExceptionHandler configuration from Handler stacks. Old config
- style will produce warning and Default behavior. See new config file format
- for changes.
- + Handle continuation lines in HttpHeader.
- + HtmlFilter resets last-modified and content-length headers.
- + Ignore IOException in ThreadedServer.run() when closing.
- + Implemented com.mortbay.Util.IO as a ThreadPool
+ + Protect against duplicate single valued headers.
+ Less verbose debug in PropertyTree
+ + Ignore IOException in ThreadedServer.run() when closing.
+ Limit maximum line length in HttpInputStream.
- + Protect against duplicate single valued headers.
+ Response with SC_BAD_REQUEST rather than close in more circumstances
+ + Handle continuation lines in HttpHeader.
+ + HtmlFilter resets last-modified and content-length headers.
+ + Implemented com.mortbay.Util.IO as a ThreadPool
+ + Decoupled ExceptionHandler configuration from Handler stacks. Old config
+ style will produce warning and Default behavior. See new config file format
+ for changes.
+ + Added TerseExceptionHandler
+ + Added optional resourceBase property to HttpConfiguration. This is used as a
+ URL prefix in the getResource API and was suggested by the JSERV and Tomcat
+ implementors.
jetty-2.2.0 - 01 July 1999
- + Added Protekt SSL HttpListener
- + Exit servlet improved (a little).
- + Fixed some of the javadoc formatting.
+ Improved feature description page.
+ + Added Protekt SSL HttpListener
+ Moved GNUJSP and Protekt listener to a contrib hierarchy.
+ ThreadedServer.stop() closes socket before interrupting threads.
+ + Exit servlet improved (a little).
+ + Fixed some of the javadoc formatting.
jetty-2.2.Beta4 - 29 June 1999
- + Added comments to configuration files.
+ + FileHandler flushes files from cache in DELETE method.
+ + ThreadedServer.stop() now waits until all threads are stopped.
+ + Options "allowDir" added to FileHandler.
+ Added getGlobalProperty to Jetty.Server and used this to configure default
page type.
- + Added JettyMinimalDemo.prp as an example of an abbreviated configuration.
- + Added property handling to ServletHandler to read JRUN servlet configuration
- files.
+ + Updated README.txt
+ + Restructured com.mortbay.Jetty.Server for better clarity and documentation.
+ + Added comments to configuration files.
+ + Made ServerSocket and accept call generic in ThreadedServer for SSL
+ listeners.
+ Altered meaning of * in PropertyTree to assist in abbreviated configuration
files.
+ + Added JettyMinimalDemo.prp as an example of an abbreviated configuration.
+ Expanded Mime.prp file
- + FileHandler flushes files from cache in DELETE method.
- + Made ServerSocket and accept call generic in ThreadedServer for SSL
- listeners.
- + Options "allowDir" added to FileHandler.
- + Restructured com.mortbay.Jetty.Server for better clarity and documentation.
- + ThreadedServer.stop() now waits until all threads are stopped.
- + Updated README.txt
+ + Added property handling to ServletHandler to read JRUN servlet configuration
+ files.
jetty-2.2.Beta3 - 22 June 1999
- + Added alternate constructors to HTML.Include for InputStream.
+ + Re-implemented ThreadedServer to improve and balance performance.
+ Added file cache to FileHandler
- + Applied contributed patch of spelling and typo corrections
- + Fixed bug in HttpResponse flush.
- + Fixed file and socket leaks in Include and Embed tags.
+ Implemented efficient version of ServletContext.getResourceAsStream() that
does not open a new socket connection (as does getResource()).
- + Improved Block.write.
+ LookAndFeelServlet uses getResourceAsStream to get the file to wrap. This
allows it to benefit from any caching done and to wrap arbitrary content
(not just files).
- + Ran dos2unix on all text files
- + Re-implemented ThreadedServer to improve and balance performance.
+ Restructure demo so that LookAndFeel content comes from simple handler
stack.
+ + Fixed file and socket leaks in Include and Embed tags.
+ + Ran dos2unix on all text files
+ + Applied contributed patch of spelling and typo corrections
+ + Added alternate constructors to HTML.Include for InputStream.
+ Server.shutdown() clears configuration so that server may be restarted in
same virtual machine.
+ + Improved Block.write.
+ + Fixed bug in HttpResponse flush.
jetty-2.2.Beta2 - 12 June 1999
+ Added all write methods to HttpOutputStream$SwitchOutputStream
+ Added com.mortbay.Jetty.Server.shutdown() for gentler shutdown of server.
Called from Exit servlet
- + Handle path info of a dynamic loaded servlets and correctly set the servlet
- path.
+ HttpRequest.getParameterNames() no longer alters the order returned by
getQueryString().
+ + Handle path info of a dynamic loaded servlets and correctly set the servlet
+ path.
+ Standardized date format in persistent cookies.
jetty-2.2.Beta1 - 07 June 1999
- + Allow configuration of MinListenerThreads, MaxListenerThreads,
- MaxListenerThreadIdleMs
- + Close files after use to avoid "file leak" under heavy load.
+ Defined abstract ServletLoader, derivations of which can be specified in
HttpConfiguration properties.
- + Destroy requests and responses to help garbage collector.
- + Don't warn about IOExceptions unless Debug is on.
- + Fixed cache in FileJarServletLoader
- + Fixed incorrect version numbers in a few places.
- + Fixed missing copyright messages from some contributions
- + HtmlFilter optimized for being called by a buffered writer.
+ Implemented all HttpServer attribute methods by mapping to the
HttpConfiguration properties. Dynamic reconfiguration is NOT supported by
these methods (but we are thinking about it).
+ + Close files after use to avoid "file leak" under heavy load.
+ + Fixed missing copyright messages from some contributions
+ + Fixed incorrect version numbers in a few places.
+ Improved ThreadPool synchronization and added minThreads.
- + Included GNUJSP 0.9.9
+ + Allow configuration of MinListenerThreads, MaxListenerThreads,
+ MaxListenerThreadIdleMs
+ + HtmlFilter optimized for being called by a buffered writer.
+ + Don't warn about IOExceptions unless Debug is on.
+ Limit the job queue only grow to the max number of threads.
+ + Included GNUJSP 0.9.9
+ Optional use of DateCache in log file format
+ + Fixed cache in FileJarServletLoader
+ + Destroy requests and responses to help garbage collector.
+ Restructure ThreadedServer to reduce object creation.
jetty-2.2.Beta0 - 31 May 1999
- + Added "Initialize" attribute to servlet configuration to allow servlet to be
- initialized when loaded.
- + Added HttpResponse.requestHandled() method to avoid bug with servlet doHead
- method.
- + Added Page.rewind() method to allow a page to be written multiple times
+ + Servlet loader handles jar files with different files separator.
+ + ThreadedServer gently shuts down.
+ Handle malformed % characters in URLs.
- + HttpRequest.getCookies returns empty array rather than null for no cookies.
+ Included and improved version of ThreadPool for significant performance
improvement under high load.
- + Included contributed com.mortbay.Jetty.StressTester class
+ + HttpRequest.getCookies returns empty array rather than null for no cookies.
+ + Added HttpResponse.requestHandled() method to avoid bug with servlet doHead
+ method.
+ + Added Page.rewind() method to allow a page to be written multiple times
+ + Added "Initialize" attribute to servlet configuration to allow servlet to be
+ initialized when loaded.
+ LogHandler changed to support only a single outfile and optional append.
- + Removed support for STF
- + Servlet loader handles jar files with different files separator.
- + ThreadedServer gently shuts down.
+ + Included contributed com.mortbay.Jetty.StressTester class
+ Token effort to keep test files out of the jar
+ + Removed support for STF
jetty-2.2.Alpha1 - 07 May 1999
- + Call destroy on old servlets when reloading.
- + Dynamic servlets can have autoReload configured
- + Fixed bug in SessionDump
- + Made capitalization of config file more consistent(ish)
+ ServletHolder can auto reload servlets
+ + Dynamic servlets can have autoReload configured
+ Wait for requests to complete before reloading.
+ + Call destroy on old servlets when reloading.
+ + Made capitalization of config file more consistent(ish)
+ + Fixed bug in SessionDump
jetty-2.2.Alpha0 - 06 May 1999
- + Added reload method to ServletHolder, but no way to call it yet.
- + Added ServletLoader implementation if ClassLoader.
- + Changed options for FileServer
- + Dynamic loading of servlets.
- + Fixed date overflow in Cookies
+ + Improved PropertyTree implementation
+ + Old Jetty.Server class renamed to Jetty.Server21
+ + New Server class using PropertyTree for configuration
+ HttpHandlers given setProperties method to configure via Properties.
+ HttpListener class can be configured
- + HttpResponse.sendError avoids IllegalStateException
- + Implemented ServletServer
- + Improved PropertyTree implementation
- + Improved SessionDump servlet
+ Mime suffix mapping can be configured.
- + New Server class using PropertyTree for configuration
- + Old Jetty.Server class renamed to Jetty.Server21
+ Removed historic API from sessions
+ + Improved SessionDump servlet
+ + Fixed date overflow in Cookies
+ + HttpResponse.sendError avoids IllegalStateException
+ + Added ServletLoader implementation if ClassLoader.
+ + Dynamic loading of servlets.
+ + Added reload method to ServletHolder, but no way to call it yet.
+ + Changed options for FileServer
+ + Implemented ServletServer
+ Removed SimpleServletServer
jetty-2.1.7 - 22 April 1999
@@ -6813,42 +5460,42 @@ jetty-2.1.7 - 22 April 1999
+ HttpFilter uses package interface to get HttpOutputStream
jetty-2.1.6 - 21 April 1999
- + Added additional date formats for HttpHeader.getDateHeader
- + New simpler version of PropertyTree
+ Reduced initial size of most hashtables to reduce default memory overheads.
- + Return EOF from HttpInputStream that has a content length.
+ Throw IllegalStateException as required from gets of
input/output/reader/writer in requests/responses.
+ + New simpler version of PropertyTree
+ Updated PropertyTreeEditor
+ + Return EOF from HttpInputStream that has a content length.
+ + Added additional date formats for HttpHeader.getDateHeader
jetty-2.1.5 - 15 April 1999
+ + Session URL encoding fixed for relative URLs.
+ + Reduced session memory overhead of sessions
+ + Form parameters protected against multiple decodes when redirected.
+ Added setType methods to com.mortbay.FTP.Ftp
- + Fixed alignment bug in TableForm
- + Fixed bug in ServletDispatch for null pathInfo
+ Fixed bugs with invalid sessions
- + Form parameters protected against multiple decodes when redirected.
+ + Page factory requires response for session encoding
+ + Moved SessionHandler to front of stacks
+ HtmlFilter now expands <!=SESSION> to the URL encoded session if required.
- + Implemented HttpRequest.getReader()
+ Instrumented most of the demo to support URL session encoding.
- + Moved SessionHandler to front of stacks
- + Page factory requires response for session encoding
- + Reduced session memory overhead of sessions
- + Removed RFCs from package
+ + Implemented HttpRequest.getReader()
+ Servlet log has been diverted to com.mortbay.Base.Log.event() Thus debug
does not need to be turned on to see servlet logs.
- + Session URL encoding fixed for relative URLs.
+ + Fixed alignment bug in TableForm
+ + Removed RFCs from package
+ + Fixed bug in ServletDispatch for null pathInfo
jetty-2.1.4 - 26 March 1999
- + fixed bug in getRealPath
+ Fixed problem compiling PathMap under some JDKs.
- + getPathTranslated now call getRealPath with pathInfo (as per spec).
- + HttpRequest attributes implemented.
- + pathInfo returns null for zero length pathInfo (as per spec). Sorry if this
- breaks your servlets - it is a pain!
+ Reduced HTML dependence in HTTP package to allow minimal configuration
- + Session max idle time implemented.
+ Tightened license agreement so that binary distributions are required to
include the license file.
+ + HttpRequest attributes implemented.
+ + Session max idle time implemented.
+ + pathInfo returns null for zero length pathInfo (as per spec). Sorry if this
+ breaks your servlets - it is a pain!
+ + fixed bug in getRealPath
+ + getPathTranslated now call getRealPath with pathInfo (as per spec).
jetty-2.1.3 - 19 March 1999
+ Added support for suffixes to PathMap
@@ -6856,170 +5503,170 @@ jetty-2.1.3 - 19 March 1999
+ Use Java2 javadoc
jetty-2.1.2 - 09 March 1999
+ + JSDK 2.1.1
+ API documentation for JSDK 2.1.1
+ Cascading style sheet HTML element added.
- + Converted most servlets to HttpServlets using do Methods.
+ Fixed trailing / bug in FileHandler (again!).
- + JSDK 2.1.1
+ + Converted most servlets to HttpServlets using do Methods.
jetty-2.1.1 - 05 March 1999
+ + Reduced number of calls to getRemoteHost for optimization
+ + Faster version of HttpInputStream.readLine().
+ com.mortbay.Base.DateCache class added and used to speed date handling.
+ + Handle '.' in configured paths (temp fix until PropertyTrees)
+ Fast char buffer handling in HttpInputStream
+ Faster version of HttpHeader.read()
- + Faster version of HttpInputStream.readLine().
+ Faster version of HttpRequest
- + Handle '.' in configured paths (temp fix until PropertyTrees)
- + Reduced number of calls to getRemoteHost for optimization
+ Size all StringBuffers
jetty-2.1.0 - 22 February 1999
- + Deprecated com.mortbay.Util.STF
- + getServlet methods return null.
- + image/jpg -> image/jpeg
+ + Session URL Encoding
+ PropertyTrees (see new Demo page)
+ ServletDispatch (see new Demo page)
- + Session URL Encoding
+ + image/jpg -> image/jpeg
+ + Deprecated com.mortbay.Util.STF
+ + getServlet methods return null.
jetty-2.1.B1 - 13 February 1999
- + Added video/quicktime to default MIME types.
+ Fixed bug with if-modified-since in FileHandler
+ + Added video/quicktime to default MIME types.
+ Fixed bug with MultipartRequest.
- + Implemented getResource and getResourceAsStream (NOT Tested!).
+ + Updated DefaultExceptionHandler.
+ + Updated InetAddrPort.
+ + Updated URI.
+ Implemented Handler translations and getRealPath.
- + Implemented RequestDispatcher (NOT Tested!).
+ Improved handling of File.separator in FileHandler.
+ + Implemented RequestDispatcher (NOT Tested!).
+ + Implemented getResource and getResourceAsStream (NOT Tested!).
+ Replace package com.mortbay.Util.Gateway with class
com.mortbay.Util.InetGateway
- + Updated DefaultExceptionHandler.
- + Updated InetAddrPort.
- + Updated URI.
jetty-2.1.B0 - 30 January 1999
- + Added plug gateway classes com.mortbay.Util.Gateway
+ + Uses JSDK2.1 API, but not all methods implemented.
+ Added support for PUT, MOVE, DELETE in FileHandler
+ FileHandler now sets content length.
+ + Added plug gateway classes com.mortbay.Util.Gateway
+ Fixed command line bug with SimpleServletConfig
+ Minor changes to support MS J++ and its non standard language extensions -
MMMmmm should have left it unchanged!
- + Uses JSDK2.1 API, but not all methods implemented.
jetty-2.0.5 - 15 December 1998
- + added getHeaderNoParams
+ Temp fix to getCharacterEncoding
+ + added getHeaderNoParams
jetty-2.0.4 - 10 December 1998
- + Implement getCharacterEncoding
- + Improved default Makefile behaviour
- + Improved error code returns
+ + Use real release of JSDK2.0 (rather than beta).
+ Portability issues solved for Apple's
+ + Improved error code returns
+ Removed MORTBAY_HOME support from Makefiles
- + Use real release of JSDK2.0 (rather than beta).
+ + Improved default Makefile behaviour
+ + Implement getCharacterEncoding
jetty-2.0.3 - 13 November 1998
+ + Limit threads in ThreadedServer and low priority listener option greatly
+ improve performance under worse case loads.
+ Fix bug with index files for Jetty.Server. Previously servers configured
with com.mortbay.Jetty.Server would not handle index.html files. Need to
make this configurable in the prp file.
+ Fixed errors in README file: com.mortbay.Jetty.Server was called
com.mortbay.HTTP.Server
- + Limit threads in ThreadedServer and low priority listener option greatly
- improve performance under worse case loads.
jetty-2.0.2 - 01 November 1998
+ + Use JETTY_HOME rather than MORTBAY_HOME for build environment
+ Add thread pool to threaded server for significant performance improvement.
+ Buffer files during configuration
+ Buffer HTTP Response headers.
- + Use JETTY_HOME rather than MORTBAY_HOME for build environment
jetty-2.0.1 - 27 October 1998
+ Released under an Open Source license.
jetty-2.0.0 - 25 October 1998
- + Added multipart/form-data demo.
- + Fixed Code.formatObject handling of null objects.
- + Removed Chat demo (too many netscape dependencies).
+ Removed exceptional case from FileHandler redirect.
+ + Removed Chat demo (too many netscape dependencies).
+ + Fixed Code.formatObject handling of null objects.
+ + Added multipart/form-data demo.
jetty-2.0.Beta3 - 29 September 1998
- + Added com.mortbay.HTTP.MultiPartRequest to handle file uploads
+ + Send 301 for directories without trailing / in FileHandler
+ + Ignore exception from HttpListener
+ + Properly implemented multiple listening addresses
+ Added com.mortbay.Jetty.Server (see README.Jetty)
+ Demo converted to an instance of com.mortbay.Jetty.Server
+ Fixed Log Handler again.
- + Ignore exception from HttpListener
- + Properly implemented multiple listening addresses
- + Send 301 for directories without trailing / in FileHandler
+ + Added com.mortbay.HTTP.MultiPartRequest to handle file uploads
jetty-2.0Beta2 - 01 July 1998
+ Fixed Log Handler for HTTP/1.1
+ Slight improvement in READMEEs
jetty-2.0Beta1 - 01 June 1998
- + Fixed bug with calls to service during initialization of servlet
- + Handle full URLs in HTTP requests (to some extent)
+ Improved performance of Code.debug() calls, significantly in the case of non
matching debug patterns.
- + Improved performance with special asciiToLowerCase
+ + Fixed bug with calls to service during initialization of servlet
+ Provided addSection on com.mortbay.HTML.Page
+ Provided reset on com.mortbay.HTML.Composite.
+ Proxy demo in different server instance
+ + Handle full URLs in HTTP requests (to some extent)
+ + Improved performance with special asciiToLowerCase
+ Warn if MSIE used for multi part MIME.
jetty-2.0Alpha2 - 01 May 1998
+ + JDK1.2 javax.servlet API
+ Added date format to Log
+ Added timezone to Log
+ Handle params in getIntHeader and getDateHeader
- + Handle Single Threaded servlets with servlet pool
- + JDK1.2 javax.servlet API
+ Removed HttpRequest.getByteContent
+ + Use javax.servlet.http.HttpUtils.parsePostData
+ Use javax.servlet.http.Cookie
+ Use javax.servlet.http.HttpSession
- + Use javax.servlet.http.HttpUtils.parsePostData
+ + Handle Single Threaded servlets with servlet pool
jetty-1.3.5 - 01 May 1998
+ + Fixed socket inet bug in FTP
+ + Debug triggers added to com.mortbay.Base.Code
+ Added date format to Log
+ Correct handling of multiple parameters
- + Debug triggers added to com.mortbay.Base.Code
- + Fixed socket inet bug in FTP
jetty-2.0Alpha1 - 08 April 1998
- + accept chunked data
- + Add HTTP/1.1 Date: header
- + Correct formatting of Date HTTP headers
- + Debug triggers added to com.mortbay.Base.Code
+ Fixed forward bug with no port number
- + handle extra spaces in HTTP headers
- + Handle file requests with If-Modified-Since: or If-Unmodified-Since:
- + Handle HEAD properly
+ + Removed HttpRequestHeader class
+ + Debug triggers added to com.mortbay.Base.Code
+ Handle HTTP/1.1 Host: header
+ + Correct formatting of Date HTTP headers
+ HttpTests test harness
- + persistent connections
- + Really fixed handling of multiple parameters
- + Removed HttpRequestHeader class
- + Requires Host: header for 1.1 requests
- + Send 100 Continue for HTTP/1.1 requests (concerned about push???)
+ + Add HTTP/1.1 Date: header
+ + Handle file requests with If-Modified-Since: or If-Unmodified-Since:
+ + Handle HEAD properly
+ Send Connection: close
+ + Requires Host: header for 1.1 requests
+ Sends chunked data for 1.1 responses of unknown length.
+ + handle extra spaces in HTTP headers
+ + Really fixed handling of multiple parameters
+ + accept chunked data
+ + Send 100 Continue for HTTP/1.1 requests (concerned about push???)
+ + persistent connections
jetty-1.3.4 - 15 March 1998
- + Dump servlet enhanced to exercise these changes.
+ Fixed handling of multiple parameters in query and form content.
"?A=1%2C2&A=C%2CD" now returns two values ("1,2" & "C,D") rather than 4.
+ ServletHandler now takes an optional file base directory name which is used
to set the translated path for pathInfo in servlet requests.
+ + Dump servlet enhanced to exercise these changes.
jetty-1.3.3
- + Closed exception window in HttpListener.java
+ Fixed TableForm.addButtonArea bug.
+ TableForm.extendRow() uses existing cell
+ + Closed exception window in HttpListener.java
jetty-1.3.2
- + Added per Table cell composite factories
+ Fixed proxy bug with no port number
+ + Added per Table cell composite factories
jetty-1.3.1
- + Better handling of InvocationTargetException in debug
+ + Minor fixes in SmtpMail
+ ForwardHandler only forwards as http/1.0 (from Tobias.Miller)
+ Improved parsing of stack traces
- + Minor fixes in SmtpMail
+ + Better handling of InvocationTargetException in debug
+ Minor release adjustments for Tracker
jetty-1.3.0
@@ -7027,11 +5674,11 @@ jetty-1.3.0
+ Beta release of Tracker
jetty-1.2.0
- + Alternate look and feel for Jetty
+ + Reintroduced STF
+ + Fixed install bug for nested classes
+ Better Debug configuration
+ DebugServlet
- + Fixed install bug for nested classes
- + Reintroduced STF
+ + Alternate look and feel for Jetty
jetty-1.1.1
+ Improved documentation

Back to the top