ptth/todo.md

24 lines
629 B
Markdown
Raw Normal View History

2020-11-06 05:17:29 +00:00
- Not working behind Nginx
- Try sending the http_response "OK" _after_ the request body is received
- Sort directory listings
- ".." from server to server list is broken
- Redirect to add trailing slashes
2020-11-03 16:00:50 +00:00
- Add file size in directory listing
- Allow spaces in server names
- Make file_server_root mandatory
- Deny unused HTTP methods for endpoints
- Hide ptth_server.toml from file server
2020-11-06 18:49:41 +00:00
- ETag cache based on mtime
- Server-side hash?
2020-11-02 03:34:50 +00:00
- Log / audit log?
2020-10-31 16:53:38 +00:00
- Prevent directory traversal attacks in file_server.rs
2020-10-29 12:45:35 +00:00
- Error handling
- Reverse proxy to other local servers
Off-project stuff:
- Benchmark directory entry sorting