cossme / grinder

The Grinder, a Java Load Testing Framework
Other
37 stars 15 forks source link

[HTTPPlugin] Error Parsing a Cookie having both HttpOnly and Secure flag set in this order #28

Closed solcyr closed 6 years ago

solcyr commented 6 years ago

The server is returning multiple SetCookie header and one of this header has the following format: NAME=VALUE; path=/; HttpOnly; Secure

This make the Cookie parseing mechanism failing, with the following error:

    java.net.ProtocolException: Bad Set-Cookie header: NAME=VALUE; path=/;, Secure
    No '=' found for token starting at position 21