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

Andrei Pozolotin commented on FELIX-2993:
-----------------------------------------

answer to myself: re: "per framework.Felix.init() source, it is "expected" 
behavior; why? what is the work around? "

the workaround:

System.setSecurityManager(null); // SET TO  NULL
config.put("org.osgi.framework.security", "osgi");
framework = factory.newFramework(config);
framework.init(); 

but why?


> jnlp & felix.security
> ---------------------
>
>                 Key: FELIX-2993
>                 URL: https://issues.apache.org/jira/browse/FELIX-2993
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework Security
>            Reporter: Andrei Pozolotin
>
> original thread:
> http://www.mail-archive.com/[email protected]/msg10424.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to