mirror of
https://github.com/pgsty/silo.git
synced 2026-09-24 19:32:19 +00:00
9ca3372870
Without this change listObjects() goes into an infinite loop for files which have special characters i.e "++" encoded with "%2B%2B". We have to unescape and convert them to their native representation before being used internally. Fixes #1052