DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21059>. 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=21059 Final bracket added to document found no matter if is document or directory when original URL is a directory. Summary: Final bracket added to document found no matter if is document or directory when original URL is a directory. Product: Apache httpd-2.0 Version: 2.0.45 Platform: PC URL: http://www.abcdatos.com/programas/traductores/ OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: mod_speling AssignedTo: bugs@httpd.apache.org ReportedBy: [EMAIL PROTECTED] Using mod_speling under 2.0.45, if the request is ended in "/", purposed documents are also ended in "/", no matter if they are files or directories. Example: We look for URI "http://www.abcdatos.com/programas/traductores/". The "traductores" directory doesn't exist, and the only similar file is: -rw-rw-r-- traductores.html The reply odtained is: HTTP/1.1 300 Multiple Choices [...] Multiple Choices The document name you requested (/programas/traductores/) could not be found on this server. However, we found documents with names similar to the one you requested. Available documents: /programas/traductores.html/ (common basename) The file traductores.html is ok, but the link is showing also "/", like if it was a directory. Following this link, directly causes 404 error. The correct response is: /programas/traductores.html Thanks and good luck! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]