Hi Tricia,
Would you provide a patch? I will be glad to apply it ASAP.
BTW, we migrated to jira, the bug link now is
http://issues.apache.org/jira/browse/COCOON-1438 feel free to update it
as needed.
Best Regards,
Antonio Gallardo.
Tricia Williams escribió:
This bug was reported February 9, 2005 [MAIL] Weird Encoding problem
with SendMailAction. I have found similar behavior in another component.
I have a flowscript, which uses the cocoon.redirectTo action to
redirect to a url outside the pipeline. Similarly the form correctly
delivers the form content as UTF-8. It seems somewhere between the
redirectTo and the service which handles the url, the parameter
encoding is made to be incorrect. I can send the url directly and it
will work just fine returning the correct character-encoding.
I can apply the same workaround given in the bug description, encoding
the parameter as ISO-8859-1. After this change the response from the
redirectTo will suddenly work as expected.