https://bz.apache.org/bugzilla/show_bug.cgi?id=60649
Pierre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from Pierre <[email protected]> --- I am getting the same behavior on my tests because the content-type is not correctly set on the app i'm testing... What do you think if the behavior of DefaultSamplerCreater is changed like this: 1. Tries to parse data and splits name and value (I assume it's the current way of working) 2. If 'name' is not null AND 'value' is null, then consider that the format is just raw data, not name=value >From a quick look, if it really was a name=value format but with an empty value, the data will still be sent to the server like received while recording, with no modifications, so it'll be fine. Let me know your thoughts! -- You are receiving this mail because: You are the assignee for the bug.
