Failure to load URLs without a trailing "/" following the path #1

Closed
opened 2020-10-03 06:36:34 +00:00 by Ghost · 0 comments

Rocketeer does not "fix" URLs in which the path does not end in a trailing slash ("/"). The browser does, however, append slashes to the ends of domain names.

For example:
gemini://rawtext.club will be appended with a slash (gemini://rawtext.club/) and load successfully, but gemini://rawtext.club/~mieum will be left as-is and fail to load.

Rocketeer does not "fix" URLs in which the *path* does not end in a trailing slash ("/"). The browser does, however, append slashes to the ends of domain names. For example: `gemini://rawtext.club` will be appended with a slash (`gemini://rawtext.club/`) and load successfully, but `gemini://rawtext.club/~mieum` will be left as-is and fail to load.
shadowfacts added the
bug
label 2020-10-03 13:54:41 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shadowfacts/Gemini#1
No description provided.