mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
2f9dd390d5
WebDAV server protocol compliance test suite. Tests include: - OPTIONS for DAV: header - PUT, GET with byte comparison - MKCOL - DELETE (collections, non-collections) - COPY, MOVE using combinations of: o overwrite t/f o destination exists/doesn't exist o collection/non-collection - Property manipulation and querying: o set, delete, replace properties o persist dead props across COPY o namespace handling - Locking o attempts to modify locked resource (as lock owner, not owner) o shared/exclusive locks, lock discovery usage: litmus <url> <username> <password> WWW: http://www.webdav.org/neon/litmus/ Submitted by: pi@FreeBSD.org
23 lines
624 B
Plaintext
23 lines
624 B
Plaintext
WebDAV server protocol compliance test suite.
|
|
|
|
Tests include:
|
|
- OPTIONS for DAV: header
|
|
- PUT, GET with byte comparison
|
|
- MKCOL
|
|
- DELETE (collections, non-collections)
|
|
- COPY, MOVE using combinations of:
|
|
o overwrite t/f
|
|
o destination exists/doesn't exist
|
|
o collection/non-collection
|
|
- Property manipulation and querying:
|
|
o set, delete, replace properties
|
|
o persist dead props across COPY
|
|
o namespace handling
|
|
- Locking
|
|
o attempts to modify locked resource (as lock owner, not owner)
|
|
o shared/exclusive locks, lock discovery
|
|
|
|
usage: litmus <url> <username> <password>
|
|
|
|
WWW: http://www.webdav.org/neon/litmus/
|