|
|
What steps will reproduce the problem?
1. Add a body that is not "application/x-www-form-urlencoded"
2. Create a Signature Base String.
3. Witness that form body is in SBS.
4. Also, PUTs have the body in the SBS, regardless of Content-Type.
What is the expected output? What do you see instead?
Per "9.1.1. Normalize Request Parameters," only POSTs with a Content-Type of application/x-
www-form-urlencoded" should have the body included in the SBS.
What version of the product are you using? On what operating system?
SVN Revision: 580
Please provide any additional information below.
Patch and unit tests included. This patch supercedes the one I posted on RubyForge.
|
query_string_patch_2.diff
3.6 KB
Download
|
|