Skip to content

Commit 35607ac

Browse files
committed
docs: update
1 parent 31ead4c commit 35607ac

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An asynchronous WebDAV server implementation, Support multi-provider, multi-acco
2222
- Support optional home directory
2323
- Support store password in raw/hashlib/LDAP(experimental) mode
2424
- Full asyncio file IO
25-
- Passed all [litmus(0.13)](http://www.webdav.org/neon/litmus) test, except 3 warning
25+
- Passed all [litmus(0.13)](http://www.webdav.org/neon/litmus) test, except 1 warning(A security alert that will not be triggered in an ASGI environment.)
2626
- Browse the file directory in the browser
2727
- Support HTTP Basic/Digest authentication
2828
- Support response in Gzip/Zstd

docs/compatibility.en.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
### Test Tools
1717

1818
- [litmus(0.13)](http://www.webdav.org/neon/litmus)
19-
- user-agent name: `litmus/0.13 neon/0.31.2`
20-
- Version string(in debug.log): `neon 0.31.2: Library build, IPv6, libxml 2.9.10, zlib 1.2.11, GNU TLS 3.6.14.`
19+
- user-agent name: `litmus/0.13 neon/0.34.2litmus/0.13 neon/0.34.2`
20+
- `Version string: neon 0.34.2: Library build, IPv6, libxml 2.9.14, zlib 1.3.1, GNU TLS 3.8.9.` in debug.log
2121

2222
Run test
2323

@@ -31,7 +31,7 @@ litmus http://IPAddress:8000/provider/memory username password
3131

3232
### ASGI WebDAV
3333

34-
- Version: 1.3.2
34+
- Version: 2.0.0
3535

3636
```shell
3737
python -m asgi_webdav -c examples/config/litmus.toml -H 0.0.0.0
@@ -126,8 +126,7 @@ python -m asgi_webdav --litmus # Deprecated
126126
15. cond_put.............. pass
127127
16. fail_cond_put......... pass
128128
17. cond_put_with_not..... pass
129-
18. cond_put_corrupt_token WARNING: PUT failed with 412 not 423
130-
...................... pass (with 1 warning)
129+
18. cond_put_corrupt_token pass
131130
19. complex_cond_put...... pass
132131
20. fail_complex_cond_put. pass
133132
21. unlock................ pass
@@ -147,12 +146,10 @@ python -m asgi_webdav --litmus # Deprecated
147146
35. refresh............... pass
148147
36. indirect_refresh...... pass
149148
37. unlock................ pass
150-
38. unmapped_lock......... WARNING: LOCK on unmapped url returned 200 not 201 (RFC4918:S7.3)
151-
...................... pass (with 1 warning)
149+
38. unmapped_lock......... pass
152150
39. unlock................ pass
153151
40. finish................ pass
154152
<- summary for `locks': of 41 tests run: 41 passed, 0 failed. 100.0%
155-
-> 2 warnings were issued.
156153
-> running `http':
157154
0. init.................. pass
158155
1. begin................. pass
@@ -370,6 +367,6 @@ See debug.log for network/debug traces.
370367

371368
| | basic | copymove | props | locks | http |
372369
| --------------------------- | ---------- | ---------- | ----- | ---------- | ---- |
373-
| ASGI WebDAV | 1 warning | pass | pass | 2 warnings | pass |
370+
| ASGI WebDAV | 1 warning | pass | pass | pass | pass |
374371
| Apache mod_webdav in docker | pass | pass | pass | 2 warnings | pass |
375372
| Nginx in Docker | 2 warnings | 3 warnings | skip | skip | skip |

docs/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An asynchronous WebDAV server implementation, Support multi-provider, multi-acco
2222
- Support optional home directory
2323
- Support store password in raw/hashlib/LDAP(experimental) mode
2424
- Full asyncio file IO
25-
- Passed all [litmus(0.13)](http://www.webdav.org/neon/litmus) test, except 3 warning
25+
- Passed all [litmus(0.13)](http://www.webdav.org/neon/litmus) test, except 1 warning(A security alert that will not be triggered in an ASGI environment.)
2626
- Browse the file directory in the browser
2727
- Support HTTP Basic/Digest authentication
2828
- Support response in Gzip/Zstd

docs/index.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- 支持可选的家目录
2323
- 支持将密码以 原始/hashlib/LDAP(试验性特性) 方式存储
2424
- 完整的异步文件 IO
25-
- 通过 WebDAV 官方的 [litmus(0.13)](http://www.webdav.org/neon/litmus) 测试, 仅有两个警告
25+
- 通过 WebDAV 官方的 [litmus(0.13)](http://www.webdav.org/neon/litmus) 测试, 仅有一个警告(在ASGI环境不会触发的安全性告警)
2626
- 可在浏览器中浏览文件目录
2727
- 支持 HTTP Basic/Digest 认证
2828
- 支持 Gzip/Zstd 压缩

0 commit comments

Comments
 (0)