Build: #22 did not start Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Queued
Status
Reason for not building is unknown
Labels
None
Revision
d421b2fa1b4c13ae08f5d5d5eef04185ab6e1a14

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> d421b2fa1b4c13ae08f5d5d5eef04185ab6e1a14 Fix provided SASL DIGEST-MD5 mechanism
In case the server provided nonce contained one or more equals
characters ("=") the part.split("=") call would return more then the
expected two key/value parts. Hence we simply use part.split("=", 2).

Also made the unit test check for this case.

Fixes SMACK-755

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSMACK-755Could not obtain issue details from Jira