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=40234>. 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=40234 Summary: failed request with APR_INCOMPLETE Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] On server/request.c(ap_directory_walk), call apr_stat with APR_FINFO_NAME. > if (!(opts & OPT_SYM_LINKS)) { > rv = apr_stat(&thisinfo, r->filename, > APR_FINFO_MIN | APR_FINFO_LINK, > r->pool); > if (rv != APR_SUCCESS) { ... But this flag is not valid under unix, so this call always return APR_INCOMPLETE. Please get rid of APR_FINFO_NAME, or please check rv != APR_INCOMPLETE also. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
