-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpFoundation] allow additinal characters in not raw cookies #33646
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failing tests need to be changed
Hello!
number 3 is for Symfony's function |
Does anybody know how to rebuild failed because of timeout pipeline? Probably I don't have rights |
@marie I've just restarted the job for you. |
@fabpot thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some more nitpicking :)
@marie To help me merge this PR, can you squash the commits? Also, is it for 4.3 only, don't we have the same issue on 3.4? |
@fabpot yes, we have to merge it to 3.4 too. Should I create a new PR instead of this one? Do you know why one of builds failed with error -1073741819? |
No worries, I'm going to take care of the rebase. |
Thank you @marie. |
…kies (marie) This PR was merged into the 3.4 branch. Discussion ---------- [HttpFoundation] allow additinal characters in not raw cookies | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | Tickets | Fix #33619 | License | MIT > **Description** > When creating a non-raw Cookie, it is impossible to provide a name that contains characters matching the regex class [=,; \t\r\n\013\014] **Solution**: Check with this regex only raw cookie Commits ------- 4db1402 [HttpFoundation] allow additinal characters in not raw cookies
Solution: Check with this regex only raw cookie