0 Replies Latest reply on Oct 4, 2001 5:07 AM by jules_gosnell

    JBoss-2.4.3_Jetty-3.1.1-1 is out there....

    jules_gosnell


      I've just released JBoss-2.4.3_Jetty-3.1.1-1 on SourceForge :

      http://prdownloads.sourceforge.net/jboss/JBoss-2.4.3_Jetty-3.1.1-1.zip

      I shall update the JBoss website this evening.

      This brings us up-to-date with current releases of JBoss and Jetty.

      All outstanding issues in the integration have been resolved.

      Many fixes have gone into Jetty:

      Please report problems as follows:

      JBoss related : jboss-development@lists.sf.net
      Jetty related : jetty-discuss@yahoogroups.com
      Integration/Package related : Jules_Gosnell@yahoo.com

      Help can be found on the JBoss Fora :

      http://www.jboss.org/forums/forum.jsp?forum=50

      on jboss-user@lists.sf.net and jetty-discuss@yahoogroups.com

      Thanks for using JBoss/Jetty,


      Jules


      -----8<----------8<----------8<----------8<-----

      Release Candidate 1. (03/10/2001)

      Jetty3 - Jetty-3.1.1 (actually the snapshot Jetty-20011003_031000)
      Jetty3Extra/jmx - Jetty3Extra-1.0.0
      JBoss - JBoss-2.4.3
      JBoss-Jetty - JBoss/contrib/jetty (cvs update -d -p -r Branch_2_4 -D 'October 3, 2001 11:59pm BST')

      - upgrade JBoss component
      - single classloader used for multiple wars - fixed
      - several Jetty security issues - fixed
      - unecessary warnings about security - fixed
      - Jetty demo webapp and servlets commented out to avoid context clashes
      - for Jetty changes see jetty/VERSION.TXT (3.1.1 & 3.1.0)


      Jetty Versions
      --------------

      + Fixed double entry on PathMap.getMatches
      + Fixed FORM Authentication username.
      + Fix servlet handling of non session url params.
      + Added ServletHandler.sessionCount()
      + Change JSESSIONID to jsessionid
      + Fix attr handling in XmlParser.toString

      Jetty-3.1.1 - 27 Sep 2001
      + Fixed jar manifest format - patched 28 Sep 2001
      + Removed JDK 1.3 dependancy
      + Fixed ServletRequest.getLocale().
      + Removed incorrect warning for WEB-INF/lib jar files.
      + 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 Sep 2001
      + 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 REFFERER in CGI
      + Fix FORM authentication on exact patterns
      + Fix flush on stop bug in logs.
      + Fix param reading on CGI servlet
      + New simplified jetty.bat
      + Improved closing of listeners.
      + Optimized List creation
      + Removed win32 service.exe
      + Added HandlerContext.registerHost