cziegeler commented on PR #14: URL: https://github.com/apache/sling-org-apache-sling-launchpad-base/pull/14#issuecomment-2216791257
@rombert The launchpad code runs inside a WAR file deployed into a servlet container supporting servlet API 5/6. The launchpad uses Apache Felix Http Bridge to support all OSGi specifications dealing with http/servlet inside the OSGi framework and that includes javax.servlet. So inside the framework all you need is that bridge bundle and a jar providing javax.servlet API and everything else continues to run as-is. That's at least the theory :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
