setProperties() needs to putAll not replace underlying map
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@503 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
7c30592582
commit
a41fc6a16b
|
@ -43,7 +43,7 @@ public class PolicyContext
|
|||
|
||||
public void setProperties( Map<String,String> properties )
|
||||
{
|
||||
this.properties = properties;
|
||||
this.properties.putAll( properties );
|
||||
}
|
||||
|
||||
public KeyStore getKeystore()
|
||||
|
|
Loading…
Reference in New Issue