URL decoding in Apache module

2013-06-14 Thread Sindhi Sindhi
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 decodin

Re: URL decoding in Apache module

2013-06-14 Thread Tom Evans
On Fri, Jun 14, 2013 at 9:01 AM, Sindhi Sindhi wrote: > 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 exp