I am trying to write JMeter load test for my application deployed to WildFly 8.1.0.Final "Kenny". And I have problem with cookies. Namely, WildFly returns the following:
Set-Cookie: JSESSIONID=KzTl9nxaMIe6OxE-uloovEpS.nikempro; path=
path value for cookie is empty. This confuses JMeter, which will not send cookies with the subsequent requests, thus failing the test.
As far as I have found, the usual behaviour is to return
path=/
for such cookies, not empty value. Shall I report this as a bug in WildFly?