From owner-freebsd-bugs Wed Feb 23 10:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 411D237B97C for ; Wed, 23 Feb 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02395; Wed, 23 Feb 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 858DF37B97C for ; Wed, 23 Feb 2000 10:33:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA01585; Wed, 23 Feb 2000 10:33:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002231833.KAA01585@freefall.freebsd.org> Date: Wed, 23 Feb 2000 10:33:49 -0800 (PST) From: kientzle@acm.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16938: FTP does not fully parse ftp:// URLs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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