Project Lead:Felix Meschberger URL:http://sling.apache.org/ Description:
Sling is a framework to develop content centric web applications based on the idea of modularizing the rendering of HTTP resources.
SLING-1189 apply patch by Justin Edelson (thanks) to support more fine grained bundle update decision based on optional (non-standard) Bnd-LastModified header
SLING-1157 apply BootstrapInstaller extension supporting WAR bundles (another thanks to Justin Edelson for providing)
(this is slightly modified compared to the patch: the extensions have leading dots, the list is an array and the FileFilter also calls the isBundle(String) method to share code)
Also this commit converts some of the constants into private constants of the class.
SLING-1200 The BootstrapInstaller class takes over control of whether to go into the configured start level after initial installation or restart the framework. To this avail the framework startlevel property is set to one to not start all bundles in the first place should the framework be restarted.