Results 1 to 2 of 2

Thread: Problem with extracting cookie path

  1. #1
    Join Date
    Dec 2005
    Posts
    21

    Default Problem with extracting cookie path

    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

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    Hmm. Actually I think the fix for SEC-1356 is brain damaged. The browser won't submit the path, just use it to determine whether to send the cookie, so the server doesn't know what the path is, just that it received the cookie. I'll reopen the issue.
    Spring - by Pivotal
    twitter @tekul

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •