-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53996/
-----------------------------------------------------------

Review request for geode and Jason Huynh.


Repository: geode


Description
-------

We had some code that copied cookies from the request to the response.
That caused us to include a potentially stale cookie value in the
response.

Adding a unit test that we don't screw up the users cookies. I had to
bring in a dependency on httpunit, because the HttpTester with jetty is
not correctly parsing multiple Set-Cookie headers.


Diffs
-----

  extensions/geode-modules-session/build.gradle 
f068ddef355a7483fc71b4b1665b2ae2b7312233 
  
extensions/geode-modules-session/src/main/java/org/apache/geode/modules/session/filter/SessionCachingFilter.java
 71aa7687ea00475b16cda8937463a88dc18ef568 
  
extensions/geode-modules-session/src/test/java/org/apache/geode/modules/session/internal/filter/SessionReplicationIntegrationJUnitTest.java
 76ecab3e18be20092f48a14f2ff49394285a7741 

Diff: https://reviews.apache.org/r/53996/diff/


Testing
-------


Thanks,

Dan Smith

Reply via email to