Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle encoded and non-encoded filenames
Yaws issue 378 was due to incorrect handling of percent-encoded filenames. The fix for that in commit bc691ea led to the problem described in commit 866f363, but that commit again broke 378. To handle both issues, change yaws_api:url_decode_with_encoding/2 to employ the unicode decoding approaches from both commits.
- Loading branch information