Project

General

Profile

Bug #5049

Updated by Davide Pesavento over 4 years ago

The current `ValidationPolicyConfig` validator throws an exception errors when loading empty config section, but then empty config section allows any validation. A better behavior should be: 

 * allow loading an empty config file/section without throwing 
 * fail any validation attempts when be as described in the configuration is empty subject.

Back