Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.42.0
-
None
Description
In AzureBlobStoreBackend, some boolean properties like azureCreateContainer default to true if not set. However, when configured from an OSGi configuration using interpolation, an unset property can default to empty string. However, the empty string is converted to false by PropertiesUtil#toBoolean().
Empty strings should be interpreted as nulls for boolean properties in AzureBlobStoreBackend.