- in IDE:- open the /index.php file for editing
- replace the $application->Run(); line with the echo '<pre>', print_r($application->HttpQuery->getHeaders(), true), '</pre>'; line
- save changes
 
- on the Front-End- open website
- confirm, that displayed array:- contains more than one element
- doesn't contain element with Http- key
- look similar to the array from the associated Confluence discussion
 
 
Details
Details
- Reviewers
- erik 
- Commits
- rINP16782: Fixes INP-1850 - Repair the "kHTTPQuery::getHeaders" method
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
- Automatic diff as part of commit; lint not applicable. 
- Unit
- Automatic diff as part of commit; unit tests not applicable. 
Event Timeline
Comment Actions
Can't test - local system has apache_request_headers function and test array looks good without patch.
Comment Actions
@erik, please comment-out usage of the “apache_request_headers” function in the changed method and continue testing.