Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.91
-
None
Description
When the following 2 properties are specified in the app configs, but are set to empty strings, Slider incorrectly assumes that keytabs are provided -
slider.am.keytab.local.path slider.am.login.keytab.name
This should be fixed. Empty strings should be considered equivalent to the absence of the properties.
Looks like rather that trimming you may just be able to get away with a StringUtils.isBlank() check of the returned values?