diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 21:56:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 21:56:02 +0000 |
commit | 3050ae57c0ad3a071448fb36b5d5d720910d5d00 (patch) | |
tree | d6fd66121b8ff195076268bf8da8ab49cd037493 /docs/TODO | |
parent | 01205f772c4fde121787ec59737ad079f1b00bd7 (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/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |