sight icon indicating copy to clipboard operation
sight copied to clipboard

Parse the filename correctly

Open ajavier opened this issue 7 years ago • 0 comments

Remove the URL query parameters before extracting the filename from the URL.

If the URL query parameters contain slashes, when the function split the URL string, it got the filename wrongly. Therefore, the syntax highligthing does not work properly.

For example:

https://gerrit.example.com/path/to/file.c?h=branch/name

was returning "name" as filename, when the expected output was "file.c".

Signed-off-by: Javier Albornoz [email protected]

ajavier avatar Aug 03 '17 16:08 ajavier