Project

General

Profile

Bug #5049

Updated by Davide Pesavento over 4 years ago

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

 * allow loading an empty config file/section without throwing 
 * fail any validation attempts when the configuration is empty

Back