[Gatling 2] master - regex error message

Seems like the regex error messages get choked in master:

AsyncHandlerActor - Request ‘post username password’ failed : regex().existsfound nothing

Used to be regex(“my regex”).exists found nothing as far as I remember

Stefan

Absolutely. Checking that.

Should be better now. However, the message will be slightly different if the check elements (extractor or validator) cannot be resolved, for example if your regular expression contains an EL and the attribute cannot be resolved.

Thanks for reporting!