-
Notifications
You must be signed in to change notification settings - Fork 136
Add status code 423 Locked #1321
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
base: main
Are you sure you want to change the base?
Conversation
|
I have created an Eclipse Foundation account, linked my Github account and signed the Eclipse Contributor agreement but the check is still failing, I don't know what's missing. |
|
It doesn't look like your commit is signed https://api.eclipse.org/git/eca/status/gh/jakartaee/rest/1321 |
| * 423 Locked, see <a href="https://datatracker.ietf.org/doc/html/rfc4918#section-9.8.5">RFC 4918: HTTP Extensions | ||
| * for Web Distributed Authoring and Versioning</a>. | ||
| * | ||
| * @since 3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be @since 5.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| */ | ||
| EXPECTATION_FAILED(417, "Expectation Failed"), | ||
| /** | ||
| * 423 Locked, see <a href="https://datatracker.ietf.org/doc/html/rfc4918#section-9.8.5">RFC 4918: HTTP Extensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link should probably be https://datatracker.ietf.org/doc/html/rfc4918#section-11.3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
It looks like it needed some time in order to detect the change, now it says "The author(s) of the pull request is covered by necessary legal agreements in order to proceed!" |
This adds the Locked status code for cases where the requested REST resource has been locked.
For example, if a resource is being updated and we need to lock it while the update is in progress.