-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use oc-etag instead of etag * Bump sdk
- Loading branch information
Jan
authored
May 12, 2022
1 parent
86ad2a3
commit 9f94ad0
Showing
4 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
changelog/unreleased/bugfix-use-oc-etag-instead-of-etag-in-text-editor
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,9 @@ | ||
Bugfix: Use OC-ETag instead of ETag in text editor app | ||
|
||
We've fixed a bug, where the ETag instead of OC-ETag in the text editor app was used, | ||
due to server encoding, the ETag might be manipulated and contain the gzip suffix on a large text file. | ||
Saving the respective file, might cause an error, as the sent ETag doesn't match the server's ETag. | ||
|
||
https://github.com/owncloud/web/pull/6952 | ||
https://github.com/owncloud/web/issues/6947 | ||
https://github.com/owncloud/web/issues/4605 |
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
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
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