diff options
author | jake <jake@jakes-mail.top> | 2022-08-15 08:56:11 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-08-15 08:58:13 -0400 |
commit | 9969ee032f73d03ff9dcb5246eced784ce234c87 (patch) | |
tree | 2e14b7edb5803264df5b13364b2a5868f4413dd4 /TO_FIX.md | |
parent | a4e2e344728b5642814877ff908d90d308c33032 (diff) |
Handle space (%20) in path
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,9 +6,6 @@ gmi.pl needs to accept an arguemnt, where the config.toml is located. remove magic numbers -in dir_listing, if a file has white space, then it will not properly display. -server does not do anything with '%20' (whitespace) in path at all. - Be able to listen on more ports and different ip addresses -- make vhost adjustable. make log output user adjustable @@ -16,3 +13,5 @@ make log output user adjustable add client certificate stuff add gmiaccess stuff + +set fork() usage toggleable |