aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-19 21:56:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-19 21:56:02 +0000
commit3050ae57c0ad3a071448fb36b5d5d720910d5d00 (patch)
treed6fd66121b8ff195076268bf8da8ab49cd037493 /docs/TODO
parent01205f772c4fde121787ec59737ad079f1b00bd7 (diff)
Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index dbda55050..6a8b47994 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -65,6 +65,9 @@ TODO
FTP
+ * Make the detection of (bad) %0d and %0a codes in FTP url parts earlier in
+ the process to avoid doing a resolve and connect in vain.
+
* Code overhaul to make it more state-machine like and to _never_ block on
waiting for server responses when used with the multi interface.