I have an agent that uses an internal redirect using the print statement with double brackets.
The url contains a parameter "&redirectto=" which in turn, redirects to another url after the process is finished. As expected, this parameter's value must be encoded.
In FP9 these characters are no longer being decoded by domino during the redirect, so the process fails. It works on earlier feature packs.
Is this going to be corrected?
FWIW - I do have the interim fix 1 installed too.