Skip to content

Commit

Permalink
- uri paths can have /[@{}]/ in it
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Oct 25, 2009
1 parent 226027c commit 78cfbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/grok-patterns
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ URIPROTO [A-z]+(\+[A-z+]+)?
URIHOST %{IPORHOST}(?::%{PORT})?
# uripath comes loosely from RFC1738, but mostly from what Firefox
# doesn't turn into %XX
URIPATH (?:/[A-z0-9$.+!*'(),~#%-]*)+
URIPATH (?:/[A-z0-9@$.+!*'(){},~#%-]*)+
URIPARAM \?(?:[A-z0-9]+(?:=(?:[^&]*))?(?:&(?:[A-z0-9]+(?:=(?:[^&]*))?)?)*)?
URIPATHPARAM %{URIPATH}(?:%{URIPARAM})?
URI %{URIPROTO}://(?:%{USER}(?::[^@]*)?@)?(?:%{URIHOST})?(?:%{URIPATH})?(?:%{URIPARAM})?
Expand Down

0 comments on commit 78cfbff

Please sign in to comment.