Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): kurt ronshausen / kurt ronshausen (KRonshausen)
Created: 06/19/2013
Components: REST Services
Versions: 10.0
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 1
Problem Description:
Calling GetHttpRequestData() causes the body argument in rest services will always be empty string
Steps to Reproduce:
Place attachment contents in your wwwroot and navigate to /index.cfm.
Actual Result:
result.filecontent should contain '{"BODY":"This is a test string"}'
Expected Result:
result.filecontent contains '{"BODY":""}'
Any Workarounds:
I was using this function inspect headers.
Using getpagecontext().getRequest().getHeader(string) did not cause this issue
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3581691
External Customer Info:
External Company:
External Customer Name: KRonshausen
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 10 Update 10
Apache 2.2.21
Windows 7 64 bit
Attachments:
- June 20, 2013 00:00:00: 1_wwwroot.zip
Comments: