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

Include space in cookie separator #10582

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Include space in cookie separator #10582

merged 1 commit into from
Mar 6, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Mar 6, 2024

The space is not optional. RFC 6265 4.2.1:

cookie-string = cookie-pair *( ";" SP cookie-pair )

The space is not optional. RFC 6265 4.2.1:

```
cookie-string = cookie-pair *( ";" SP cookie-pair )
```
@yawkat yawkat added the type: bug Something isn't working label Mar 6, 2024
@yawkat yawkat added this to the 4.4.0 milestone Mar 6, 2024
@yawkat yawkat requested a review from timyates March 6, 2024 13:43
Copy link

sonarcloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@yawkat yawkat merged commit 49b1102 into 4.4.x Mar 6, 2024
15 checks passed
@yawkat yawkat deleted the cookie-space branch March 6, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants