Created
July 23, 2015 18:57
-
-
Save dmlloyd/856fe0267590e6380dc1 to your computer and use it in GitHub Desktop.
Wrong stack...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javax.security.sasl.SaslException: ELY05009: [SCRAM-SHA-1] No SASL password was given | |
| at org.wildfly.security._private.ElytronMessages_$logger.saslNoPasswordGiven(ElytronMessages_$logger.java:1612) <- this stack frame should be hidden | |
| -- this is where the missing stack frame is -- | |
| at org.wildfly.security.sasl.scram.ScramSaslServer.getSaltedPasswordFromTwoWay(ScramSaslServer.java:547) | |
| at org.wildfly.security.sasl.scram.ScramSaslServer.evaluateMessage(ScramSaslServer.java:209) | |
| at org.wildfly.security.sasl.util.AbstractSaslParticipant.evaluateMessage(AbstractSaslParticipant.java:177) | |
| at org.wildfly.security.sasl.util.AbstractSaslServer.evaluateResponse(AbstractSaslServer.java:52) | |
| at org.wildfly.security.sasl.scram.ScramServerCompatibilityTest.testDifferentNonceAttack(ScramServerCompatibilityTest.java:286) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:68) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment