Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
framework.security-1.4.1
-
None
Description
When parsing a encoded string without a name in the constructor of ConditionalPermissionInfoImpl you get a ArrayIndexOutOfBoundsException. If I'm correct the syntax in the specification is:
policy ::= access '
{' conditions permissions'}' name?
access ::= 'ALLOW' | 'DENY' // case insensitive
name ::= quoted-string
doesn't that make the name optional?