Project

General

Profile

Actions

Bug #8765

closed

JWt 4.5.0 trustedProxies is null when initializing Configuration from a XML

Added by Daniel Jeronymo almost 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Roel Standaert
Category:
-
Target version:
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.

Actions #1

Updated by Roel Standaert almost 3 years ago

  • Status changed from New to InProgress
  • Assignee set to Roel Standaert
Actions #2

Updated by Roel Standaert almost 3 years ago

  • Status changed from InProgress to Review
Actions #3

Updated by Roel Standaert almost 3 years ago

  • Status changed from Review to Implemented @Emweb
Actions #4

Updated by Roel Standaert over 2 years ago

  • Status changed from Implemented @Emweb to Resolved
  • Target version set to 4.5.1
  • % Done changed from 0 to 100
Actions #5

Updated by Roel Standaert about 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF