Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@domdorn
Copy link
Member

@domdorn domdorn commented Oct 23, 2014

if a form is submitted as multipart/form-data and a field in this form has a colon in its name
e.g. "message_id:signature", the original parameter name would be lost and translated to "message_idsignature"

New pull request of
#3404
because I don't know how to modify an existing pull request.

@jroper
Copy link
Member

jroper commented Oct 23, 2014

This will need to be fixed with the same fix as required for #3547, it's just that the 2.3.x branch doesn't have any tests.

@domdorn
Copy link
Member Author

domdorn commented Oct 28, 2014

updated with the same fix as #3547 (which has tests)

@benmccann
Copy link
Contributor

@domdorn a tip for updating pull requests :-) when i create a pull request i start on the lastest code of the master branch, create a new branch (git checkout -b branch_name), make my changes, commit, push, and then go to the project on github to create the pull request. then when i need to update a pull request i change the code on that branch, commit, and do a force push (push -f)

jroper added a commit that referenced this pull request Oct 29, 2014
handle multipart fields with colon inside #3404
@jroper jroper merged commit ac5d605 into playframework:2.3.x Oct 29, 2014
@domdorn
Copy link
Member Author

domdorn commented Oct 30, 2014

thx ben! will do it like this next time :)

cchantep pushed a commit to cchantep/playframework that referenced this pull request Oct 30, 2014
corruptmemory pushed a commit to corruptmemory/Play20 that referenced this pull request Oct 31, 2014
@pvlugter pvlugter added this to the 2.3.7 milestone Dec 4, 2014
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.

4 participants