[ 
https://issues.apache.org/jira/browse/FELIX-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502724#comment-13502724
 ] 

Felix Meschberger commented on FELIX-3773:
------------------------------------------

I have quickly looked at the code. First we only use the JSON serialization 
part of the library, that is we are just writing JSON. What we need here is to 
probably just be able to create JSON strings from Map and Collection structures 
with the added "complication" to care for escaping.

Second, and this is hurting a bit, we have the odd WebConsoleUtil.keyVal method 
which depends on org.json.JSONWriter and org.json.JSONException in its 
signature. Removing or breaking that method would be a non-backwards compatible 
change to the org.apache.felix.webconsole package export ...
                
> WebConsole uses library with ASL-incompatible licence
> -----------------------------------------------------
>
>                 Key: FELIX-3773
>                 URL: https://issues.apache.org/jira/browse/FELIX-3773
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-4.0.0
>            Reporter: Neil Bartlett
>            Priority: Critical
>
> WebConsole uses the JSON library from json.org that contains the following 
> term in its licence (http://www.json.org/license.html):
> "The Software shall be used for Good, not Evil."
> I believe that this restriction is incompatible with the ASL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to