You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jan Sindberg (JIRA)" <ji...@apache.org> on 2016/01/27 11:13:40 UTC

[jira] [Created] (FC-141) Config from repository is adding instead of overriding

Jan Sindberg created FC-141:
-------------------------------

             Summary: Config from repository is adding instead of overriding
                 Key: FC-141
                 URL: https://issues.apache.org/jira/browse/FC-141
             Project: FORTRESS
          Issue Type: Bug
    Affects Versions: 1.0.0-RC41
            Reporter: Jan Sindberg
            Priority: Trivial


Config.java, line 118
Remote properties are added instead of just set.
The result is that if the values are first set from fortress.properties, then there now will be an array with to values for each property. This fails for instance when calling Config.getString( XXX );
The line should be changed from 
config.addProperty( key, val );
to
config.setProperty( key, val );



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