pact-ruby icon indicating copy to clipboard operation
pact-ruby copied to clipboard

Update header matching logic for cookies to match pact-jvm

Open bethesque opened this issue 10 years ago • 0 comments

https://github.com/johnelf/pact-jvm/commit/211967ef5df957feea9a9a193ba27db684a3ca61

Cookie with value 'a=b;c=d' should match 'c=d;e=f;a=b' as provider may add extra cookies that the consumer does not care about, and the order should not matter.

bethesque avatar Apr 25 '14 23:04 bethesque