Return-Path: Delivered-To: apmail-apache-bugdb-archive@apache.org Received: (qmail 24645 invoked by uid 500); 4 May 2000 01:30:03 -0000 Mailing-List: contact apache-bugdb-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: apache-bugdb@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-bugdb@apache.org Received: (qmail 24625 invoked by uid 501); 4 May 2000 01:30:01 -0000 Resent-Date: 4 May 2000 01:30:01 -0000 Resent-Message-ID: <20000504013001.24624.qmail@locus.apache.org> Resent-From: submit@bugz.apache.org (GNATS Filer) Resent-To: apache-bugdb@apache.org Resent-Cc: apache-bugdb@apache.org Resent-Reply-To: submit@bugz.apache.org, chad@mail.idrive.com Received: (qmail 22755 invoked by uid 501); 4 May 2000 01:22:07 -0000 Message-Id: <20000504012207.22754.qmail@locus.apache.org> Date: 4 May 2000 01:22:07 -0000 From: Chad Walters Reply-To: chad@mail.idrive.com To: submit@bugz.apache.org X-Send-Pr-Version: 3.110 Subject: general/6049: ap_unescape_url does not properly unescape '+' to space >Number: 6049 >Category: general >Synopsis: ap_unescape_url does not properly unescape '+' to space >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed May 03 18:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: chad@mail.idrive.com >Release: 1.3.9 >Organization: apache >Environment: Win2K, VC++ 6.0 >Description: ap_unescape_url in util.c does not change '+' in the url to be a space. This is a part of the specification for url encoding. This results in mixed levels of unescaping whenever ap_unescape_url is called. Coupled with the fact that almost all urls get erroneously unescaped (see my report general/6048), this can be extremely annoying. >How-To-Repeat: Together with bug 6048, the sequence in any url "+%2b" will be incorrectly translated to " " rather than " +". >Fix: Include a check for '+' in ap_unescape_url and change it to space. >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]