Title:
Bug 86937:(Watson Migration Closure)PATCH is not a supported value for the method attribtue for the CFHTTP tag
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Sean Coyne / Sean Coyne (Sean Coyne)
Created: 06/10/2011
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 289992
Priority/Frequency: Minor / Unknown
Locale/System: English / Platforms All
Vote Count: 5
Problem:
PATCH is not a supported value for the method attribtue for the CFHTTP tag. It is part of the standard, so it should be supported. See http://tools.ietf.org/html/rfc5789
Method:
<cfhttp url="http://someUrl.com" method="PATCH"><cfhttpparam type="body" value="Some body" /></cfhttp>
Result:
Attribute validation error for CFHTTP. The value of the METHOD attribute, which is currently PATCH, must be one of the values: PUT,POST,GET,TRACE,DELETE,HEAD,OPTIONS.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043855
External Customer Info:
External Company:
External Customer Name: Sean Coyne
External Customer Email: 69BF475F445F4A4D992015D5
External Test Config: 06/10/2011
Attachments:
Comments: