-
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.
Signed-off-by: Christian Richter <[email protected]>
- Loading branch information
1 parent
ae7c58b
commit a3dde25
Showing
2 changed files
with
17 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,9 @@ | ||
Bugfix: Fix malformed uid string in cache | ||
|
||
The rediscache returns a uid in the format of `<tablename>uid:<someuid>` in the getter | ||
this results in issues when trying to delete the key from the cache store, because | ||
the Delete function will prepend the table name to the string which will not be resolvable in redis | ||
(e.g. `<tablename><tablename>uid:<somuid>`) | ||
|
||
https://github.com/cs3org/reva/pull/3338 | ||
https://github.com/owncloud/ocis/issues/4772 |
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