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

Apache2 Parser config: Allow \" in the user-agent #566

Merged
merged 1 commit into from
May 18, 2018
Merged

Apache2 Parser config: Allow \" in the user-agent #566

merged 1 commit into from
May 18, 2018

Conversation

Quarky9
Copy link
Contributor

@Quarky9 Quarky9 commented Apr 16, 2018

The user-agent comes from the client and we cannot prevent " within it, so certain entries wont be parsed.
User-Agent is the last column in access.log so we cannot miss anything afterwards anyways.
eg. x.x.x.x - - [16/Apr/2018:16:19:20 +0000] "POST /myURL HTTP/1.1" 200 8073 "-" "Dalvik/2.1.0 (Linux; U; Android 5.1; Alba 10" Build/LMY47I)"

…s as well as being the last column anyways

Signed-off-by: Stefan Reimer <[email protected]>
@edsiper edsiper merged commit a43f02b into fluent:master May 18, 2018
@edsiper
Copy link
Member

edsiper commented May 18, 2018

thanks!

edsiper pushed a commit that referenced this pull request May 21, 2018
rawahars pushed a commit to rawahars/fluent-bit that referenced this pull request Oct 24, 2022
* pipeline: filters: modify: fix key_does_not_exist parameter2

Signed-off-by: Takahiro Yamashita <[email protected]>

* pipeline: filters: modify: support record accessor for Condition

Signed-off-by: Takahiro Yamashita <[email protected]>
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

2 participants