ClassDefNotFoundError if form cookie has empty string value
-----------------------------------------------------------
Key: SLING-1722
URL: https://issues.apache.org/jira/browse/SLING-1722
Project: Sling
Issue Type: Bug
Components: Authentication
Affects Versions: Form Based Authentication 1.0.0
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Form Based Authentication 1.0.2
If the form authentication cookie value is an empty string a
ClassDefNotFoundError is thrown because the StringUtils.split method in this
case returns ArrayUtils.EMPTY_STRING_ARRAY. Since the StringUtils class is
embeded in the bundle and the ArrayUtils package is not and is not imported
either, the ArrayUtils class cannot be found.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.