MolyJamCollective / MolySite

http://www.molyjam.com
1 stars 1 forks source link

AWS Space Char Handling #68

Open sirwolfgang opened 11 years ago

sirwolfgang commented 11 years ago

The url encoding of spaces (%20) gets double encoded, turning it to %2520. Which is all great except AWS file servers have taken to handling the space issue by replacing spaces with the '+' char. So basicly the permission is working, the file just isn't found with files that have spaces in the names.