-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad formatting of accepted mechanisms, regression #1216
Comments
There is nothing to parse or join. We now only support one mechanism at a time, either EXTERNAL or ANONYMOUS. See here. |
I undersand, yet the error produced is badly formatted. |
Ah, I see. I got confused reading the description. |
zeenix
added a commit
to zeenix/zbus
that referenced
this issue
Feb 2, 2025
This fixes a regression from b792340. Fixes dbus2#1216.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a regression from commit b792340 "zb: Use string type for auth mechanisms in Rejected cmd". The mechanisms are not parsed anymore, and they are joined without separator when returning an Handshake error, ex from gio connection:
zbus(Handshake("EXTERNAL rejected by the server. Accepted mechanisms: [EXTERNALDBUS_COOKIE_SHA1]")
The text was updated successfully, but these errors were encountered: