>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 (Apache HTTP Project) >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Jul 24 21:50:00 1997 >Originator: [EMAIL PROTECTED] >Organization: apache >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: >Unformatted:
