DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=10575>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=10575

no option to autoindex auth protected files/folders -nt-





------- Additional Comments From [EMAIL PROTECTED]  2004-06-20 08:13 -------
Oooh, nice, +1.  Watch the code style though:

+    if((autoindex_opts & SHOW_FORBIDDEN) && 
+       (rr->status == HTTP_UNAUTHORIZED || rr->status == HTTP_FORBIDDEN)) {

should be:

   if ((blah)
       && (blee)) {

(I also detest the (1 == foo) style rather than (foo == 1) but that's not in the
style guide :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to