Re: Apache C++ equivalent of javax.servlet.Filter

2013-05-03 Thread Sindhi Sindhi
I'm so sorry, I searched, and found that request_rec has the below members - char *args; char *unparsed_uri; apr_uri_t parsed_uri; Which of the below members will have the exact URI that is passed from the browser? On Fri, May 3, 2013 at 1:19 PM, Sindhi Sindhi sindhi@gmail.com wrote:

Re: Apache C++ equivalent of javax.servlet.Filter

2013-05-03 Thread Joe Lewis
On 05/03/2013 01:53 AM, Sindhi Sindhi wrote: I'm so sorry, I searched, and found that request_rec has the below members - char *args; char *unparsed_uri; apr_uri_t parsed_uri; Which of the below members will have the exact URI that is passed from the browser? unparsed_uri will have what you