From nobody@hyperreal.org Thu Jul 24 21:42:23 1997 Received: (from nobody@localhost) by hyperreal.org (8.8.5/8.8.5) id VAA07239; Thu, 24 Jul 1997 21:42:23 -0700 (PDT) Message-Id: <199707250442.VAA07239@hyperreal.org> Date: Thu, 24 Jul 1997 21:42:23 -0700 (PDT) From: Bernie Kirby Reply-To: bernie@ecr.mu.oz.au To: apbugs@hyperreal.org Subject: What if proxy_http_handler get's called with a URL that starts with "ftp://" ? X-Send-Pr-Version: 3.2 >Number: 914 >Category: mod_proxy >Synopsis: What if proxy_http_handler get's called with a URL that starts with "ftp://" ? >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Jul 24 21:50:00 1997 >Last-Modified: Thu Jul 24 21:55:05 PDT 1997 >Originator: bernie@ecr.mu.oz.au >Organization: >Release: 1.2.1 >Environment: Solaris2.5.1 >Description: When using ProxyBlock: Sometimes (apparently) FTP proxying is handled with http. It is possible for the function proxy_http_handler to be called with a URL that does not start with "http://". However, the code does a url += 7 to skip the first 7 chars of the url when it is trying to get the desthost. This doesn't work well when the url starts with "ftp://" There may be other places as well. >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Jul 24 21:55:04 PDT 1997 State-Changed-Why: Appears to be a vaid bug. Already being tracked as PR#812. >Unformatted: