Change #271459
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Wed 17 Jun 2026 14:05:03 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | d2886c5ac47bf5e08f74ee2c027ab16b23a64587 |
Comments
http: for basic+digest auth, do not engage on empty user+passwd Since we have the quirky of empty credentials (the empty string for username and password) for Negotiate reactivated, we need to check for this when considering Basic and Digest auth. Verify a redirect to blank user+password in test 2208 Closes #22060
Changed files
- lib/creds.h
- lib/http.c
- tests/data/Makefile.am
- tests/data/test2208