{
  "id":"org.apache.sling:org.apache.sling.starter:slingosgifeature:starter:13",
  "title":"Apache Sling Starter",
  "description":"The Sling Starter demo application.",
  "vendor":"The Apache Software Foundation",
  "license":"Apache-2.0",
  "bundles":[
    {
      "id":"org.apache.sling:org.apache.sling.starter.content:1.0.16",
      "start-order":"20"
    }
  ],
  "configurations":  {
    "org.apache.felix.hc.core.impl.filter.ServiceUnavailableFilter~startupandshutdown":    {
      "osgi.http.whiteboard.filter.regex":"(?!/system/).*",
      "avoid404DuringStartup":true,
      "service.ranking:Integer":2147483647,
      "includeExecutionResult":false,
      "osgi.http.whiteboard.context.select":"(osgi.http.whiteboard.context.name=*)",
      "tags":[
        "systemalive"
      ],
      "autoDisableFilter":true,
      "responseTextFor503":"classpath:org.apache.sling.starter.content:startup/index.html"
    }
  }
}