Super! That fixed the problem. Thanks, Gilles, and everyone else who had a hand in 
getting this release out.

I've got binaries compiled and packaged for Solaris 9/sparc if you'd like them. But 
may be a non-issue; all of the Solaris-specific compile quirks are gone.


Neil Kohl
Manager, ACP Online              
American College of Physicians
[EMAIL PROTECTED]              215.351.2638, 800.523.1546 x2638


>>> Gilles Detillieux <[EMAIL PROTECTED]> 11/13/03 12:37PM >>>
> Removing the robots.txt file results in a normal run. Any ideas on
> what's causing this?

That would be a bug, which I unfortunately introduced while fixing another
one in this part of the code.  See if this patch fixes the problem...

--- htdig/Server.cc.orig        2003-10-27 17:28:52.000000000 -0600
+++ htdig/Server.cc     2003-11-13 11:31:24.000000000 -0600
@@ -338,6 +338,8 @@
                
     String     fullpatt = "^[^:]*://[^/]*(";
     fullpatt << pattern << ')';
+    if (pattern.length() == 0)
+       fullpatt = "";
     _disallow.set(fullpatt, config->Boolean("case_sensitive"));
 }
 

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




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to