aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-01 02:09:08 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-01 02:09:08 +0000
commit9251dd7b2412214d3b25da666f7755a7ab207d39 (patch)
tree4247f5d6e31cc0a930872dd385d58ba67a9c0ac3 /docs/KNOWN_BUGS
parent3615063fbcb17d04e3fa798187c7c7b8b035b6dd (diff)
User names embedded in proxy URLs without a password were parsed
incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 9744481f8..bb9cbbe2e 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -14,10 +14,6 @@ may have been fixed since this was written!
library header files exporting symbols/macros that should be kept private
to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
-54. User names embedded in URLs without a password are parsed incorrectly--the
- host name is treated as part of the user name and the port number becomes the
- password. This can be observed test 279.
-
53. SFTP busy-loop problem. When doing SFTP uploads, we can see that libcurl
occasionally will busy-loop while waiting for certain network conditions.
Reported by Pavel Shalagin, explained somewhat by Daniel Stenberg here: