Date: Wed, 23 Feb 2000 10:33:49 -0800 (PST) From: kientzle@acm.org To: freebsd-gnats-submit@FreeBSD.org Subject: misc/16938: FTP does not fully parse ftp:// URLs Message-ID: <200002231833.KAA01585@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16938 >Category: misc >Synopsis: FTP does not fully parse ftp:// URLs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 23 10:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Tim Kientzle >Release: 3.3-RELEASE >Organization: >Environment: FreeBSD clover.kientzle.com 3.3-RELEASE FreeBSD 3.3-RELEASE #4: Sun Jan 2 11:38:58 PST 2000 root@clover.kientzle.com:/usr/src/sys/compile/CLOVER i386 >Description: FTP does not decode %XX escapes occuring within username or password portions of ftp: URLs as specified in RFC 1738. These escapes are necessary if the username or password contains a :, @, or / character. Example: to represent a password of 'p@ssword', you must write ftp://user:p%40ssword@host.domain.com/ FYI, fetch and ncftpget both handle this correctly. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002231833.KAA01585>