Open thebitbrine opened 7 years ago
cannot reproduce. Can you try again? (a bit late reply, but... ;))
@thebitbrine Hi, I know a bit old here, but maybe this is the same issue I had, I also got only a white page if I had a dot in the path name.
You can have a look here: https://github.com/jgauffin/Griffin.WebServer/issues/42
I'm trying to set it up to serve some files from my drive, it does list the files correctly But the links lead to nowhere, it just brings up an empty page and it doesn't even throw any exceptions. Whenever i click on the link it redirects me to:
http://localhost:8080/HugeFile.zip/HugeFile.zip
However the file is located under drive E:\HugeFile.zipand this is what i get in the headers of the response:
I tested the sample code provided in project files and got the same results, anyway here's the snippet i currently use (From: blog.gauffin.org):