-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.1
-
Component/s: security-libs
-
None
-
mantis
-
generic
-
generic
The line number 390 and 391 are repeated in PrincipalName. In the constructor for Principalname
nameParts[1] = nameParts[1].toLowerCase();
is done twice.
nameParts[1] = nameParts[1].toLowerCase();
is done twice.