Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.12.0
-
None
-
Unknown
Description
The updated route(s) in xml format may have been encoded, which means we should support decoding the xml prior to loading it as a model.
For example {{ }} placeholders may be encoded into %7B%7B and %7D%7D which would cause the routes not being able to be updated correctly.
Adding a boolean parameter to the operation so you can control if you want to decode or not.