On Tue, Jun 24, 2014 at 9:01 AM, Sébastien Marie < [email protected]> wrote:
> As I see not activity or feedback for this one line patch, I think it > need more explain ? > Sorry, the patch is incorrect; per RFC 3986, the parser is correct to split the authority on the first '@'. The correct method to include an '@' in the userinfo part is to percent-encode it as %40. Philip Guenther
