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.

Reply via email to