Links that contain the % symbol become invalid as the character is encoded %25 when opening.
STEPS TO REPRODUCE:
Expected Results: The same link to open https://www.example.com/search?q=hello+%25+world
Actual Results: The link redirected to is: https://www.example.com/search?q=hello+%2525+world
The % symbol that was encoded as %25 is encoded again as %2525. This happens with any encoded character that contains the % symbol
Clarity 16.4.2 and below
This is caused by DE192144
This is fixed in Clarity 16.4.3