Comment by ๐Ÿ›ธ bluesman

Re: "Illegal Character In URL"

In: u/bluesman

I added a status message. Blink and you'll miss it though - the text gets replaced with load time, TLS type and cipher suite once the page is done loading. Someday I'll add a log viewer and curious minds will be able to find it there.

๐Ÿ›ธ bluesman [OP]

2025-09-14 ยท 8 months ago

Original Post

๐Ÿ›ธ bluesman

Illegal Character In URL โ€” A link showed up in Antenna today that won't open in Alhena because the URL contains an unecoded ">". Alhena uses Java's URI class to parse out the scheme, host, path and query and since the URI class strictly implements RFC3986, trying to parse the url throws an exception. That said, the link will open in Lagrange and Amfora. I could probably do some gymnastics to make it work but I'm leaning towards displaying an error message instead. I can't find anything in the...

๐Ÿ’ฌ 5 comments ยท 2025-09-14 ยท 8 months ago