prevented unexisting object usage attempt
Details
Details
- Reviewers
alex
Test code 1
$this->_logger->addRequestData();
Test code 2
print_r($request_data['Headers']);
Test
- add test code 1 to the kApplication::Init method, before HttpQuery property initialization
- login to the adn.console
- go to the User Management → Users section
- confirm, that users grid is shown without any errors/notices
- remove test code 1
- add test code 2 to the kLogger::adRequestData method after $request_data variable is set
- refresh adm.console page
- confirm, that non-empty array data is displaying on page top, before normal output
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Branch
- branches/5.3.x
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 11191 Build 3891: arc lint + arc unit
Event Timeline
Comment Actions
Please:
- resubmit from the 5.3.x branch, because an associated Jira task is for the 5.3.x branch as well.
- (test plan only tests 50% of changed code) improve test plan by checking, that request header logging still works, when HttpQuery is present
Comment Actions
- resubmit from the 5.3.x branch, because an associated Jira task is for the 5.3.x branch as well.
Done by me.
- (test plan only tests 50% of changed code) improve test plan by checking, that request header logging still works, when HttpQuery is present
Still needs to be done.