Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse the filename correctly #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ajavier
Copy link

@ajavier ajavier commented Aug 3, 2017

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]

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 is "file.c".

Signed-off-by: Javier Albornoz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant