Skip to content

Instantly share code, notes, and snippets.

@dmlloyd
Created July 23, 2015 18:57
Show Gist options
  • Select an option

  • Save dmlloyd/856fe0267590e6380dc1 to your computer and use it in GitHub Desktop.

Select an option

Save dmlloyd/856fe0267590e6380dc1 to your computer and use it in GitHub Desktop.
Wrong stack...
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