Hello,
Ever since upgrading to Spring Security 3.0.1 yesterday our remember-me cookies are no longer working. I noticed the recent change in the extractRememberMeCookie() method (SEC-1356) which seems okay, but cookies[i].getPath() is always returning null, and so the entire method returns null. This is true even though I've looked in my browser and the cookie path is valid.
Anyone have any ideas why this might be happening?
Thanks
