-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR13
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) ...
- is cloned by
-
ELY-986 Method equals for MatchRule throws java.lang.IllegalStateException
- Resolved
- is incorporated by
-
JBEAP-10376 Upgrade WildFly Elytron to 1.1.0.Beta37
- Closed