aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-12 22:50:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-12 22:50:24 +0000
commitaf1c397969bb0167312cb9ccde0cc221d07196c9 (patch)
tree611ccf00654afc3a99d311c6fe6119c199317c50 /docs/KNOWN_BUGS
parent947f9deed52aa767dc3aa11f9a5d1e0a82426d03 (diff)
added #29 and #30
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index ae41f65bc..9fe1a60c2 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,18 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+30. You need to use -g to the command line tool in order to use RFC2732-style
+ IPv6 numerical addresses in URLs.
+
+29. IPv6 URLs with zone ID is not supported.
+ http://www.ietf.org/internet-drafts/draft-fenner-literal-zone-02.txt
+ specifies the use of a plus sign instead of a percent when specifying zone
+ IDs in URLs to get around the problem of percent signs being
+ special. According to the reporter, Firefox deals with the URL _with_ a
+ percent letter (which seems like a blatant URL spec violation).
+
+ See http://curl.haxx.se/bug/view.cgi?id=1371118
+
28. The TFTP code is not portable and will fail on some architectures.
26. NTLM authentication using SSPI (on Windows) when (lib)curl is running in