You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/12/14 11:10:46 UTC

[jira] [Created] (SLING-5374) Launchpad webapp should provide servlet contract capability

Carsten Ziegeler created SLING-5374:
---------------------------------------

             Summary: Launchpad webapp should provide servlet contract capability
                 Key: SLING-5374
                 URL: https://issues.apache.org/jira/browse/SLING-5374
             Project: Sling
          Issue Type: Improvement
          Components: Launchpad
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Launchpad Base 2.6.10


OSGi has defined portable contracts including one for the servlet api. If launchpad is started standalone this is provided by the Apache Felix Jetty implementation.
We should provide the same for the webapp, something like:
<Provide-Capability>
     osgi.contract;osgi.contract="JavaServlet";version:Version="3.1";
                          uses:="javax.servlet,javax.servlet.http,javax.servlet.descriptor,javax.servlet.annotation"
   </Provide-Capability>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)