-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
async operation always returns HTTP code 202 #32598
Comments
GitMate.io thinks the contributor most likely able to help you is @PVince81. Possibly related issues are #24509 (Async file operations), #235 (no http error code), #32594 ([WIP] [stable10] tests async operations), #2127 (WebDAV: MKCOL in non edit shared folder returns HTTP result code 201), and #11812 (Return generic HTTP errors from controllers). |
to be discussed with @DeepDiver1975 I think this is not critical |
This has been discussed already - pre processing can be done on the initial request. @PVince81 you can assign me to this for the next sprint |
Steps to reproduce
Expected behaviour
4xx code should be returned see #32580 (comment)
Actual behaviour
202 is returned
There is a correct error code in OC-JobStatus-Location, but the request itself returns 202
same happens on other illegal operations, e.g. move without permission, rename to illegal names, etc.
The text was updated successfully, but these errors were encountered: