johnnyhalife / waz-storage

A simple implementation of Windows Azure Storage API for Ruby, inspired by the S3 gems and self experience of dealing with queues. The major goal of the whole gem is to enable ruby developers [like me =)] to leverage Windows Azure Storage features and have another option for cloud storage.
http://waz-storage.heroku.com
MIT License
40 stars 21 forks source link

Issue: Deleting Message #1

Closed jpgarcia closed 14 years ago

jpgarcia commented 14 years ago

It seems that the gem is not properly encoding the url parameters, sometimes when a pop-receipt contains a character that is not URL valid (like "+") it throws a 400 Error and Azure reports that the problem is on the query string value format

johnnyhalife commented 14 years ago

Thanks for reporting it. It's being fixed on Version 0.5.7 of the gem.