[ https://issues.apache.org/jira/browse/FELIX-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660332#action_12660332 ]
walkerr edited comment on FELIX-538 at 1/2/09 7:30 AM: ---------------------------------------------------------- I think we may be ok on this. Downloaded and scanned the source for GNU references, and by my count they only occur in 4 source files, all of which seem to be part of the code to handle JSP. Since JSP isn't a requirement for OSGi HttpService, I think we can safely unbundle the JSP code and avoid any issues. The other license references I saw were mostly BSD - but I'll do a proper scan of the other source file licenses at some stage. was (Author: walkerr): I think we may be ok on this. Downloaded and scanned the source for GNU references, and by my count they only occur in 4 source files, all of which are part of the bundled Jasper code to handle JSP. Since JSP isn't a requirement for OSGi HttpService, I think we can safely unbundle Jasper and avoid any issues. The other license references I saw were mostly BSD - but I'll do a proper scan of the other source file licenses at some stage. > Create a really lightweight version of the HTTP Service > ------------------------------------------------------- > > Key: FELIX-538 > URL: https://issues.apache.org/jira/browse/FELIX-538 > Project: Felix > Issue Type: New Feature > Components: HTTP Service > Reporter: Richard S. Hall > Priority: Minor > > In my sandbox I have committed a very simple, multi-threaded, file-based web > server. The web server was designed so that it could easily be used in a > bundle (e.g., it can be started, stopped, and restarted) and already has an > Activator. It would be interesting if we could extend this with servlet > support and tailor it specifically for the OSGi HTTP Service specification. > If we could do this, then we could have one "heavyweight" OSGi HTTP Service > implementation based on Jetty and this really lightweight version for small > device requirements -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.