Closed geeohgeegeeoh closed 1 year ago
23,25c23,26 < safe = URI.escape( url ) < safe = URI.escape( safe, "!*'();:@&=+$,/?#[]" ) < return safe --- > return URI.encode_www_form_component(url, enc=nil) > #safe = URI.escape( url ) > #safe = URI.escape( safe, "!*'();:@&=+$,/?#[]" ) > #return safe
Thank you.
I believe this was fixed by another issue. This should no longer be an issue in 1.5.1 onward.