In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1373 [In-Portal CMS] Data Management bug report always 2012-08-15 06:04 2012-08-15 06:07
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/iQvoSuK7sPc/discussion
Fixing GET parameter processing by kCurlHelper class
1
0001373: Class kCurlHelper ignores GET parameters
In following code example parameters set through setRequestData method would be ignored:

$curl_helper = $this->Application->recallObject('CurlHelper');
/* @var $curl_helper kCurlHelper */

$curl_helper->setRequestData(Array ('param1' => 'value1'));
$response = $curl_helper->Send('http://www.twitter.com');
related to 0001338closed  (5.2.0)alex Headers are returned along with response, when curl requests with followLocation option sent 
patch curl_ignoring_get_request_parameters_fix.patch (668) 2012-08-15 06:04
http://tracker.in-portal.org/file_download.php?file_id=1777&type=bug
Issue History
2012-08-15 06:07 alex Changeset attached 5.2.x r15514
2012-08-15 06:07 alex Note Added: 0005134
2012-08-15 06:07 alex Status reviewed and tested => resolved
2012-08-15 06:07 alex Fixed in Version => 5.2.1-B1
2012-08-15 06:07 alex Resolution open => fixed
2012-08-15 06:07 alex Assigned To !COMMUNITY => alex
2012-08-15 06:07 alex Note Added: 0005133
2012-08-15 06:07 alex Status needs testing => reviewed and tested
2012-08-15 06:06 alex Relationship added related to 0001338
2012-08-15 06:05 alex Assigned To => !COMMUNITY
2012-08-15 06:05 alex Developer => alex
2012-08-15 06:05 alex Status active => needs testing
2012-08-15 06:05 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/iQvoSuK7sPc/discussion
2012-08-15 06:04 alex New Issue
2012-08-15 06:04 alex File Added: curl_ignoring_get_request_parameters_fix.patch
2012-08-15 06:04 alex Change Log Message => Fixing GET parameter processing by kCurlHelper class
2012-08-15 06:04 alex Estimate Points => 1

Notes
(0005133)
alex   
2012-08-15 06:07   
Will test all together later.
(0005134)
alex   
2012-08-15 06:07   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001373: Class kCurlHelper ignores GET parameters