The Felix team is pleased to announce the release of Felix Http Service version 2.0.4
This is an implementation of the Http Service Specification as described in chapter 102 of the OSGi Compendium. It also implement a non-standard extension for registering servlet filters as well as a whiteboard implementation. http://felix.apache.org/site/apache-felix-http-service.html This release is available from http://felix.apache.org/site/downloads.cgi and Maven (see complete artifact list in documentation): <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.http.bundle</artifactId> <version>2.0.4</version> </dependency> Release Notes: ** Bug * [FELIX-1713] - getPathInfo wrongly returns path containing semicolon-separated attributes like ";jsessionid" * [FELIX-1821] - Unstable logging when restarting bundle * [FELIX-1860] - HttpServletRequest objects passed through HttpService don't respond to getAuthType() and getRemoteUser() properly * [FELIX-1863] - getServletPath() should return "" when alias is / * [FELIX-1872] - NPE while setting attribute on ServletContext * [FELIX-1873] - Wrong default HttpContext in Whiteboard **Improvement * [FELIX-1704] - Support for port as service properties Enjoy! -The Felix team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

