Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Inversion of StringUtils.defaultString(String).
StringUtils.emptyToNull(null) = null StringUtils.emptyToNull("") = null StringUtils.emptyToNull("bat") = "bat"