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
[EMAIL PROTECTED]
You will receive a message to confirm this.