PerfectlySoft / Perfect-HTTP

Base HTTP Support for Perfect.
https://www.perfect.org
Apache License 2.0
31 stars 34 forks source link

Enable the usage of files with white spaces. #18

Closed PierrePerrin closed 6 years ago

PierrePerrin commented 6 years ago

When the url is encoded, the perfect file handler is unable fine the file because of percentageEncoding. Removing this encoding to the file path fixes the issue.

kjessup commented 6 years ago

I implemented this a little bit differently, but the fix is in place. Tagged 3.0.3. Thank you!