Pax Web - 0.5.2

Unknown macro: {zone-template-instance}
Unknown macro: {zone-data}

0.5.2

Unknown macro: {zone-data}

February 16, 2009

Unknown macro: {zone-data}

This release highlights are:

  • Use Jetty 6.1.14 (as bundled version)
  • Support Jetty configuration via jetty.xml
  • Import/export org.osgi.service.http package
  • Support servlet names during servlet registration
  • Welcome files are working again
  • Various bug fixes & improvements
Unknown macro: {zone-data}
  • Bug
    • PAXWEB-110 - Welcome files do not work
    • PAXWEB-116 - Distribution licenses of bundled software are violated
    • PAXWEB-119 - WelcomeFile Failure
    • PAXWEB-121 - Mime type not set when HttpContext returns a valid mime type
  • Improvement
    • PAXWEB-112 - Provide a direct support for Servlet Name when registering Servlets
    • PAXWEB-118 - Pax Web should import/export org.osgi.service.http package
    • PAXWEB-120 - Do not fail a resource request if url connection's getContentType() fails
    • PAXWEB-122 - Return 403 (forbidden) error code for a resource request that maps to a directory
  • New Feature
    • PAXWEB-117 - Allow to configure Jetty using jetty.xml
  • Task