Actions
Bug #3797
closedThe use of the deprecated API functions should not be able to be done with a version number higher than 1
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
on Rudder 2.6, it was possible to use the API without version for some instructions like regeneration of CFEngine promises (api/deploy/reload). These API call are considered as Version "1" but now, it is still possible to call these API with any version.
We should forbid any use of API version other than "1" with these call.
Updated by Nicolas PERRON almost 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder/pull/290
Pull Request URL added: https://github.com/Normation/rudder/pull/290
Jon, could you review it, please ?
Updated by Nicolas PERRON almost 12 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:f6a9962a710f9134cced97781230af5f1a87bd56.
Updated by Nicolas PERRON almost 12 years ago
This bug has been fixed in Rudder 2.7.0, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-July/000043.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog27
- Download information: http://www.rudder-project.org/foswiki/Download/
Actions