Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 243C710FC3 for ; Fri, 14 Jun 2013 08:01:54 +0000 (UTC) Received: (qmail 46508 invoked by uid 500); 14 Jun 2013 08:01:54 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 46065 invoked by uid 500); 14 Jun 2013 08:01:49 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 46037 invoked by uid 99); 14 Jun 2013 08:01:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 08:01:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sindhi.for@gmail.com designates 209.85.223.172 as permitted sender) Received: from [209.85.223.172] (HELO mail-ie0-f172.google.com) (209.85.223.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 08:01:40 +0000 Received: by mail-ie0-f172.google.com with SMTP id 16so687961iea.3 for ; Fri, 14 Jun 2013 01:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=rYiAS06W96eI1FmeCbVF98RdeCXrleiN8mt9SNMc1xI=; b=slhESvZfa8HCjVfVcR8U7WVPDO1SFB0Ehq5N5nBoSY1Gq4hoyYX3Np955NF0qhn83U XwbXwWt+rzbj+3dje5jrIr+z23HjxqGuwQDTWMMyBKnnr2gVPciIGf3t/q1SlXGD5IuF 2Lr2XqNbFPd12v+QPJtdPNo91iA7wdlmMsoWKdXYTN7rbYdrnwXRKd9HjgFtUAO9CnXi LEby6eLxiPnXXo2myLPmhYKEVxhmU7dXE6Bi3deTft9dPZedBp0O01gjxPmyoTtv0g58 i3Jqncpn23CA82uaEbdEWqFRh6SRryyCdfKThUeiLWkHBH5POa+vofXIT04QBaokb7+w PLVg== MIME-Version: 1.0 X-Received: by 10.50.57.19 with SMTP id e19mr476881igq.110.1371196879982; Fri, 14 Jun 2013 01:01:19 -0700 (PDT) Received: by 10.64.240.106 with HTTP; Fri, 14 Jun 2013 01:01:19 -0700 (PDT) Date: Fri, 14 Jun 2013 13:31:19 +0530 Message-ID: Subject: URL decoding in Apache module From: Sindhi Sindhi To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=e89a8f839403f2d77604df18a67f X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f839403f2d77604df18a67f Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a C++ filter module written for Apache. I see that all URL's sent to Apache server are encoded. Does Apache already do the URL decoding and store it somewhere in the request_rec structure OR the filter module should explicitly do a URL decoding? If the filter should do the URL decoding then could you please suggest if there are any Apache APR API calls I can make to to the decoding? Thanks a lot. --e89a8f839403f2d77604df18a67f--