Well, I solved my problem with the patch below. It has nothing to do
with the symptoms I described earlier but he, I'm using HP-sUX.
The URL including the name/value pairs has a length of max 320 so that
shouldn't be a problem.
HP-sUX crashes on printing the algoritms' name when it is not set. Other
system apparently don't suffer from this, as I have never heard about it.
Well, HP-sUX does. Here's the patch against 3.1.5.
diff -urp htdig-3.1.5/htfuzzy/Exact.cc htdig-3.1.5-prefix-exact/htfuzzy/Exact.cc
--- htdig-3.1.5/htfuzzy/Exact.cc Fri Feb 25 03:29:10 2000
+++ htdig-3.1.5-prefix-exact/htfuzzy/Exact.cc Thu Mar 23 10:59:01 2000
@@ -29,6 +29,7 @@ static char RCSid[] = "$Id: Exact.cc,v 1
//
Exact::Exact()
{
+ name = "exact";
}
diff -urp htdig-3.1.5/htfuzzy/Prefix.cc htdig-3.1.5-prefix-exact/htfuzzy/Prefix.cc
--- htdig-3.1.5/htfuzzy/Prefix.cc Fri Feb 25 03:29:10 2000
+++ htdig-3.1.5-prefix-exact/htfuzzy/Prefix.cc Thu Mar 23 10:58:46 2000
@@ -23,6 +23,7 @@ extern Configuration config;
//
Prefix::Prefix()
{
+ name = "prefix";
}
On Thu, 23 Mar 2000, Mentos Hoffmann wrote:
> Hi,
>
> Geoff Hutchison wrote:
> > There's a limit to the length of a QUERY_STRING on any CGIs when using the
> > GET method. I don't remember what the ceiling is.
> There is a limit to the length of a URL in the http protocol: 1024
> Bytes.
> Since with the GET method all Parameters are coded into the URL there is
> a natural limit to this.
> For transfer of more than 1024 Bytes of Data (URL + Parameters incl.
> Parameternames)
> one should use the PUT method.
--jesse
--------------------------------------------------------------------
J. op den Brouw Johanna Westerdijkplein 75
Haagse Hogeschool 2521 EN DEN HAAG
Faculty of Engeneering Netherlands
Electrical Engeneering +31 70 4458936
-------------------- [EMAIL PROTECTED] --------------------
Linux - because reboots are for hardware changes
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.