You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content.mkd
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ The `supported-triggers` element(((supported-triggers XML element))) MUST contai
147
147
-`content-update` if the resource supports push notifications on content updates (see {{content-updates}}). It contains a `{DAV:}depth` property that indicates the maximum supported depth.
148
148
-`property-update` if the resource supports push notifications on property updates (see {{property-updates}}). It contains a `{DAV:}depth` property that indicates the maximum supported depth.
149
149
150
-
Clients can use WebDAV `PROPFIND` to retrieve these properties. WebDAV-Push SHOULD only be advertised to clients which are actually allowed to use it.
150
+
Clients can use WebDAV `PROPFIND` to retrieve these properties.
151
151
152
152
Example:
153
153
@@ -449,6 +449,8 @@ WebDAV-Push operates within the usual security context of WebDAV. Servers usuall
449
449
450
450
It's RECOMMENDED
451
451
452
+
WebDAV-Push SHOULD only be advertised to clients which are actually allowed to use it.
453
+
452
454
The general requirements from {{Section 8 of RFC8030}} apply regardless of which transport is used. Especially:
453
455
454
456
- HTTP over TLS MUST be used for all communications.
0 commit comments