Skip to content
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

ldap: return CURLE_URL_MALFORMAT for bad URL #8170

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Dec 20, 2021

For consistency, use the same return code for URL malformats,
independently of what scheme that is used. Previously this would return
CURLE_LDAP_INVALID_URL, but starting now that error cannot be returned.

@bagder bagder added feature-window A merge of this requires an open feature window LDAP URL libcurl API labels Dec 20, 2021
For consistency, use the same return code for URL malformats,
independently of what scheme that is used. Previously this would return
CURLE_LDAP_INVALID_URL, but starting now that error cannot be returned.

Closes #8170
@bagder bagder closed this in 7edb0fc Jan 10, 2022
@bagder bagder deleted the bagder/ldap-url-malformat branch January 10, 2022 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-window A merge of this requires an open feature window LDAP libcurl API URL
Development

Successfully merging this pull request may close these issues.

None yet

2 participants