itang / gohttp

Alternatives for “python -m SimpleHTTPServer”, using golang
Apache License 2.0
83 stars 8 forks source link

Having # in the filename makes the file unreachable #8

Closed rikvdh closed 7 years ago

rikvdh commented 7 years ago

When I serve a folder with a file having a # in the name, it is not retrievable. The # is not URL-encoded to %23.