mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Add ; to chars allowed in URIPATH
This commit is contained in:
parent
ce1f639010
commit
df33b88f3a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ URIPROTO [A-Za-z]+(\+[A-Za-z+]+)?
|
|||
URIHOST %{IPORHOST}(?::%{POSINT:port})?
|
||||
# uripath comes loosely from RFC1738, but mostly from what Firefox
|
||||
# doesn't turn into %XX
|
||||
URIPATH (?:/[A-Za-z0-9$.+!*'(),~:#%_-]*)+
|
||||
URIPATH (?:/[A-Za-z0-9$.+!*'(),~:;#%_-]*)+
|
||||
#URIPARAM \?(?:[A-Za-z0-9]+(?:=(?:[^&]*))?(?:&(?:[A-Za-z0-9]+(?:=(?:[^&]*))?)?)*)?
|
||||
URIPARAM \?[A-Za-z0-9$.+!*'(),~#%&/=:;_-]*
|
||||
URIPATHPARAM %{URIPATH}(?:%{URIPARAM})?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue