mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Periods are common in usernames, allowed in most cases and RFC2617 thinks they are ok
This commit is contained in:
parent
4cf6a68081
commit
0ea3cbca40
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
USERNAME [a-zA-Z0-9_-]+
|
||||
USERNAME [a-zA-Z0-9._-]+
|
||||
USER %{USERNAME}
|
||||
INT (?:[+-]?(?:[0-9]+))
|
||||
BASE10NUM (?<![0-9.+-])(?>[+-]?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue