Illegal Characters in Query version 2.0.0-M3a

Hi Guys,

I just used the recorder to record a web session with a .Net web app.
Unfortunately on replay there are errors in the Query. It looks like the JSON in the query is not URL Encoded. In particular the following token are illegal. (see error below)

{ } "

when I replaced them with
%7B %7D and %22

It worked.

Has this been fixed in the latest github code? If so when will we get the next beta/Milestone release :slight_smile:

If it hasn’t been fixed yet please guide me to the recording code I’ll be happy to create a patch.

Cheers

Karl

[ERROR] [06/11/2014 10:13:27.532] [GatlingSystem-akka.actor.default-dispatcher-10] [akka://GatlingSystem/user/$h] Illegal character in query at index 234: http://preview.ses.nsw.gov.au/signalr/connect?transport=serverSentEvents&connectionToken=58lYNWlRlDUNUpX+WxCXLJffKi1Md4tZ2BSZPj9sVPeJo/OCvKIb/9So/DaR9nBtOIe3M67jnQKZIlHXNNCy82djj439HxX346xsqVgtWR/X4msh13+1bKktD7BmFyqF&connectionData=[{“name”:“headquartershub”},{“name”:“jobhub”}]&tid=8
java.lang.IllegalArgumentException: Illegal character in query at index 234: http://preview.ses.nsw.gov.au/signalr/connect?transport=serverSentEvents&connectionToken=58lYNWlRlDUNUpX+WxCXLJffKi1Md4tZ2BSZPj9sVPeJo/OCvKIb/9So/DaR9nBtOIe3M67jnQKZIlHXNNCy82djj439HxX346xsqVgtWR/X4msh13+1bKktD7BmFyqF&connectionData=[{“name”:“headquartershub”},{“name”:“jobhub”}]&tid=8

Yes, I think this was fixed: https://github.com/excilys/gatling/issues/1575