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

Added getIndexOfQueryTail function. Returns the index that is likely … #174

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

Conversation

bjornmosten
Copy link

…to be right after the file extension in the given URI.
The function only allows filename to be extracted from the last forward slash to a query divider if the query divider appears after the forward slash in the given string (URI).

This makes URI:s like
https://example.com/img?path=/photos/example&w=1000
work with this package, whereas previously the filename would become something like path=/photos which appears to reference a non-existent directory, breaking caching.

…to be right after the file extension in the given URI.
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