Actions
Bug #8765
closedJWt 4.5.0 trustedProxies is null when initializing Configuration from a XML
Start date:
07/04/2021
Due date:
% Done:
100%
Estimated time:
Description
When initializing Configuration with a XML file this will call the XML constructor and the "trustedProxies" variable isn't initialized, eventually this will throw an exception at Configuration:966 "for (Network trustedProxy : trustedProxies)". This is a version breaking bug for whoever uses configuration files.
Fix is simple, change Configuration:185 to initialize the variable: "private List trustedProxies = Collections.emptyList();".
This variable initialization can then be removed from Configuration default constructor.
Updated by Roel Standaert over 3 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
Updated by Roel Standaert over 3 years ago
- Status changed from InProgress to Review
Updated by Roel Standaert over 3 years ago
- Status changed from Review to Implemented @Emweb
Updated by Roel Standaert about 3 years ago
- Status changed from Implemented @Emweb to Resolved
- Target version set to 4.5.1
- % Done changed from 0 to 100
Updated by Roel Standaert almost 3 years ago
- Status changed from Resolved to Closed
Actions