[htdig3-dev] Stripping out all CGI query strings.


Subject: [htdig3-dev] Stripping out all CGI query strings.
From: Patrick (patrick@aol2.com)
Date: Sun Mar 05 2000 - 20:26:04 PST


Could someone give me some insight as to where I can begin
to write a patch that will allow the ability to "remove all
query string (anything after the '?') variables"?

My initial guess is within Retriever.cc, in the Retriever::Initial
function, immediately after:

url = u.get();

..then, if a certain config setting is true, perform something
similar to the Perl equivalent of:

url =~ s/\?.*$//;

Any help is appreciated.

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
htdig3-dev-unsubscribe@htdig.org
You will receive a message to confirm this.



This archive was generated by hypermail 2b28 : Sun Mar 05 2000 - 20:30:48 PST