glide icon indicating copy to clipboard operation
glide copied to clipboard

GlideUrl fix for urls with IPV6 addresses

Open bennettpeter opened this issue 5 months ago • 7 comments

IPV6 URLs are of the form http://[2607:f8b0:4006:823::200e]/ but the code was removing the square brackets from the URL, resulting in an invalid URL and a MalformedURLException.

Description

Cater for IPV6 URLS of the form http://[2607:f8b0:4006:823::200e]/

Motivation and Context

Glide throws exceptions and fails if using IPV6 IP Addresses

bennettpeter avatar Sep 05 '24 17:09 bennettpeter