Some URLs unrecognized or mangled #18

Closed
opened 2020-06-07 11:01:49 +00:00 by kseistrup · 1 comment

In commit 98dc9a96b4 some URLs are unrecognized:

The .gmi file

=> dat://btk.datkey.dk/
=> https://btk.hashbase.io/

will show only one link:

[1] https://btk.hashbase.io/

and completely ignore the DAT link.

And other URLs are mangled. e.g.:

=> mailto:me@example.com
=> xmpp:me@example.net

become rendered as

[1] gemini://mailto:me@example.com
[2] gemini://xmpp:me@example.net
In commit 98dc9a96b4715b5a770a364c63c181c85d9159a1 some URLs are unrecognized: The `.gmi` file ``` => dat://btk.datkey.dk/ => https://btk.hashbase.io/ ``` will show only one link: ``` [1] https://btk.hashbase.io/ ``` and completely ignore the DAT link. And other URLs are mangled. e.g.: ``` => mailto:me@example.com => xmpp:me@example.net ``` become rendered as ``` [1] gemini://mailto:me@example.com [2] gemini://xmpp:me@example.net ```
Owner

Thanks for the report! I will investigate...

Thanks for the report! I will investigate...
Sign in to join this conversation.
No Milestone
No Assignees
2 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: solderpunk/AV-98#18
No description provided.