DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9587 Wrong icon with FancyIndexing ------- Additional Comments From wrowe@apache.org 2002-06-07 14:49 ------- "The problem arises when mod_autoindex calls ap_sub_req_lookup_dirent on each of the sub directories." This is why the code once relied on dirent->type instead of rr->finfo->type. However, some folks pointed out that Unix doesn't determine the filetype on a dirread() call, and we would have to beg unix to do so. However, if we did that, we would want to prove we aren't wasting extra stats, and that ap_sub_req_lookup_dirent will pass that info on to rr->finfo, which dir_walk will actually consume. If that code works correctly, it's just a matter of passing APR_FINFO_MIN along with APR_FINFO_DIRENT switches to apr_dir_read. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org