diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-04 10:40:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-04 10:40:32 +0200 |
commit | c048dd0b7c83f9db08d7ad85522b629458e35dd6 (patch) | |
tree | d97d6e17f21d73aa26a92c88e2818441b3d131a8 /docs | |
parent | 7e7db5d2f95ca5b19f8059dd86862ed3d9128ac1 (diff) | |
download | curl-c048dd0b7c83f9db08d7ad85522b629458e35dd6.tar.gz |
KNOWN_BUGS: RTSP authentication breaks without redirect support
Closes #4750
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index f9637480e..606983bb8 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -65,6 +65,7 @@ problems may have been fixed or changed somewhat since this was written! 6.5 NTLM doesn't support password with ยง character 6.6 libcurl can fail to try alternatives with --proxy-any 6.7 Don't clear digest for single realm + 6.8 RTSP authentication breaks without redirect support 7. FTP 7.1 FTP without or slow 220 response @@ -512,6 +513,15 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/3267 +6.8 RTSP authentication breaks without redirect support + + RTSP authentication broke in 7.66.0. A work-around is to enable RTSP in + CURLOPT_REDIR_PROTOCOLS. Authentication should however not be considered an + actual redirect so a "proper" fix needs to be different and not require users + to allow redirects to RTSP to work. + + See https://github.com/curl/curl/pull/4750 + 7. FTP 7.1 FTP without or slow 220 response |