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 exclude by User-Agent with special characters #8368

Closed
wants to merge 1 commit into from

Conversation

barbushin
Copy link
Contributor

User-Agent matching rule changed from equal substring matching, to all words(\w+) presenting validation. So now special characters and words(\w+) order does not matter.

Also, , character in User-Agent pattern will be automatically replaced to ; before sending to server. It will fix the conflict when , present in User-Agent pattern and in the same way is used to separate patterns in DB store field.

Closes #7978

@barbushin barbushin added the Needs Review PRs that need a code review label Jul 17, 2015
@mattab
Copy link
Member

mattab commented Jul 22, 2015

added to 2.15.0 milestone as the issue #7978 is in 2.15.0 (@barbushin this helps other team members see that your pull request needs review soon)

@tsteur
Copy link
Member

tsteur commented Aug 14, 2015

Nice PR but have to close in favour of #8482 . Thx for the work and the PR, really appreciated

@tsteur tsteur closed this Aug 14, 2015
@tsteur tsteur deleted the 7978_user_agent_exclude_fix branch August 14, 2015 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants