Response truncated by recorder

When recording actions by Gatling Recorder, I found one page couldn’t be rendered because its response was truncated. Normally it should have about 52KB html received but when going through recorder, only first 383 bytes were received. No exception captured in console or logged. I’m using Gatling 2.0.0-M3a. Anyone has ideas?

Does this happen also with the current snapshot?
https://oss.sonatype.org/content/repositories/snapshots/io/gatling/highcharts/gatling-charts-highcharts/2.0.0-SNAPSHOT/

Can you share a test case so we cab reproduce?

I found the cause. It’s due to url decoded by Recorder (version 2.0.0-M3a). I’m now using version 1.5.3 and the problem doesn’t happen.

Actually it’s not the response being truncated, but the request was decoded by Recorder so web server returned a wrong response.

Could you share the expected url and the one being sent by the recorder, please?

original url looks like this:
/servlet/?evt=3054&src=3054&target=ssb%3D*-1.*-1.0.0…1.39…1.2.1.1…1.2.1-3.768.769.774.770.773.14081.14080.8.772.775_

after going through recorder, “%3D” is decoded to “=”
/servlet/?evt=3054&src=3054&target=ssb=-1.-1.0.0…1.39…1.2.1.1…1.2.1-3.768.769.774.770.773.14081.14080.8.772.775_

Thanks! Will investigate as soon as I can.

Actually, the recorder in master seems to be working properly.
Could you give it a try, please?
https://oss.sonatype.org/content/repositories/snapshots/io/gatling/highcharts/gatling-charts-highcharts/2.0.0-SNAPSHOT/

issue not reproduced with this snapshot.

Great!
Thanks for your feedback!