Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
S3Backend masks the actual error making debugging hard if there's a problem in filtering properties when value for some key is null.
Currently, guava's Maps.fromProprties is being used and it throws a NPE when the value is null.