Community
Participate
Working Groups
Standard OSGi bundles are supposed to remain zipped. web-bundles should be supported when they are zipped.
- Improved the lookup of web.xml to support zipped bundles: simply use bundle#getEntry - Take advantage of the existing jetty deployment for webapps to unzip the web-application. A number of webapps require that they are unzipped before they can be run. For example jasper won't correctly execute jsp pages unless the web-app is unzipped. Fixed in 7.1.5.v20100705 By default, the OSGi application deployer will set the jetty api to unzip the web-bundles in a temporary folder.