1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Properly escape special characters in fs/directory_listing. (#355)

This commit is contained in:
Gowee
2018-06-30 20:01:48 +08:00
committed by Douman
parent 0f27389e72
commit 0be5448597
3 changed files with 10 additions and 3 deletions

View File

@ -57,6 +57,7 @@ base64 = "0.9"
bitflags = "1.0"
failure = "0.1.1"
h2 = "0.1"
htmlescape = "0.3"
http = "^0.1.5"
httparse = "1.2"
log = "0.4"