antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow multiple slashes in URL path

bendrissou opened this issue · comments

Hi,

Common URL parsers such as curl allow multiple consecutive slashes in the URLs.

e.g.
https://google.com////s

However, the current URL grammar does not support this feature.