fix old mortbay->eclipse string replace error

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2372 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2010-10-20 18:26:13 +00:00
parent 80e8e2f282
commit 23dffb9940
1 changed files with 63 additions and 267 deletions

View File

@ -872,7 +872,7 @@ jetty-6.1.15.pre0 20 January 2009
+ JETTY-807 HttpTester to handle charsets + JETTY-807 HttpTester to handle charsets
+ JETTY-808 cometd client demo run.sh + JETTY-808 cometd client demo run.sh
+ JETTY-809 Need a way to customize WEB-INF/lib file extensions that are added to the classpath + JETTY-809 Need a way to customize WEB-INF/lib file extensions that are added to the classpath
+ JETTY-814 Add org.eclipse.jetty.client.Address.toString() + JETTY-814 Add org.mortbay.jetty.client.Address.toString()
+ JETTY-816 Implement reconnect on java bayeux client + JETTY-816 Implement reconnect on java bayeux client
+ JETTY-817 Aborted SSL connections may cause jetty to hang with full cpu + JETTY-817 Aborted SSL connections may cause jetty to hang with full cpu
+ JETTY-819 Jetty Plus no more jre 1.4 + JETTY-819 Jetty Plus no more jre 1.4
@ -919,14 +919,6 @@ jetty-6.1.12 4 November 2008
+ JETTY-774 Cached text/json content type + JETTY-774 Cached text/json content type
+ JETTY-775 fix port of openspaces to jetty-6 + JETTY-775 fix port of openspaces to jetty-6
jetty-7.0.0.pre5 30 Oct 2008
+ JETTY-766 Fix npe
+ JETTY-767 Fixed SSL Client no progress handshake bug
+ JETTY-768 Remove EnvEntry overloaded constructors
+ JETTY-769 jquery example error
+ JETTY-771 Ensure NamingEntryUtil is jdk1.4 compliant
+ JETTY-772 Increased default threadpool size to 250
jetty-6.1.12.rc5 30 October 2008 jetty-6.1.12.rc5 30 October 2008
+ JETTY-703 maxStopTimeMs added to QueuedThreadPool + JETTY-703 maxStopTimeMs added to QueuedThreadPool
+ JETTY-762 improved QueuedThreadPool idle death handling + JETTY-762 improved QueuedThreadPool idle death handling
@ -936,62 +928,6 @@ jetty-6.1.12.rc5 30 October 2008
+ JETTY-768 Remove EnvEntry overloaded constructors + JETTY-768 Remove EnvEntry overloaded constructors
+ JETTY-771 Ensure NamingEntryUtil jdk1.4 compliant + JETTY-771 Ensure NamingEntryUtil jdk1.4 compliant
jetty-7.0.0.pre4 28 Oct 2008
+ JETTY-241 Support for web application overlays in rapid application development (jetty:run)
+ JETTY-319 improved passing of exception when webapp unavailable
+ JETTY-331 SecureRandom hangs on systems with low entropy (connectors slow to start)
+ JETTY-591 No server classes for jetty-web.xml
+ JETTY-604 AbstractSession.setSessionURL
+ JETTY-670 $JETTY_HOME/bin/jetty.sh not worked in Solaris, because of /usr/bin/which has no error-code
+ JETTY-676 ResourceHandler doesn't support HTTP HEAD requests
+ JETTY-677 GWT serialization issue
+ JETTY-680 Can't configure the ResourceCollection with maven
+ JETTY-681 JETTY-692 MultiPartFilter is slow for file uploads
+ JETTY-682 Added listeners and queue methods to cometd
+ JETTY-686 LifeCycle.Listener
+ JETTY-687 Issue with servlet-mapping in dynamic servlet invoker
+ JETTY-688 Cookie causes NumberFormatException
+ JETTY-689 processing of non-servlet related annotations
+ JETTY-690 Updated XBean dependencies to XBean version 3.4.3 and Spring 2.0.5.
+ JETTY-696 jetty.sh restart not working
+ JETTY-698 org.eclipse.resource.JarResource.extract does not close JarInputStream jin
+ JETTY-699 Optimized cometd sending of 1 message to many many clients
+ JETTY-700 unit test for unread request data
+ JETTY-703 maxStopTimeMs added to QueuedThreadPool
+ JETTY-708 allow 3 scopes for jndi resources: jvm, server or webapp
+ JETTY-709 Jetty plugin's WebAppConfig configured properties gets overridden by AbstractJettyRunMojo even when already set
+ JETTY-710 Worked around poor implementation of File.toURL()
+ JETTY-711 DataSourceUserRealm implementation
+ JETTY-712 HttpClient does not handle request complete after response complete
+ JETTY-715 AJP Key size as Integer
+ JETTY-716 Fixed NPE on empty cometd message
+ JETTY-718 during ssl unwrap, return true if some bytes were read, even if underflow
+ JETTY-720 fix HttpExchange.waitForStatus
+ JETTY-721 Support wildcard in VirtualHosts configuration
+ JETTY-723 jetty.sh does not check if TMP already is set
+ JETTY-724 better handle EBCDIC default JVM encoding
+ JETTY-728 Improve Terracotta integration and performances
+ JETTY-730 Set SAX parse features to defaults
+ JETTY-731 DeliverListener for cometd
+ JETTY-732 Case Sensitive Basic Authentication Response Header Implementations
+ JETTY-733 Expose ssl connectors with xbean
+ JETTY-735 Wrong default jndi name on DataSourceUserRealm
+ JETTY-736 Client Specific cometd advice
+ JETTY-737 refactored jetty.jar into jetty, xml, security, ssl, webapp and deploy jars
+ JETTY-738 If jetty.sh finds a pid file is does not check to see if a process with that pid is still running
+ JETTY-739 Race in QueuedThreadPool
+ JETTY-741 HttpClient connects slowly due to reverse address lookup by InetAddress.getHostName()
+ JETTY-742 Private messages in cometd chat demo
+ JETTY-747 Handle HttpClient exceptions better
+ JETTY-755 Optimized HttpParser and buffers for few busy connections
+ JETTY-757 Unhide JAAS classes
+ JETTY-758 Update JSP to glassfish tag SJSAS-9_1_1-B51-18_Sept_2008
+ JETTY-759 Fixed JSON small negative real numbers
+ JETTY-760 Handle wildcard VirtualHost and normalize hostname in ContextHandlerCollection
+ JETTY-762 improved QueuedThreadPool idle death handling
+ JETTY-763 Fixed AJP13 constructor
+ JETTY-766 Ensure SystemProperties set early on jetty-maven-plugin
jetty-6.1.12.rc4 21 October 2008 jetty-6.1.12.rc4 21 October 2008
+ JETTY-319 improved passing of exception when webapp unavailable + JETTY-319 improved passing of exception when webapp unavailable
+ JETTY-729 Backport Terracotta integration to Jetty6.1 branch + JETTY-729 Backport Terracotta integration to Jetty6.1 branch
@ -1036,60 +972,15 @@ jetty-6.1.12rc2 12 September 2008
+ JETTY-683 ResourceCollection works for jsp files but does not work for static resources under DefaultServlet + JETTY-683 ResourceCollection works for jsp files but does not work for static resources under DefaultServlet
+ JETTY-687 Issue with servlet-mapping in dynamic servlet invoker + JETTY-687 Issue with servlet-mapping in dynamic servlet invoker
+ JETTY-688 Cookie causes NumberFormatException + JETTY-688 Cookie causes NumberFormatException
+ JETTY-692 JETTY-681 MultiPartFilter is slow for file uploads
+ JETTY-696 ./jetty.sh restart not working + JETTY-696 ./jetty.sh restart not working
+ JETTY-698 org.eclipse.resource.JarResource.extract does not close JarInputStream jin + JETTY-698 org.mortbay.resource.JarResource.extract does not close JarInputStream jin
+ JETTY-699 Optimize cometd sending of 1 message to many many clients + JETTY-699 Optimize cometd sending of 1 message to many many clients
+ JETTY-709 Jetty plugin's WebAppConfig configured properties gets overridden by AbstractJettyRunMojo even when already set + JETTY-709 Jetty plugin's WebAppConfig configured properties gets overridden by AbstractJettyRunMojo even when already set
+ JETTY-710 Worked around poor implementation of File.toURL() + JETTY-710 Worked around poor implementation of File.toURL()
+ JETTY-712 HttpClient does not handle request complete after response complete + JETTY-712 HttpClient does not handle request complete after response complete
jetty-6.1.12rc1 1 August 2008 + Upgrade jsp 2.1 to SJSAS-9_1_02-B04-11_Apr_2008
jetty-7.0.0pre3 - 6 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
+ JETTY-319 Get unavailable exception and added startWithUnavailable option
+ JETTY-381 JETTY-622 Multiple Web Application Source Directory
+ JETTY-442 Accessors for mimeType on ResourceHandler
+ JETTY-502 forward of an include should hide include attributes
+ JETTY-562 RewriteHandler support for virtual hosts
+ JETTY-563 JETTY-482 OpenRemoteServiceServlet for GWT1.5M2+
+ JETTY-564 Consider optionally importing org.apache.jasper.servlet
+ JETTY-571 SelectChannelConnector throws Exception on close on Windows
+ JETTY-608 Suspend/Resume/Complete request listeners
+ JETTY-621 Improved LazyList javadoc
+ JETTY-626 Null protect reading the dtd resource from classloader
+ JETTY-628 Rewrite rule for rewriting scheme
+ JETTY-629 Don't hold timeout lock during expiry call.
+ JETTY-632 OSGi tags for Jetty client
+ JETTY-633 Default form encoding 8859_1 rather than utf-8
+ JETTY-635 Correctly merge request parameters when doing forward
+ JETTY-636 Separate lifeycle of jsp build
+ JETTY-637 empty date headers throw IllegalArgumentException
+ JETTY-641 JDBC Realm purge cache problem
+ JETTY-642 NPE in LdapLoginModule
+ JETTY-644 LdapLoginModule uses proper filters when searching
+ JETTY-645 Do not provide jetty-util to the webapps
+ JETTY-646 Should set Cache-Control header when sending errors to avoid caching
+ JETTY-647 suspended POSTs with binary data do too many resumes
+ JETTY-650 Parse "*" URI for HTTP OPTIONS request
+ JETTY-651 Release resources during destroy
+ JETTY-653 Upgrade jta api specs to more recent version
+ JETTY-654 Allow Cometd Bayeux object to be JMX manageable
+ JETTY-655 Support parsing application/x-www-form-urlencoded parameters via http PUT
+ JETTY-656 HttpClient defaults to async mode
+ JETTY-659 ContentExchange and missing headers in HttpClient
+ JETTY-663 AbstractDatabaseLoginModule handle not found UserInfo and userName
+ JETTY-665 Support merging class directories
+ JETTY-666 scanTargetPatterns override the values already being set by scanTarget
+ JETTY-667 HttpClient handles chunked content
+ JETTY-669 Http methods other than GET and POST should not have error page content
+ JETTY-671 Configure DTD does not allow <Property> children
+ JETTY-672 Utf8StringBuffer doesn't properly handle null characters (char with byte value 0)
+ JETTY-675 ServletContext.getRealPath("") returns null instead of returning the root dir of the webapp
jetty-6.1.12rc1 1 August 2008
+ Upgrade jsp 2.1 to SJSAS-9_1_02-B04-11_Apr_2008
+ JETTY-319 Get unavailable exception and added startWithUnavailable option + JETTY-319 Get unavailable exception and added startWithUnavailable option
+ JETTY-381 JETTY-622 Multiple Web Application Source Directory + JETTY-381 JETTY-622 Multiple Web Application Source Directory
+ JETTY-442 Accessors for mimeType on ResourceHandler + JETTY-442 Accessors for mimeType on ResourceHandler
@ -1135,41 +1026,6 @@ jetty-6.1.12rc1 1 August 2008
+ JETTY-667 HttpClient handles chunked content + JETTY-667 HttpClient handles chunked content
+ JETTY-669 Http methods other than GET and POST should not have error page content + JETTY-669 Http methods other than GET and POST should not have error page content
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-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
+ JETTY-581 ContextPath constructor
+ JETTY-582 final ISO_8859_1
+ JETTY-584 handle null contextPath
+ JETTY-587 persist sessions to database
+ JETTY-588 handle Retry in ServletException
+ JETTY-589 Added Statistics Servlet
+ JETTY-590 Digest auth domain for root context
+ JETTY-592 expired timeout callback without synchronization
+ JETTY-595 SessionHandler only deals with base request session
+ JETTY-596 proxy support in HttpClient
+ JETTY-598 Added more reliable cometd message flush option
+ JETTY-599 handle buffers consistently handle invalid index for poke
+ JETTY-603 Handle IPv6 in HttpURI
+ JETTY-605 Added optional threadpool to BayeuxService
+ JETTY-606 better writeTo impl for BIO
+ JETTY-607 Add GigaSpaces session clustering
+ JETTY-609 jetty-client improvements for http conversations
+ JETTY-610 jetty.class.path not being interpreted
+ JETTY-611 make general purpose jar scanning mechanism
+ JETTY-612 scan for web.xml fragments
+ JETTY-613 various distribution related changes
+ JETTY-614 scanner allocates hashmap on every iteration
+ JETTY-615 Replaced CDDL servlet.jar with Apache-2.0 licensed version
+ JETTY-623 ServletContext.getServerInfo() non compliant
jetty-6.1.11 6 June 2008 jetty-6.1.11 6 June 2008
+ JETTY-336 413 error for full header buffer + JETTY-336 413 error for full header buffer
+ JETTY-425 race in stopping SelectManager + JETTY-425 race in stopping SelectManager
@ -1199,68 +1055,6 @@ jetty-6.1.10 20 May 2008
+ JETTY-572 unique cometd client ID + JETTY-572 unique cometd client ID
+ JETTY-579 osgi fixes with management and servlet resources + JETTY-579 osgi fixes with management and servlet resources
jetty-7.0.0pre1 - 3 May 2008
+ 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
+ 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-282 Support manually-triggered reloading by maven plugin
+ JETTY-341 100-Continues sent only after getInputStream called.
+ JETTY-386 backout fix and replaced with ContextHandler.setCompactPath(boolean)
+ JETTY-399 update OpenRemoteServiceServlet to gwt 1.4
+ JETTY-467 allow URL rewriting to be disabled.
+ JETTY-468 unique holder names for addServletWithMapping
+ JETTY-471 LDAP JAAS Realm
+ JETTY-474 Fixed case sensitivity issue with HttpFields
+ JETTY-475 AJP connector in RPMs
+ JETTY-486 Improved jetty.sh script
+ JETTY-487 Handle empty chunked request
+ JETTY-494 Client side session replication
+ JETTY-519 HttpClient does not recycle closed connection.
+ JETTY-522 Add build profile for macos for setuid
+ JETTY-523 Default servlet uses ServletContext.getResource
+ JETTY-524 Don't synchronize session event listener calls
+ JETTY-525 Fixed decoding for long strings
+ JETTY-526 Fixed MMBean fields on JMX MBeans
+ JETTY-528 Factor our cookie parsing to CookieCutter
+ JETTY-530 Improved JMX MBeanContainer lifecycle
+ JETTY-531 Optional expires on MovedContextHandler
+ JETTY-532 MBean properties for QueuedThreadPool
+ JETTY-535 Fixed Bayeux server side client memory leak
+ JETTY-537 JSON handles Locales
+ JETTY-538 test harness fix for windows
+ JETTY-540 Servlet-3.0 & java5 support (work in progress)
+ JETTY-543 Atomic batch get and put of files.
+ JETTY-545 Rewrite handler
+ JETTY-546 Webapp runner. All in one jar to run a webapps
+ JETTY-547 Shutdown SocketEndpoint output before close
+ JETTY-550 Reading 0 bytes corrupts ServletInputStream
+ JETTY-551 Wadi 2.0-M10
+ JETTY-553 Fixed customize override
+ JETTY-556 Encode all URI fragments
+ JETTY-557 Allow ServletContext.setAttribute before start
+ JETTY-560 Allow decoupling of jndi names in web.xml
jetty-6.1.9 26 March 2008 jetty-6.1.9 26 March 2008
+ Make javax.servlet.jsp optional osgi import for jetty module + Make javax.servlet.jsp optional osgi import for jetty module
+ Ensure Jotm tx mgr can be found in jetty-env.xml + Ensure Jotm tx mgr can be found in jetty-env.xml
@ -1317,7 +1111,6 @@ 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-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 + JETTY-515 Timer is missing scavenging Task in HashSessionManager
jetty-6.1.7 - 22 December 2007 jetty-6.1.7 - 22 December 2007
+ Added BayeuxService + Added BayeuxService
+ Added JSON.Convertor and non static JSON instances + Added JSON.Convertor and non static JSON instances
@ -1328,7 +1121,7 @@ jetty-6.1.7 - 22 December 2007
+ jetty-6.1 branch created from 6.1.6 and r593 of jetty-contrib trunk + jetty-6.1 branch created from 6.1.6 and r593 of jetty-contrib trunk
+ Optimizations and improvements of Cometd, more pooled objects + Optimizations and improvements of Cometd, more pooled objects
+ Update java5 patch + Update java5 patch
+ JETTY-386 CERT-553235. backout fix and replaced with ContextHandler.setCompactPath(boolean) + JETTY-386 CERT-553235 backout fix and replaced with ContextHandler.setCompactPath(boolean)
+ JETTY-467 allow URL rewriting to be disabled. + JETTY-467 allow URL rewriting to be disabled.
+ JETTY-468 unique holder names for addServletWithMapping + JETTY-468 unique holder names for addServletWithMapping
+ JETTY-474 Fixed case sensitivity issue with HttpFields + JETTY-474 Fixed case sensitivity issue with HttpFields
@ -1391,8 +1184,8 @@ jetty-6.1.6rc0 - 3 October 2007
+ Removal of unneeded dependencies from management, maven-plugin, naming & plus poms + Removal of unneeded dependencies from management, maven-plugin, naming & plus poms
+ Adding setUsername,setGroupname to setuid and mavenizing native build + Adding setUsername,setGroupname to setuid and mavenizing native build
+ UTF-8 for bayeux client + UTF-8 for bayeux client
+ CVE-2007-5615 CERT21284 Added protection for response splitting with bad headers. + CVE-2007-5615 Added protection for response splitting with bad headers.
+ Cached user agents strings in the /org/eclipse/jetty/useragents resource + Cached user agents strings in the /org/mortbay/jetty/useragents resource
+ Make default time format for RequestLog match NCSA default + Make default time format for RequestLog match NCSA default
+ Use terracotta repo for build; make jetty a terracotta module + Use terracotta repo for build; make jetty a terracotta module
+ Fix patch for java5 to include cometd module + Fix patch for java5 to include cometd module
@ -1425,7 +1218,7 @@ jetty-6.1.5 - 19 Jul 2007
+ Fixed reset of reason + Fixed reset of reason
+ JETTY-392 - updated LikeJettyXml example + JETTY-392 - updated LikeJettyXml example
jetty-6.1.5rc0 - 15 Jul 2007 jetty-6.1.5rc0 - 15 Jul 200
+ update terracotta session clustering to terracotta 2.4 + update terracotta session clustering to terracotta 2.4
+ SetUID option to only open connectors before setUID. + SetUID option to only open connectors before setUID.
+ Protect SslSelectChannelConnector from exceptions during close + Protect SslSelectChannelConnector from exceptions during close
@ -1735,7 +1528,7 @@ jetty-6.1.0rc0 - 8 December 2006
+ JETTY-184 cometd connect non blocking + JETTY-184 cometd connect non blocking
+ Support for RFC2518 102-processing response + Support for RFC2518 102-processing response
+ JETTY-123 fix improved + JETTY-123 fix improved
+ Added org.eclipse.thread.concurrent.ThreadPool + Added org.mortbay.thread.concurrent.ThreadPool
+ Added extras/gwt + Added extras/gwt
+ Fixed idle timeout + Fixed idle timeout
+ JETTY-189 ProxyConnection + JETTY-189 ProxyConnection
@ -1940,7 +1733,7 @@ jetty-6.0.0rc4 - 5 September 2006
jetty-6.0.0rc3 - 1 September 2006 jetty-6.0.0rc3 - 1 September 2006
+ pulled 6.0.0 branch + pulled 6.0.0 branch
+ turn URLConnection caching off when searching for tlds [JETTY-103] + turn URLConnection caching off when searching for tlds [JETTY-103]
+ Move MailSessionReference to org.eclipse.naming.factories + Move MailSessionReference to org.mortbay.naming.factories
+ Less verbose handling of BadResources from bad URLs + Less verbose handling of BadResources from bad URLs
+ Avoid double error handling of Bad requests + Avoid double error handling of Bad requests
+ don't warn for content length on head requests + don't warn for content length on head requests
@ -1976,7 +1769,7 @@ jetty-6.0.0rc1 - 16 August 2006
+ removed support for lowResources from SelectChannelConnector + removed support for lowResources from SelectChannelConnector
+ added start of cometd implementation (JSON only) + added start of cometd implementation (JSON only)
+ added start of grizzly connector + added start of grizzly connector
+ removed org.eclipse. from context system classes configuration + removed org.mortbay. from context system classes configuration
+ -DSTOP.PORT must be specified. + -DSTOP.PORT must be specified.
+ moved optional modules to extras + moved optional modules to extras
+ fixed bug that caused Response.setStatus to ignore the provided message + fixed bug that caused Response.setStatus to ignore the provided message
@ -2039,7 +1832,7 @@ jetty-6.0.0beta16 - 12/5/2006
+ replace backwards compativle API in UrlEncoded + replace backwards compativle API in UrlEncoded
jetty-6.0.0beta15 - 11/5/2006 jetty-6.0.0beta15 - 11/5/2006
+ Added Server attribute org.eclipse.jetty.Request.maxFormContentSize + Added Server attribute org.mortbay.jetty.Request.maxFormContentSize
+ Renamed NotFoundHandler to DefaultHandler + Renamed NotFoundHandler to DefaultHandler
+ Added automatic scan of all WEB-INF/jetty-*.xml files for plugin + Added automatic scan of all WEB-INF/jetty-*.xml files for plugin
+ Added <scanTargets> parameter to allow other locations to scan for plugin + Added <scanTargets> parameter to allow other locations to scan for plugin
@ -2178,7 +1971,7 @@ Jetty-6.0.0Beta5
Jetty-6.0.0Beta4 Jetty-6.0.0Beta4
+ System property support in plugin + System property support in plugin
+ CVE-2006-2758 Fixed JSP visibility security issue. + CVE-2006-2758 Fixed JSP visibility security issue.
+ Improved jetty-web.xml access to org.eclipse classes. + Improved jetty-web.xml access to org.mortbay classes.
+ Jasper 5.5.12 + Jasper 5.5.12
Jetty-6.0.0Beta3 Jetty-6.0.0Beta3
@ -2265,7 +2058,7 @@ Jetty-5.1.9 - 7 December 2005
+ Fixed wantClientAuth(false) overriding netClientAuth(true) + Fixed wantClientAuth(false) overriding netClientAuth(true)
Jetty-6.0.0betaX - Jetty-6.0.0betaX -
+ See http://jetty.eclipse.org/jetty6 for 6.0 releases + See http://jetty.mortbay.org/jetty6 for 6.0 releases
Jetty-5.1.8 - 7 December 2005 Jetty-5.1.8 - 7 December 2005
+ Fixed space in URL issued created in 5.1.6 + Fixed space in URL issued created in 5.1.6
@ -2278,13 +2071,13 @@ Jetty-5.1.7rc0 - 6 December 2005
+ protect from NPE in dispatcher getValues + protect from NPE in dispatcher getValues
+ Updated to 2.6.2 xerces + Updated to 2.6.2 xerces
+ JSP file servlet mappings copy JspServlet init params. + JSP file servlet mappings copy JspServlet init params.
+ Prefix servlet context logs with org.eclipse.jetty.context + Prefix servlet context logs with org.mortbay.jetty.context
+ better support for URI character encodings + better support for URI character encodings
+ use commons logging jar instead of api jar. + use commons logging jar instead of api jar.
Jetty-5.1.6 - 18 November 2005 Jetty-5.1.6 - 18 November 2005
+ CVE-2006-2758 Fixed JSP visibility security issue. + CVE-2006-2758 Fixed JSP visibility security issue.
+ Improved jetty-web.xml access to org.eclipse classes. + Improved jetty-web.xml access to org.mortbay classes.
Jetty-5.1.5 - 10 November 2005 Jetty-5.1.5 - 10 November 2005
+ Improved shutdown hook + Improved shutdown hook
@ -2600,7 +2393,7 @@ Jetty-5.0.beta0 - 22 November 2003
+ PathMap uses own Map.Entry impl for IBM JVMs + PathMap uses own Map.Entry impl for IBM JVMs
+ Use ${jetty.home}/work or WEB-INF/work for temp directories if present + Use ${jetty.home}/work or WEB-INF/work for temp directories if present
+ Protect ThreadPool.run() from interrupted exceptions + Protect ThreadPool.run() from interrupted exceptions
+ Added org.eclipse.http.ErrorHandler for error pages. + Added org.mortbay.http.ErrorHandler for error pages.
+ Fixed init race in HttpFields cache + Fixed init race in HttpFields cache
+ Allow per listener handlers + Allow per listener handlers
+ Added MsieSslHandler to handle browsers that don't grok persistent SSL (msie 5) + Added MsieSslHandler to handle browsers that don't grok persistent SSL (msie 5)
@ -2615,7 +2408,7 @@ Jetty-4.2.15rc0 - 22 November 2003
+ Race in HttpFields cache + Race in HttpFields cache
+ Use ${jetty.home}/work or WEB-INF/work for temp directories if present + Use ${jetty.home}/work or WEB-INF/work for temp directories if present
+ Protect ThreadPool.run() from interrupted exceptions + Protect ThreadPool.run() from interrupted exceptions
+ Added org.eclipse.http.ErrorHandler for error pages. + Added org.mortbay.http.ErrorHandler for error pages.
+ JsseListener checks UserAgent for browsers that can't grok persistent SSL (msie5) + JsseListener checks UserAgent for browsers that can't grok persistent SSL (msie5)
+ Removed the CMR/CMP distributed session implementation + Removed the CMR/CMP distributed session implementation
@ -2695,7 +2488,7 @@ Jetty-5.0.alpha0 - 16 Jul 2003
Jetty-4.2.12 - 12 August 2003 Jetty-4.2.12 - 12 August 2003
+ Restore max inactive interval for session manager + Restore max inactive interval for session manager
+ Removed protection of org.eclipse.http attributes + Removed protection of org.mortbay.http attributes
+ Fixed parameter ordering for a forward request. + Fixed parameter ordering for a forward request.
+ Fixed up HTAccessHandler + Fixed up HTAccessHandler
+ Improved error messages from ProxyHandler + Improved error messages from ProxyHandler
@ -2745,7 +2538,7 @@ Jetty-4.2.10pre1 - 2 June 2003
+ Deprecated forced chunking. + Deprecated forced chunking.
+ Form authentication remembers URL over 403 + Form authentication remembers URL over 403
+ ProxyHandler has improved test for request content + ProxyHandler has improved test for request content
+ Removed support of org.eclipse.http.User role. + Removed support of org.mortbay.http.User role.
+ Fixed problem with shared session for inter context dispatching. + Fixed problem with shared session for inter context dispatching.
Jetty-4.2.10pre0 - 5 May 2003 Jetty-4.2.10pre0 - 5 May 2003
@ -2878,10 +2671,10 @@ Jetty-4.2.3 - 2 December 2002
+ Updated bat scripts + Updated bat scripts
+ Added PKCS12Import class to import PKCS12 key directly + Added PKCS12Import class to import PKCS12 key directly
+ removed old HttpContext.setDirAllowed() + removed old HttpContext.setDirAllowed()
+ added main() to org.eclipse.http.Version + added main() to org.mortbay.http.Version
+ Check form authentication config for leading / + Check form authentication config for leading /
+ Cleaner servlet stop to avoid extra synchronization on handle + Cleaner servlet stop to avoid extra synchronization on handle
+ org.eclipse.http.HttpContext.FileClassPathAttribute + org.mortbay.http.HttpContext.FileClassPathAttribute
Jetty-4.2.2 - 20 November 2002 Jetty-4.2.2 - 20 November 2002
+ Fixed sendRedirect for non http URLS + Fixed sendRedirect for non http URLS
@ -2991,7 +2784,7 @@ Jetty-4.1.1 - 30 September 2002
+ Fixed client scripting vulnerability with jasper2. + Fixed client scripting vulnerability with jasper2.
+ Merged LimitedNCSARequestLog into NCSARequestLog + Merged LimitedNCSARequestLog into NCSARequestLog
+ Fixed space in resource name handling for jdk1.4 + Fixed space in resource name handling for jdk1.4
+ Moved launcher/src to src/org/eclipse/start + Moved launcher/src to src/org/mortbay/start
+ Fixed infinite recursion in JDBCUserRealm + Fixed infinite recursion in JDBCUserRealm
+ Avoid setting sotimeout for optimization. + Avoid setting sotimeout for optimization.
+ String comparison of If-Modified-Since headers. + String comparison of If-Modified-Since headers.
@ -3290,7 +3083,7 @@ Jetty-4.0.B2 - 25 Feb 2002
+ Start ServletHandler as part of the FilterHandler start. + Start ServletHandler as part of the FilterHandler start.
+ Simplified addWebApplication + Simplified addWebApplication
+ Added String constructor to XmlConfiguration. + Added String constructor to XmlConfiguration.
+ Added org.eclipse.http.JDBCUserRealm + Added org.mortbay.http.JDBCUserRealm
+ Init classloader for JspServlet + Init classloader for JspServlet
+ Slightly more agressive eating unused input from non persistent connection. + Slightly more agressive eating unused input from non persistent connection.
@ -3440,7 +3233,7 @@ change to UserPrinciple and UserRealm.
+ Fixed binary files in CVS + Fixed binary files in CVS
+ Fixed Virtual hosts to case insensitive. + Fixed Virtual hosts to case insensitive.
+ PathMap spec separator changed from ',' to ':'. May be set with + PathMap spec separator changed from ',' to ':'. May be set with
org.eclipse.http.PathMap.separators system property. org.mortbay.http.PathMap.separators system property.
+ Correct dispatch to error pages with javax attributes set. + Correct dispatch to error pages with javax attributes set.
Jetty-3.1.2 - 13 Oct 2001 Jetty-3.1.2 - 13 Oct 2001
@ -3491,7 +3284,7 @@ Jetty-3.1.0 - 21 Sep 2001
Jetty-3.1.rc9 - 02 Sep 2001 Jetty-3.1.rc9 - 02 Sep 2001
+ Added bin/orgPackage.sh script to change package names. + Added bin/orgPackage.sh script to change package names.
+ Changed to org.eclipse domain names. + Changed to org.mortbay domain names.
+ Form auth login and error pages relative to context path. + Form auth login and error pages relative to context path.
+ Fixed handling of rel form authentication URLs + Fixed handling of rel form authentication URLs
+ Added support for Nonblocking listener. + Added support for Nonblocking listener.
@ -3743,7 +3536,7 @@ improved WriterLogSink.
+ ThreadedServer.forceStop() now makes a connection to itself to handle non-premptive close. + ThreadedServer.forceStop() now makes a connection to itself to handle non-premptive close.
+ Double null lock checks use ThreadPool.__nullLockChecks. + Double null lock checks use ThreadPool.__nullLockChecks.
+ Split Debug servlet out of Admin Servlet. + Split Debug servlet out of Admin Servlet.
+ Added Com.eclipse.HTTP.Handler.Servlet.Context.LogSink attribute + Added Com.mortbay.HTTP.Handler.Servlet.Context.LogSink attribute
to Servlet Context. If set, it is used in preference to the system log. to Servlet Context. If set, it is used in preference to the system log.
Jetty-3.0.0.rc6 - 20 Nov 2000 Jetty-3.0.0.rc6 - 20 Nov 2000
@ -3769,7 +3562,7 @@ Jetty-3.0.0.rc6 - 20 Nov 2000
+ Session cookies are given context path + Session cookies are given context path
+ Put extra server and servlet info in header. + Put extra server and servlet info in header.
+ Version details in header can be suppressed with System property + Version details in header can be suppressed with System property
java.com.eclipse.HTTP.Version.paranoid java.com.mortbay.HTTP.Version.paranoid
+ Prevent reloading dynamic servlets at different paths. + Prevent reloading dynamic servlets at different paths.
+ Implemented resource aliases in HandlerContext - used by Servlet Context + Implemented resource aliases in HandlerContext - used by Servlet Context
+ Map tablib configuration to resource aliases. + Map tablib configuration to resource aliases.
@ -3812,7 +3605,7 @@ Jetty-3.0.0.rc3 - 5 Nov 2000
+ upgraded build.xml to ant v1.2 + upgraded build.xml to ant v1.2
+ Set MaxReadTimeMs in all examples + Set MaxReadTimeMs in all examples
+ Further clean up of the connection close actions + Further clean up of the connection close actions
+ Moved unused classes from com.eclipse.Util to com.eclipse.Tools in + Moved unused classes from com.mortbay.Util to com.mortbay.Tools in
new distribution package. new distribution package.
+ Handle mime suffixes containing dots. + Handle mime suffixes containing dots.
+ Added gz tgz tar.gz .z mime mappings. + Added gz tgz tar.gz .z mime mappings.
@ -3843,7 +3636,7 @@ Jetty-3.0.0.rc1 - 22 Oct 2000
+ Added Multipart request and response classes from Jetty2 + Added Multipart request and response classes from Jetty2
+ Moved and simplified ServletLoader to ContextLoader. + Moved and simplified ServletLoader to ContextLoader.
+ Initialize JSP with classloader. + Initialize JSP with classloader.
+ All attributes in javax. java. and com.eclipse. name spaces to be set. + All attributes in javax. java. and com.mortbay. name spaces to be set.
+ Partial handling of 0.9 requests. + Partial handling of 0.9 requests.
+ removed Thread.destroy() calls. + removed Thread.destroy() calls.
+ Cleaned up exception handling. + Cleaned up exception handling.
@ -3933,7 +3726,7 @@ only partially validating, but small and lightweight
Jetty-2.4.6 - 16th Aug 2000 Jetty-2.4.6 - 16th Aug 2000
+ Turn Linger off before closing sockets, to allow restart. + Turn Linger off before closing sockets, to allow restart.
+ JsseListener & SunJsseListener added and documented + JsseListener & SunJsseListener added and documented
+ com.eclipse.Util.KeyPairTool added to handle openSSL SSL keys. + com.mortbay.Util.KeyPairTool added to handle openSSL SSL keys.
+ Minor changes to compile with jikes. + Minor changes to compile with jikes.
+ Added passive mode methods to FTP + Added passive mode methods to FTP
@ -4034,7 +3827,7 @@ Jetty-3.0.A9 - 7 May 2000
Jetty-3.0.A8 4th May 2000 Jetty-3.0.A8 4th May 2000
+ Servlet2_1 class loading re-acrchitected. See README. + Servlet2_1 class loading re-acrchitected. See README.
+ Moved Sevlet2_1 handler to com.eclipse.Servlet2_1 + Moved Sevlet2_1 handler to com.mortbay.Servlet2_1
+ addCookie takes an int maxAge rather than a expires date. + addCookie takes an int maxAge rather than a expires date.
+ Added LogSink extensible log architecture. + Added LogSink extensible log architecture.
+ Code.ignore only outputs when debug is verbose. + Code.ignore only outputs when debug is verbose.
@ -4178,7 +3971,7 @@ specification (ie. /exact, /prefix/*, *.extention & default ).
Jetty-3.0.A0 - 9 Oct 1999 Jetty-3.0.A0 - 9 Oct 1999
+ Started fresh repository in CVS + Started fresh repository in CVS
+ Moved com.eclipse.Base classes to com.eclipse.Util + Moved com.mortbay.Base classes to com.mortbay.Util
+ Cleanup of UrlEncoded, using 1.2 Collections. + Cleanup of UrlEncoded, using 1.2 Collections.
+ Cleanup of URI, using 1.2 Collections. + Cleanup of URI, using 1.2 Collections.
+ Extended URI to handle absolute URLs + Extended URI to handle absolute URLs
@ -4276,7 +4069,7 @@ Jetty-2.2.4 - 2 Aug 1999
Jetty-2.2.3 - 27 July 1999 Jetty-2.2.3 - 27 July 1999
+ Fixed parser bug in HtmlFilter + Fixed parser bug in HtmlFilter
+ Made setInitialize public in ServletHolder + Made setInitialize public in ServletHolder
+ Improved performance of com.eclipse.HTML.Heading + Improved performance of com.mortbay.HTML.Heading
+ Added stop call to HttpServer, used by Exit Servlet. + Added stop call to HttpServer, used by Exit Servlet.
+ Simplified JDBC connection handling so that it works + Simplified JDBC connection handling so that it works
with Java1.2 - albeit less efficiently. with Java1.2 - albeit less efficiently.
@ -4289,12 +4082,12 @@ from being written.
+ Implemented getResourceAsStream in FileJarServletLoader + Implemented getResourceAsStream in FileJarServletLoader
+ Fixed bug with CLASSPATH in FileJarServletLoader after attempt + Fixed bug with CLASSPATH in FileJarServletLoader after attempt
to load from a jar. to load from a jar.
+ Fixed bug in com.eclipse.Util.IO with thread routines. + Fixed bug in com.mortbay.Util.IO with thread routines.
+ Moved more test harnesses out of classes. + Moved more test harnesses out of classes.
+ File handler passes through not allowed options for + File handler passes through not allowed options for
non existant files. non existant files.
+ NotFoundHandler can repond with SC_METHOD_NOT_ALLOWED. + NotFoundHandler can repond with SC_METHOD_NOT_ALLOWED.
+ Improved com.eclipse.Base.Log handling of different JVMs + Improved com.mortbay.Base.Log handling of different JVMs
+ Minor fixes to README + Minor fixes to README
Jetty-2.2.1 - 18 July 1999 Jetty-2.2.1 - 18 July 1999
@ -4307,7 +4100,7 @@ Jetty-2.2.1 - 18 July 1999
circumstances circumstances
+ Handle continuation lines in HttpHeader. + Handle continuation lines in HttpHeader.
+ HtmlFilter resets last-modified and content-length headers. + HtmlFilter resets last-modified and content-length headers.
+ Implemented com.eclipse.Util.IO as a ThreadPool + Implemented com.mortbay.Util.IO as a ThreadPool
+ Decoupled ExceptionHandler configuration from Handler stacks. + Decoupled ExceptionHandler configuration from Handler stacks.
Old config style will produce warning and Default behavior. Old config style will produce warning and Default behavior.
See new config file format for changes. See new config file format for changes.
@ -4331,7 +4124,7 @@ Jetty-2.2.Beta4 - 29 June 1999
+ Added getGlobalProperty to Jetty.Server and used this to + Added getGlobalProperty to Jetty.Server and used this to
configure default page type. configure default page type.
+ Updated README.txt + Updated README.txt
+ Restructured com.eclipse.Jetty.Server for better clarity and + Restructured com.mortbay.Jetty.Server for better clarity and
documentation. documentation.
+ Added comments to configuration files. + Added comments to configuration files.
+ Made ServerSocket and accept call generic in ThreadedServer for + Made ServerSocket and accept call generic in ThreadedServer for
@ -4366,7 +4159,7 @@ be restarted in same virtual machine.
Jetty-2.2.Beta2 - 12 June 1999 Jetty-2.2.Beta2 - 12 June 1999
+ Added all write methods to HttpOutputStream$SwitchOutputStream + Added all write methods to HttpOutputStream$SwitchOutputStream
+ Added com.eclipse.Jetty.Server.shutdown() for gentler shutdown + Added com.mortbay.Jetty.Server.shutdown() for gentler shutdown
of server. Called from Exit servlet of server. Called from Exit servlet
+ HttpRequest.getParameterNames() no longer alters the order + HttpRequest.getParameterNames() no longer alters the order
returned by getQueryString(). returned by getQueryString().
@ -4411,7 +4204,7 @@ times
servlet to be initialized when loaded. servlet to be initialized when loaded.
+ LogHandler changed to support only a single outfile and optional + LogHandler changed to support only a single outfile and optional
append. append.
+ Included contributed com.eclipse.Jetty.StressTester class + Included contributed com.mortbay.Jetty.StressTester class
+ Token effort to keep test files out of the jar + Token effort to keep test files out of the jar
+ Removed support for STF + Removed support for STF
@ -4460,7 +4253,7 @@ Jetty-2.1.5 - 15 April 1999
+ Session URL encoding fixed for relative URLs. + Session URL encoding fixed for relative URLs.
+ Reduced session memory overhead of sessions + Reduced session memory overhead of sessions
+ Form parameters protected against multiple decodes when redirected. + Form parameters protected against multiple decodes when redirected.
+ Added setType methods to com.eclipse.FTP.Ftp + Added setType methods to com.mortbay.FTP.Ftp
+ Fixed bugs with invalid sessions + Fixed bugs with invalid sessions
+ Page factory requires response for session encoding + Page factory requires response for session encoding
+ Moved SessionHandler to front of stacks + Moved SessionHandler to front of stacks
@ -4468,7 +4261,7 @@ Jetty-2.1.5 - 15 April 1999
required. required.
+ Instrumented most of the demo to support URL session encoding. + Instrumented most of the demo to support URL session encoding.
+ Implemented HttpRequest.getReader() + Implemented HttpRequest.getReader()
+ Servlet log has been diverted to com.eclipse.Base.Log.event() + Servlet log has been diverted to com.mortbay.Base.Log.event()
Thus debug does not need to be turned on to see servlet logs. Thus debug does not need to be turned on to see servlet logs.
+ Fixed alignment bug in TableForm + Fixed alignment bug in TableForm
+ Removed RFCs from package + Removed RFCs from package
@ -4501,7 +4294,7 @@ Jetty-2.1.2 - 9 March 1999
Jetty-2.1.1 - 5 March 1999 Jetty-2.1.1 - 5 March 1999
+ Reduced number of calls to getRemoteHost for optimization + Reduced number of calls to getRemoteHost for optimization
+ Faster version of HttpInputStream.readLine(). + Faster version of HttpInputStream.readLine().
+ com.eclipse.Base.DateCache class added and used to speed date handling. + com.mortbay.Base.DateCache class added and used to speed date handling.
+ Handle '.' in configured paths (temp fix until PropertyTrees) + Handle '.' in configured paths (temp fix until PropertyTrees)
+ Fast char buffer handling in HttpInputStream + Fast char buffer handling in HttpInputStream
+ Faster version of HttpHeader.read() + Faster version of HttpHeader.read()
@ -4513,7 +4306,7 @@ Jetty-2.1.0 - 22 February 1999
+ PropertyTrees (see new Demo page) + PropertyTrees (see new Demo page)
+ ServletDispatch (see new Demo page) + ServletDispatch (see new Demo page)
+ image/jpg -> image/jpeg + image/jpg -> image/jpeg
+ Deprecated com.eclipse.Util.STF + Deprecated com.mortbay.Util.STF
+ getServlet methods return null. + getServlet methods return null.
Jetty-2.1.B1 - 13 February 1999 Jetty-2.1.B1 - 13 February 1999
@ -4527,14 +4320,14 @@ Jetty-2.1.B1 - 13 February 1999
+ Improved handling of File.separator in FileHandler. + Improved handling of File.separator in FileHandler.
+ Implemented RequestDispatcher (NOT Tested!). + Implemented RequestDispatcher (NOT Tested!).
+ Implemented getResource and getResourceAsStream (NOT Tested!). + Implemented getResource and getResourceAsStream (NOT Tested!).
+ Replace package com.eclipse.Util.Gateway with + Replace package com.mortbay.Util.Gateway with
class com.eclipse.Util.InetGateway class com.mortbay.Util.InetGateway
Jetty-2.1.B0 - 30 January 1999 Jetty-2.1.B0 - 30 January 1999
+ Uses JSDK2.1 API, but not all methods implemented. + Uses JSDK2.1 API, but not all methods implemented.
+ Added support for PUT, MOVE, DELETE in FileHandler + Added support for PUT, MOVE, DELETE in FileHandler
+ FileHandler now sets content length. + FileHandler now sets content length.
+ Added plug gateway classes com.eclipse.Util.Gateway + Added plug gateway classes com.mortbay.Util.Gateway
+ Fixed command line bug with SimpleServletConfig + Fixed command line bug with SimpleServletConfig
+ Minor changes to support MS J++ and its non standard + Minor changes to support MS J++ and its non standard
language extensions - MMMmmm should have left it unchanged! language extensions - MMMmmm should have left it unchanged!
@ -4555,10 +4348,10 @@ Jetty-2.0.3 - 13 November 1998
+ Limit threads in ThreadedServer and low priority listener option + Limit threads in ThreadedServer and low priority listener option
greatly improve performance under worse case loads. greatly improve performance under worse case loads.
+ Fix bug with index files for Jetty.Server. Previously servers + Fix bug with index files for Jetty.Server. Previously servers
configured with com.eclipse.Jetty.Server would not handle configured with com.mortbay.Jetty.Server would not handle
index.html files. Need to make this configurable in the prp file. index.html files. Need to make this configurable in the prp file.
+ Fixed errors in README file: com.eclipse.Jetty.Server was called + Fixed errors in README file: com.mortbay.Jetty.Server was called
com.eclipse.HTTP.Server com.mortbay.HTTP.Server
Jetty-2.0.2 - 1 November 1998 Jetty-2.0.2 - 1 November 1998
+ Use JETTY_HOME rather than MORTBAY_HOME for build environment + Use JETTY_HOME rather than MORTBAY_HOME for build environment
@ -4580,10 +4373,10 @@ Jetty-2.0.Beta3 - 29 Sep 1998
+ Send 301 for directories without trailing / in FileHandler + Send 301 for directories without trailing / in FileHandler
+ Ignore exception from HttpListener + Ignore exception from HttpListener
+ Properly implemented multiple listening addresses + Properly implemented multiple listening addresses
+ Added com.eclipse.Jetty.Server (see README.Jetty) + Added com.mortbay.Jetty.Server (see README.Jetty)
+ Demo converted to an instance of com.eclipse.Jetty.Server + Demo converted to an instance of com.mortbay.Jetty.Server
+ Fixed Log Handler again. + Fixed Log Handler again.
+ Added com.eclipse.HTTP.MultiPartRequest to handle file uploads + Added com.mortbay.HTTP.MultiPartRequest to handle file uploads
Jetty-2.0Beta2 - July 1998 Jetty-2.0Beta2 - July 1998
+ Fixed Log Handler for HTTP/1.1 + Fixed Log Handler for HTTP/1.1
@ -4593,8 +4386,8 @@ Jetty-2.0Beta1 - June 1998
+ Improved performance of Code.debug() calls, significantly + Improved performance of Code.debug() calls, significantly
in the case of non matching debug patterns. in the case of non matching debug patterns.
+ Fixed bug with calls to service during initialization of servlet + Fixed bug with calls to service during initialization of servlet
+ Provided addSection on com.eclipse.HTML.Page + Provided addSection on com.mortbay.HTML.Page
+ Provided reset on com.eclipse.HTML.Composite. + Provided reset on com.mortbay.HTML.Composite.
+ Proxy demo in different server instance + Proxy demo in different server instance
+ Handle full URLs in HTTP requests (to some extent) + Handle full URLs in HTTP requests (to some extent)
+ Improved performance with special asciiToLowerCase + Improved performance with special asciiToLowerCase
@ -4613,14 +4406,14 @@ Jetty-2.0Alpha2 - May 1998
Jetty-1.3.5 May 1998 Jetty-1.3.5 May 1998
+ Fixed socket inet bug in FTP + Fixed socket inet bug in FTP
+ Debug triggers added to com.eclipse.Base.Code + Debug triggers added to com.mortbay.Base.Code
+ Added date format to Log + Added date format to Log
+ Correct handling of multiple parameters + Correct handling of multiple parameters
Jetty-2.0Alpha1 Wed 8 April 1998 Jetty-2.0Alpha1 Wed 8 April 1998
+ Fixed forward bug with no port number + Fixed forward bug with no port number
+ Removed HttpRequestHeader class + Removed HttpRequestHeader class
+ Debug triggers added to com.eclipse.Base.Code + Debug triggers added to com.mortbay.Base.Code
+ Handle HTTP/1.1 Host: header + Handle HTTP/1.1 Host: header
+ Correct formatting of Date HTTP headers + Correct formatting of Date HTTP headers
+ HttpTests test harness + HttpTests test harness
@ -4676,15 +4469,18 @@ Jetty-1.1.1
+ Improved documentation + Improved documentation
Jetty-1.1 Jetty-1.1
+ Improved connection caching in java.eclipse.JDBC + Improved connection caching in java.mortbay.JDBC
+ Moved HttpCode to com.eclipse.Util + Moved HttpCode to com.mortbay.Util
Jetty-1.0.1 Jetty-1.0.1
+ Bug fixes + Bug fixes
Jetty-1.0 Jetty-1.0
+ First release in com.eclipse package structure + First release in com.mortbay package structure
+ Included Util, JDBC, HTML, HTTP, Jetty + Included Util, JDBC, HTML, HTTP, Jetty