Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
if(whiteListParamsStr == null && whiteListParamsStr.trim().isEmpty()) {
If whiteListParamsStr is null, the call to trim() would result in NPE.