Hi Graham,
seems you forgot to add a log number at line 1541:
On 15.05.2013 17:46, minf...@apache.org wrote:
Author: minfrin
Date: Wed May 15 15:46:01 2013
New Revision: 1482918
URL: http://svn.apache.org/r1482918
Log:
core: Stop ap_finalize_request_protocol() and ap_get_client_block() from
si
+ is not used in url-encoding. + is used in
application/x-www-form-urlencoded encoding. So I assume this function has
implemented unescaping application/x-www-form-urlencoded. For regular
URL-encoding, space is encoded as %20.
On Fri, May 24, 2013 at 11:46 PM, Guenter Knauf wrote:
> Hi Danie