The binaries page on jboss.org has been updated
accordingly.

I enclose a list of the changes Greg has made between
the two releases (the last bundle was based on
3.0.rc6). 

Since Jetty has moved from a release candidate to a
solid release you will probably want to upgrade.

The bundle should run just as before, but several
config files have changed, so do a diff and patch in
your changes rather than blindly copying over the new
ones.

Any problems, let me know and I shall do my best to
sort them out.

If you're having lots of trouble with Tomcat, why not
take Jetty for a spin. It is much smaller, simpler and
tighter and the response to the jboss/jetty
integration on this list has been favourable. If you
do and you find jboss/jetty lacking anything
jboss/tomcat has, let me know....

Thanks,


Jules


Jetty-3.0.2 - 13 Jan 2001
 + Replaced ResourceHandler FIFO cache with LRU cache.
 + Greatly improved buffering in ChunkableOutputStream
 + Padded error bodies for IE bug.
 + Improved HTML.Block efficiency
 + Improved jetty.bat
 + Improved jetty.sh 
 + Handle unknown status reasons in HttpResponse
 + Ignore included response updates rather than
IllegalStateException
 + Removed classloading stats which were causing
circular class loading problems.
 + 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 Dec 2000
 + Fixed value unbind notification for session
invalidation. 
 + Removed double null check possibility from
ServletHolder

Jetty-3.0.0 - 17 Dec 2000
 + 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 Dec 2000
 + Optional alias checking added to FileResource. 
Turned on by default
   on all platforms without the "/" file separator.
 + 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.
 + Jetty.Server catches init exceptions per server
 + getSecurityHandler creates handler at position 0.
 + SysV unix init script
 + 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 Dec 2000
 + 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.
 + 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.
 + Changed log options to less verbose defaults.
 + ThreadedServer.forceStop() now makes a connection
to itself to handle non-premptive close.
 + 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.

__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to