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=43784>. 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=43784 Summary: Rewrite for mime document name erroneously adds a trailing slash Product: Apache httpd-2 Version: 2.2.4 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] 1. software: apache 2.2.4 under Ubuntu 7.10 gutsy i386, firefox 2.0.0.8 2. environment: apache directives Options +MultiViews +Indexes in effect 3. Issue: a document has an anchor link <a href="xhtml">Here</a> to another document in the same directory called "xhtml.html" 1. hovering over the link displays http://localhost/hr/xhtml where http://localhost/hr is the url where the documents are located 2. *BUG* Clicking the link displays http://localhost/hr/xhtml.html/ in the location bar, and an Error 404 in the document window 2. Expected: http://localhost/hr/xhtml.html (trailing slash removed) 4. get-around: rename your xhtml.html document or disable either of MultiViews or Indexes -- 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]
