Project

General

Profile

# Date Author Comment
57866 12/12/2019 04:23 PM Alessia Bardi

#5185: Improved logging and handling of HTTP status codes

53932 22/11/2018 06:40 PM Alessia Bardi

Upgrade to commons.net:commons.net 3.6 (from 3.3) and commons-httpclient 4.5.6 (from 3.1).
using HttpConnector where needed.
httpConnector can now return an InputStream and not only a string.

52727 11/07/2018 06:21 PM Claudio Atzori

added request url in error log

51958 08/05/2018 11:16 AM Miriam Baglioni

added default value to responseType variable

51955 08/05/2018 10:40 AM Miriam Baglioni

add private variable responseType and getter for it and code to assign it the responseType value

51556 28/03/2018 03:39 PM Claudio Atzori

javadoc and some java8 stuff

50772 16/02/2018 12:32 PM Alessia Bardi

HttpConnector connection leak? trying to solve by disconnecting the HttpConnection

50665 09/02/2018 05:44 PM Jochen Schirrwagen

updated imports for commons-lang3

50042 01/12/2017 04:19 PM Jochen Schirrwagen

check condition retry-after in combination with HTTP-Status 503

49643 23/10/2017 06:24 PM Alessia Bardi

Moved HttpConnector in common package

48804 05/08/2017 06:45 PM Jochen Schirrwagen

update user-agent to "Mozilla/5.0 (compatible; OAI; +http://www.openaire.eu)", the word "Harvester" caused 403 status code in one case

45198 10/01/2017 04:07 PM Claudio Atzori

codebase used to migrate to java8 the production system