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

Fix the ability to use ; in config values #4653

Merged
merged 1 commit into from Jun 22, 2023
Merged

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Jun 22, 2023

Config values may contain ; in them as long as ; is not preceded by a space or a tab character.

Fixes: #4651

This regression was introduced in: #4287

Config values may contain `;` in them as long as `;` is not preceded by a
space or a tab character.

Fixes: #4651
@mohmesflir
Copy link

The string of ; separated values that I have been using do not have a space or tab preceding the ;. So this is not working in 3.3.x.

@mohmesflir
Copy link

It does work in versions prior to and including 3.2.3 but not in 3.3.1 or 3.3.2

Copy link
Member

@rnewson rnewson left a comment

Choose a reason for hiding this comment

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

oops

@nickva
Copy link
Contributor Author

nickva commented Jun 22, 2023

The string of ; separated values that I have been using do not have a space or tab preceding the ;. So this is not working in 3.3.x.

That makes sense. The PR should fix it. If you're able to compile and make release yourself let us know if it work.

Thanks for reaching out and reporting the issue.

@nickva nickva merged commit fafa982 into main Jun 22, 2023
14 checks passed
@nickva nickva deleted the fix-comment-parsing-in-config branch June 22, 2023 21:15
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.

csp header parameters require semicolon separated list but seen as comment in .ini file
3 participants