You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "munene kiruja (JIRA)" <ji...@apache.org> on 2016/05/10 21:43:12 UTC

[jira] [Commented] (FELIX-5252) FileInstall can write "service.bundleLocation" into OSGi configuration files

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

munene kiruja commented on FELIX-5252:
--------------------------------------

{code}
                            if( !Constants.SERVICE_PID.equals(key)
                                    && !ConfigurationAdmin.SERVICE_FACTORYPID.equals(key)
+                                   && !ConfigurationAdmin.SERVICE_BUNDLELOCATION.equals(key)
                                    && !DirectoryWatcher.FILENAME.equals(key) )
                            { 
{code}

> FileInstall can write "service.bundleLocation" into OSGi configuration files
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-5252
>                 URL: https://issues.apache.org/jira/browse/FELIX-5252
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.5.0
>            Reporter: munene kiruja
>         Attachments: ConfigInstaller.java
>
>
> Information referenced by "service.bundleLocation" key is internal details that relevant only to the current instance of the executable and as such should not be in the configuration files. 
> ConfigInstaller.java checks for and removes information about other internal information and could most naturally handle this key as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)