Message228720
Hi karl,
Of course it is correct that the user agent is redirected to http://example.com/bar#test when it got such response. However, it never means UA can send an HTTP request containing fragment part.
In RFC7230 section 3.1.1, HTTP request line is defined as:
request-line = method SP request-target SP HTTP-version CRLF
where request-target is defined in section 5.3. In usual case, it is origin-form:
origin-form = absolute-path [ "?" query ]
which never includes fragment part.
This means current urllib behavior violates HTTP/1.1 spec. |
|
Date |
User |
Action |
Args |
2014-10-06 16:29:00 | takahashi.shuhei | set | recipients:
+ takahashi.shuhei, orsenthil, ezio.melotti, mher, karlcow, BreamoreBoy |
2014-10-06 16:29:00 | takahashi.shuhei | set | messageid: <1412612940.68.0.41704345894.issue18119@psf.upfronthosting.co.za> |
2014-10-06 16:29:00 | takahashi.shuhei | link | issue18119 messages |
2014-10-06 16:29:00 | takahashi.shuhei | create | |
|