GNU bug report logs -
#72526
31.0.50; [PATCH] Fix url-basic-auth secret search when passing username and/or port
Previous Next
Reported by: Björn Bidar <bjorn.bidar <at> thaodan.de>
Date: Thu, 8 Aug 2024 15:03:01 UTC
Severity: normal
Tags: patch
Found in version 31.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #59 received at 72526 <at> debbugs.gnu.org (full text, mbox):
I think the first patch (commit a7a22e7) is a good change, but it
should get a NEWS item because it breaks existing configurations.
If you had this in your netrc file:
machine www.example.com:443 port https login foo password bar
Then it needs to be changed to:
machine www.example.com port https login foo password bar
See https://github.com/dengste/org-caldav/issues/320 for reports of
people running into this. This is true not only for netrc files but
also for other authinfo backends. (For example, I've run into this
issue with the GNOME keyring / Secret Service API.)
Moreover, the docs need to be updated. doc/misc/auth.texi has an
example that uses `yourmachine.com:80`. This should be changed to
`yourmachine.com`. (Or better, `example.com` or some domain reserved
for documentation, see https://www.iana.org/help/example-domains ).
Best,
Tim
This bug report was last modified 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.