gklyne / admiral-jiscmrd

Automatically exported from code.google.com/p/admiral-jiscmrd
MIT License
0 stars 0 forks source link

Refactor HTTPUtils.py #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The HTTPUtils.py module uses a global username/password for accessing Databank, 
which could lead to unexpected behaviour when there are concurrent accesses.

A better design would be for HTTPUtils to have a factory method to create an 
HTTP session with a specified username/password, and for subsequent operations 
to be provided through methods on a session object thus created.

Original issue reported on code.google.com by gk-goo...@ninebynine.org on 1 Mar 2011 at 3:12

GoogleCodeExporter commented 8 years ago

Original comment by gk-goo...@ninebynine.org on 1 Mar 2011 at 3:18

GoogleCodeExporter commented 8 years ago

Original comment by bhavana....@gmail.com on 17 Mar 2011 at 5:01

GoogleCodeExporter commented 8 years ago

Original comment by bhavana....@gmail.com on 30 Mar 2011 at 5:37