[
https://issues.apache.org/jira/browse/USERGRID-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267912#comment-14267912
]
ASF GitHub Bot commented on USERGRID-314:
-----------------------------------------
GitHub user snoopdave opened a pull request:
https://github.com/apache/incubator-usergrid/pull/143
Remove CDDL/GPL licensed file needed for CSS handling in Grizzly.
For USERGRID-314
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snoopdave/incubator-usergrid usergrid-314
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-usergrid/pull/143.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #143
----
commit a1c0628da357df8b9b38e89e8da51f5cce85b7db
Author: Dave Johnson <[email protected]>
Date: 2015-01-07T16:51:36Z
Remove CDDL/GPL licensed file needed for CSS handling in Grizzly.
----
> Remove CDDL/GPL file from Usergrid Launcher
> -------------------------------------------
>
> Key: USERGRID-314
> URL: https://issues.apache.org/jira/browse/USERGRID-314
> Project: Usergrid
> Issue Type: Story
> Affects Versions: 1.0.1
> Reporter: David Johnson
>
> The Usergrid Launcher includes a GPL/CDDL licensed class
> ClasspathStaticHttpHandler that is needed only for CSS handling in Grizzly
> with is used by Standalone and Launcher modules. It was copied from the
> Grizzly project.
> We should not include this file in any release and should delete it from our
> repository.
> We could fix the problem by recreating that class, since it is just a
> subclass, or by have no CSS support in the launcher. We can also fix the
> problem by omitting those modules from the release, and we need to rethink
> the launcher for 2.0 anyway.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)