>No, it is definitely a bug. The intention of case_sensitive was for
>exactly what the documentation says. Before 3.1.0, all URLs were stored as
>lowercase, essentially as case insensitive. So we'll need to take account
>of case_sensitive in the DocumentDB.cc code.

Can someone offer some insight as to how to retrieve the
config["case_sensitive"] in DocumentDB.cc?  Does the value
of case_sensitive have to checked at each point I see a 
commented out: url.lowercase(), OR is there a way to
(from a single spot) IMMEDIATELY convert URLs to lowercase
(right when they're found in a document)?

I found that if I uncommented each line in DocumentDB.cc
that contains "url.lowercase()", htdig's verbose report
still looks like this:

11:11:3:http://www.foo.com/bar.html:  size = 12345
12:4:1:http://www.foo.com/BAR.HTML:  retrieved but not changed

I would like to avoid any uppercase representation all
together if case_sensitive = false;
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to