According to Rzepa, Henry:
> ie left_index.html is regognised as present in the frameset, but no
> "push" of this document occurs

Arrrgh!!!  This bug has been in the past three releases of ht://Dig, and
no one complained until 3.1.2 came out, 3.2 development was well underway,
and the 3.1.x source was frozen.  Now, everybody's running into it!

Here's the patch:

--- htlib/URL.cc.orig   Wed Apr 21 21:47:58 1999
+++ htlib/URL.cc        Fri Jun 11 12:24:40 1999
@@ -440,7 +440,7 @@ void URL::removeIndex(String &path)
       l.Release();
     }
     if (defaultdoc->hasPattern() &&
-            defaultdoc->FindFirstWord(path.sub(filename)) >= 0)
+            defaultdoc->CompareWord(path.sub(filename)))
        path.chop(path.length() - filename);
 }
 

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.

Reply via email to