You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Simon Walter <si...@gikaku.com> on 2018/10/26 01:32:37 UTC

[users@httpd] unescape urlencoded

I see apr_escape_urlencoded, but not apr_unescape_urlencoded. Perhaps it
is apr_unescape_url and there is some fun with the naming. Looking at
the tests, they do not seem as rigorous. A brief look at
encoding/apr_escape.c and I see x2c and c2x. I want to ask you all as
the docs mention
http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 for
apr_escape_urlencoded and not for apr_unescape_url.

I am want to decode form data in my own application (not a module).

Best,

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] unescape urlencoded

Posted by Simon Walter <si...@gikaku.com>.
Thank you sir. I certainly will.

Best,

Simon

On 10/27/2018 04:09 AM, William A Rowe Jr wrote:
> Hi Simon,
> 
> you might want to express your interest/RFE to the dev@apr.apache.org
> <ma...@apr.apache.org> list,
> since that is where the apr_* functions are maintained, and enhancement
> requests are always welcome.
> 
> 
> On Thu, Oct 25, 2018 at 8:37 PM Simon Walter <simon@gikaku.com
> <ma...@gikaku.com>> wrote:
> 
>     I see apr_escape_urlencoded, but not apr_unescape_urlencoded. Perhaps it
>     is apr_unescape_url and there is some fun with the naming. Looking at
>     the tests, they do not seem as rigorous. A brief look at
>     encoding/apr_escape.c and I see x2c and c2x. I want to ask you all as
>     the docs mention
>     http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 for
>     apr_escape_urlencoded and not for apr_unescape_url.
> 
>     I am want to decode form data in my own application (not a module).
> 
>     Best,
> 
>     Simon
> 
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>     <ma...@httpd.apache.org>
>     For additional commands, e-mail: users-help@httpd.apache.org
>     <ma...@httpd.apache.org>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] unescape urlencoded

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
Hi Simon,

you might want to express your interest/RFE to the dev@apr.apache.org list,
since that is where the apr_* functions are maintained, and enhancement
requests are always welcome.


On Thu, Oct 25, 2018 at 8:37 PM Simon Walter <si...@gikaku.com> wrote:

> I see apr_escape_urlencoded, but not apr_unescape_urlencoded. Perhaps it
> is apr_unescape_url and there is some fun with the naming. Looking at
> the tests, they do not seem as rigorous. A brief look at
> encoding/apr_escape.c and I see x2c and c2x. I want to ask you all as
> the docs mention
> http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 for
> apr_escape_urlencoded and not for apr_unescape_url.
>
> I am want to decode form data in my own application (not a module).
>
> Best,
>
> Simon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>