When calling the following constructor RedmineManager(String host, String apiAccessKey), the downloadAttachment(...) returns only the redmine html login page because the Transport doesn't contain the needed credentials.
With login and password works as expected.
When calling the following constructor RedmineManager(String host, String apiAccessKey), the downloadAttachment(...) returns only the redmine html login page because the Transport doesn't contain the needed credentials.
With login and password works as expected.