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

rules: Properly handle conflicts on PUT and POST #76

Merged
merged 1 commit into from
Jun 15, 2018
Merged

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Jun 15, 2018

Previously, PUT and POST did not result in errors (409) when non-existing
resources were modified, or existing resources were created.
This patch resolves that.

Closes #38

@aeneasr aeneasr self-assigned this Jun 15, 2018
@aeneasr aeneasr added the bug Something is not working. label Jun 15, 2018
Previously, PUT and POST did not result in errors (409) when non-existing
resources were modified, or existing resources were created.
This patch resolves that.

Closes #38
@aeneasr aeneasr merged commit 83b591d into master Jun 15, 2018
@aeneasr aeneasr deleted the close-38 branch June 15, 2018 15:11
NickUfer pushed a commit to NickUfer/oathkeeper that referenced this pull request Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PUT rules/unknownId does not error
1 participant