TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Fix for early destroyed resources #173 #189

Closed levaja closed 9 years ago

levaja commented 9 years ago

HttpResponse was deleted (closed) before HttpEntity has been returned (in finally block). This bug resulted in incomplete user/project registrations.

Fixed by putting complete HttpResponse-reading logic in NetworkUtils class. JsonTransfer now only operates with Strings.