Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading attachments not possible when connected via API access key #121

Closed
ZenitK opened this issue Feb 25, 2014 · 3 comments
Closed
Labels
Milestone

Comments

@ZenitK
Copy link

ZenitK commented Feb 25, 2014

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.

@ghost
Copy link

ghost commented Jul 28, 2014

Confirm this.

@alexeyOnGitHub alexeyOnGitHub added this to the 2.1.0 milestone Jan 11, 2015
@alexeyOnGitHub alexeyOnGitHub removed this from the 2.1.0 milestone Jan 26, 2015
@alexeyOnGitHub alexeyOnGitHub added this to the 2.1.1 milestone Feb 7, 2015
@alexeyOnGitHub alexeyOnGitHub modified the milestones: 2.2.1, 2.2.0 Mar 18, 2015
kkapron added a commit to kkapron/redmine-java-api that referenced this issue Apr 22, 2015
@keritaf
Copy link
Contributor

keritaf commented Jun 22, 2015

Should we really build content URL ourselves? As I see it, we can add API key to the URL if the key is specified. I propose PR #202 as a fix.

@alexeyOnGitHub
Copy link
Member

nobody worked on this in the recent times, so let's move out of the current release again.
please let me know if you want to create a proper fix for this issue with tests and all.

@alexeyOnGitHub alexeyOnGitHub removed this from the 2.6.0 milestone Nov 12, 2015
alexeyOnGitHub added a commit that referenced this issue Nov 12, 2015
Fix for #121  download attachments using API access key
@alexeyOnGitHub alexeyOnGitHub added this to the 2.7.0 milestone Nov 12, 2015
@alexeyOnGitHub alexeyOnGitHub modified the milestones: 3.0.0, 2.7.0 Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants