Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

support special characters in context signature #774

Open evyaffe opened 2 years ago

evyaffe commented 2 years ago

Motivation:

context signature does json.Marshal on context before signing it and adding the signature to the context. If there are special html characters, the original context changes (e.g. "a & b" will be changed to "a \u0026 b").