-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't recurse on serverCertificate in config merge
Treating serverCertificate as an Object and recursing causes an exception the second time you set the serverCertificate config. As a quick fix that can be cherry-picked for v2.1.x, do not recurse on serverCertificate. This has the side-effect of not type-checking the serverCertificate field on input. A more detailed fix will be made later, for inclusion in v2.2. Issue #784 Change-Id: I84c05ee3dd370a4b83e9ce2337d2326ec36532c2
- Loading branch information
1 parent
67fa39c
commit 63121b1
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters