turbomanage / basic-http-client

Automatically exported from code.google.com/p/basic-http-client
73 stars 25 forks source link

HttpGetRequest should check for null queryString #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if params is null we should not append "queryString". Otherwise we have:

http://www.example.com/?null

Original issue reported on code.google.com by thier...@gmail.com on 18 Jun 2012 at 1:25

GoogleCodeExporter commented 9 years ago
I've been meaning to refactor this into HttpRequest constructor, anyway. Fixed 
in trunk with tests for HttpGet. Thanks for the issue report.

Original comment by turboman...@gmail.com on 18 Jun 2012 at 4:24