Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 528268

Summary: TypeError: Cannot set property 'accept-language' of null
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: NodeAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 16.0   
Target Milestone: 17.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2017-12-07 09:18:39 EST
Saw this exception in the log - it looks as though the call to target.fullTarget does not handle the possibility that 'target' could be null.

I have no steps to reproduce yet, but this is a pattern seen before calls to full target:

var targetRequest = req.query.Target ? JSON.parse(req.query.Target) : null;

which indicates null is an accepted argument.