[
https://issues.apache.org/jira/browse/JSEC-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677098#action_12677098
]
Les Hazlewood commented on JSEC-64:
-----------------------------------
Thanks very much for adding this! We'll get to it as soon as we can.
> removeMe cookie path is wrong at deletion if servlet context path is root
> ("/")
> -------------------------------------------------------------------------------
>
> Key: JSEC-64
> URL: https://issues.apache.org/jira/browse/JSEC-64
> Project: JSecurity
> Issue Type: Bug
> Affects Versions: Incubation
> Reporter: Brad Whitaker
> Attachments: CookeiAttribute.calculatePath.patch
>
>
> The fix for JSEC-34 changes the cookie path from "" (empty string) to "/"
> when the rememberMe cookie is created. The change to the path is not made,
> however, when the cookie is removed. This prevents the cookie from being
> removed. The attached patch introduces a new method "calculatePath()" that
> supplies the path both when the cookie is created and when it is removed.
> (Feel free to rename the method or make any other change.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.