rohe / oictest

OAuth2 and OpenID Connect test tools
Other
39 stars 21 forks source link

Safer header copy #13

Closed jricher closed 10 years ago

jricher commented 10 years ago

The old method would replace objects one past one level deep instead of merging them. This method assumes a dictionary of dictionaries and runs the update() call one layer in instead of the root, which has the effect of preserving both sets of headers.