Revision 6.0.1 of Jetty is now available at http://jetty.mortbay.org and from maven repositories.

This minor version update includes:

  • 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-114 removed utf8 characters from code
  • JETTY-115 Fixed addHeader
  • JETTY-121 init not called on externally constructed servlets
  • Improved charset handling in URLs
  • minor optimization of bytes to UTF8 strings
  • JETTY-113 support optional query char encoding on requests
  • JETTY-124 always initialize filter caches
  • JETYY-120 SelectChannelConnector closes all connections on stop