-
Bug
-
Resolution: Done
-
Critical
-
1.1.0.Beta28
-
None
-
None
In case when method equals(MatchRule other) is called on org.wildfly.security.auth.client.MatchRule then it finishes with java.lang.IllegalStateException with following stack trace, for calling MatchRule.ALL.equals(MatchRule.ALL);:
java.lang.IllegalStateException at org.wildfly.security.auth.client.MatchRule$1.getMatchUser(MatchRule.java:102) at org.wildfly.security.auth.client.MatchRule.getMatchUser(MatchRule.java:500) at org.wildfly.security.auth.client.MatchNoUserRule.halfEqual(MatchNoUserRule.java:46) at org.wildfly.security.auth.client.MatchRule.equals(MatchRule.java:157) ...
- clones
-
JBEAP-9277 Method equals for MatchRule throws java.lang.IllegalStateException
- Closed
- incorporates
-
ELY-1078 Elytron MatchRule.toString() method throws StringIndexOutOfBoundsException
- Resolved