forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocdav: Properly escape oc:name in propfind response
The oc:name property in the ocdav propfind response might contain XML special characters. We now apply the proper escaping on that propert. owncloud/ocis#4474
- Loading branch information
Showing
3 changed files
with
44 additions
and
2 deletions.
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,8 @@ | ||
Bugfix: Properly escape oc:name in propfind response | ||
|
||
The oc:name property in the ocdav propfind response might contain | ||
XML special characters. We now apply the proper escaping on that | ||
propert. | ||
|
||
https://github.com/cs3org/reva/pull/xxxx | ||
https://github.com/owncloud/ocis/issues/4474 |
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