-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change response status to maintain backwards compatibility to ownClou…
…d 10 (#1259) Signed-off-by: David Christofas <dchristofas@owncloud.com>
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: Fix propfind response code on forbidden files | ||
|
||
When executing a propfind to a resource owned by another user the service would respond with a HTTP 403. | ||
In ownCloud 10 the response was HTTP 207. This change sets the response code to HTTP 207 to stay backwards compatible. | ||
|
||
https://github.com/cs3org/reva/pull/1259 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters