GURL raw("http://user:pass@/");
CHECK(raw.is_valid());
GURL origin = raw.GetOrigin();
CHECK(origin.is_valid());
The first CHECK passes. The second check fails.
The first CHECK seems like it should fail.
Original issue reported on code.google.com by willchan@chromium.org on 13 Jul 2009 at 10:23
Original issue reported on code.google.com by
willchan@chromium.org
on 13 Jul 2009 at 10:23