Corewala / Buran

Gemini browser for Android
GNU General Public License v3.0
107 stars 10 forks source link

Buran 1.9 crashing on relative redirects without leading slash #18

Closed acidus99 closed 2 years ago

acidus99 commented 2 years ago

Noticed Buran 1.9 crashes on these links:

gemini://the-brannons.com/about gemini://the-brannons.com/posts

Both return a 31 redirect without a leading /.

e.g.: gemini://the-brannons.com/about return 31 about/

Corewala commented 2 years ago

I forgot to include the protocol scheme in the redirect resolver. Fixed.