https://bz.apache.org/bugzilla/show_bug.cgi?id=64523
--- Comment #2 from Felix Schumacher <[email protected]> --- Created attachment 37852 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37852&action=edit Decode query params for GET when parsing curl command This patch tries to parse the URL and add a form field for each query param. It seems to work when combined with the GET method. However, I am not sure, whether the assumption to parse the query params using UTF-8 is OK and it could lead to strange resuls, when path parameters (separated by ';') are used. -- You are receiving this mail because: You are the assignee for the bug.
