Defect #6447
closedIssues API doesn't allow full key auth for all actions
100%
Description
Needs an accept_key_auth
so full key actions can work (i.e. not HTTP basic based keys).
Simple fix but I want to have a solid test suite for this so we can reuse it as new APIs are added.
Related issues
Updated by takatomo okitsu about 14 years ago
Please fix this problem before cording test suite? minimum fix about issues_controller.rb and project_controller.rb.
Updated by Eric Davis about 14 years ago
- Status changed from New to 7
I'm working on this now by cleaning up the existing tests to see which actions are missing the auth key option.
Updated by Eric Davis about 14 years ago
- Status changed from 7 to Resolved
- Target version set to 1.0.4
- % Done changed from 0 to 100
- Resolution set to Fixed
Fixed in various commits over this week. Now the basic issues API should allow authentication with any of the methods Redmine supports.
I also rewrote the test suite for the Issues API so it's much more through now. (391 tests, 403 assertions)
Updated by Eric Davis almost 14 years ago
- Assignee deleted (
Eric Davis)
I am stepping down from working on Redmine. If someone else is interesting in working on this issue, feel free to reassign it to them.
Eric Davis
Updated by Jean-Philippe Lang almost 14 years ago
- Status changed from Resolved to Closed
All the required changes are merged in 1.0-stable (r4439).