Skip to content

Properly parse file:/// URIs#895

Merged
mattrose merged 1 commit intognome-terminator:masterfrom
mattrose:865-file-links-not-clickable-if-the-root-dir-has-a-underscore
Mar 14, 2024
Merged

Properly parse file:/// URIs#895
mattrose merged 1 commit intognome-terminator:masterfrom
mattrose:865-file-links-not-clickable-if-the-root-dir-has-a-underscore

Conversation

@mattrose
Copy link
Member

Previously, file URIs were lumped in with full uris that would be used for HTTP, FTP, etc. This caused file:/// uri parser to ignore any file with a root dir that had a character that was not a valid hostname character to be ignored.

fixes #865

Previously, file URIs were lumped in with full uris that would be
used for HTTP, FTP, etc.  This caused file:/// uri parser to ignore
any file with a root dir that had a character that was not a valid
hostname character to be ignored.
@mattrose mattrose merged commit 3c0abdf into gnome-terminator:master Mar 14, 2024
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.

file:/// links not clickable if the root dir has a underscore

1 participant