This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients Albert.Weichselbraun, amaury.forgeotdarc, flox, orsenthil
Date 2010-08-21.12:05:13
SpamBayes Score 0.010927553
Marked as misclassified No
Message-id <1282392316.99.0.345138654133.issue9655@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed with telnet sessions:

== Simulate "urllib2" ==

$ telnet www.mfsa.com.mt 80
GET /insguide/english/glossarysearch.jsp?letter=all HTTP/1.1
Accept-Encoding: identity
Host: www.mfsa.com.mt
Connection: close
User-Agent: Python-urllib/2.7

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=D34D395A7654B6532F6F6DFF81FC91C3; Path=/insguide
Content-Type: text/html
Date: Sat, 21 Aug 2010 11:54:25 GMT
Connection: close

Connection closed by foreign host.
$ 

== Simulate "urllib" ==

GET /insguide/english/glossarysearch.jsp?letter=all HTTP/1.0
Host: www.mfsa.com.mt
User-Agent: Python-urllib/1.17

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=84D9D8DF76546751908F388D8889BB47; Path=/insguide
Content-Type: text/html
Transfer-Encoding: chunked
Date: Sat, 21 Aug 2010 11:54:06 GMT

400
<html>...
$
History
Date User Action Args
2010-08-21 12:05:17floxsetrecipients: + flox, amaury.forgeotdarc, orsenthil, Albert.Weichselbraun
2010-08-21 12:05:16floxsetmessageid: <1282392316.99.0.345138654133.issue9655@psf.upfronthosting.co.za>
2010-08-21 12:05:14floxlinkissue9655 messages
2010-08-21 12:05:13floxcreate