simonfree / cfAWSWrapper

A Series of ColdFusion Wrappers for Amazon Web Services
16 stars 9 forks source link

Changed some listgetat()s used to split pairs #7

Closed cfchris closed 12 years ago

cfchris commented 12 years ago

Our CTO was trying to process mail receipts. The "ReceiptHandle" ends in an "=". The listgetat()s on position 1 and 2 were getting rid of that. (He had quite a time tracking that down...)

We changed those to listfirst() and listrest(). Problem solved!

simonfree commented 12 years ago

That is awesome! That bug has been a pain in my side for a bit. I was having a hard time working out what the deal was.