transparentech
transparentech
Did you try with either of these in the warble.rb file? ``` config.webxml.jruby.compat.version = '1.8' config.webxml.jruby.runtime.arguments = '--1.8' ```
It would be great if you could also release an official v2.2. Thank you!
Great, thanks! Looking forward to it.
Yes, the URL decoding is needed. In the referenced example code, the data is already decoded when they do the base64 decoding. This lib is taking a raw request body...