Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding should be enforced on key while using a get #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devsaik
Copy link

@devsaik devsaik commented May 31, 2015

Change to angular-cookie.js
ipCookie will not be able to fetch values stored in cookie if the key is not encoded while fetching. Correct me if am wrong

@devsaik
Copy link
Author

devsaik commented May 31, 2015

Reason for my pull request is if my key has a value like this : [email protected], ipCookie will encode the key and while getting it. It will not fetch the value because encoding of key is not enforced while fetching

@devsaik
Copy link
Author

devsaik commented May 31, 2015

Encoding should be enforced on key while fetching or removing a cookie

@devsaik devsaik closed this May 31, 2015
@devsaik devsaik reopened this May 31, 2015
@pkallos
Copy link

pkallos commented Oct 1, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants