umegaya / lua-aws

pure-lua implementation of aws REST APIs
122 stars 35 forks source link

unescape &***; in xml data #31

Closed umegaya closed 8 years ago

umegaya commented 8 years ago

refs #30 xml response seems to quote html special chars (>,<,&,",') in its payload, which should be unescaped.