Migration to Gatling3.0.0-RC3. Bad character in JsonPath response.

Hi,
I start migration from vesrion 2.3 to 3.0.0-RC3 and I have some problems with bad character in response when I check JsonPath. In previous version of Gatling 2.3 response from Json looked ok.

Problem on this line:

.check(jsonPath("$.Data.AuthenticationRequestUrl").saveAs(“url”)

On Gatling 2.3 response string was:

On Gatling 3.0.3-RC3

Do you know where is problem and how to easily resolve this? It’s new Json response with bad character? Because I need to send “url” to next call and I have problem with this character.

Hi,

Thanks for reporting!

See https://github.com/gatling/gatling/issues/3553

Awesome:)

W dniu poniedziałek, 8 października 2018 11:06:50 UTC+2 użytkownik Stéphane Landelle napisał: