Skip to content

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

Open
bjornmosten wants to merge 1 commit into
wcandillon:masterfrom
bjornmosten:master
Open

Added getIndexOfQueryTail function. Returns the index that is likely …#174
bjornmosten wants to merge 1 commit into
wcandillon:masterfrom
bjornmosten:master

Conversation

@bjornmosten
Copy link
Copy Markdown

…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