- 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
- Branch
- /in-portal/branches/5.2.x
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 1229 Build 1229: arc lint + arc unit
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.