KenticoDevTrev / KX12To13Converter

Conversion Module to morph KX12 Portal engine sites so they can be upgraded or converted to KX13
MIT License
11 stars 2 forks source link

Widget parameters are corrupt after conversion #16

Open oleglomakin opened 2 weeks ago

oleglomakin commented 2 weeks ago

Apparently K12 uses HttpUtility.UrlEncode to encode a widget parameter value in order to store it in DocumentContent xml. In a case when the parameter value contains '+' character, these characters (although correctly encoded in the xml as '%2b') are not preserved in the corresponding value in PageBuilder json.