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

Backported session fix to 1.1.x #615

Merged
merged 2 commits into from Aug 6, 2013

Conversation

jroper
Copy link
Member

@jroper jroper commented Aug 6, 2013

No description provided.

@guillaumebort
Copy link
Contributor

It breaks the flash test. Will investigate.

flash.append("\u0000");
}
String flashData = URLEncoder.encode(flash.toString(), "utf-8");
String flashData = CookieDataCodec.encode(data);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to encode the out hash instead of the data one here. Will fix it during the merge.

@guillaumebort guillaumebort merged commit 92c439e into playframework:1.1.x Aug 6, 2013
ets pushed a commit to ets/play that referenced this pull request Aug 6, 2013
xael-fry pushed a commit to xael-fry/play that referenced this pull request Aug 7, 2013
ransombriggs pushed a commit to ransombriggs/play that referenced this pull request Aug 7, 2013
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.

None yet

3 participants