b***@apache.org
2015-03-11 02:26:09 UTC
https://bz.apache.org/bugzilla/show_bug.cgi?id=48576
--- Comment #4 from Wim Lewis <***@omnigroup.com> ---
This bug/behavior seems to still exist in 2.4.12, even with various settings of
MultiviewsMatch.
For example, in a directory in which thing2.txt.en exists, and with
mod_negotiation and mod_mime applied:
dav:/> cat thing2.txt.en
Displaying `/thing2.txt.en':
The contents of a thing. Random number: 917
dav:/> cat thing2.txt
Displaying `/thing2.txt':
Failed: 404 Not Found
dav:/> cat thing2
Displaying `/thing2':
Failed: 404 Not Found
dav:/> mv thing2.txt.en thing2
Moving `/thing2.txt.en' to `/thing2': failed:
404 Not Found
dav:/> mv thing2.txt.en thing2.txt
Moving `/thing2.txt.en' to `/thing2.txt': failed:
404 Not Found
But, with MultiViews disabled:
dav:/> mv thing2.txt.en thing2.txt
Moving `/thing2.txt.en' to `/thing2.txt': succeeded.
dav:/> mv thing2.txt thing2
Moving `/thing2.txt' to `/thing2': succeeded.
--- Comment #4 from Wim Lewis <***@omnigroup.com> ---
This bug/behavior seems to still exist in 2.4.12, even with various settings of
MultiviewsMatch.
For example, in a directory in which thing2.txt.en exists, and with
mod_negotiation and mod_mime applied:
dav:/> cat thing2.txt.en
Displaying `/thing2.txt.en':
The contents of a thing. Random number: 917
dav:/> cat thing2.txt
Displaying `/thing2.txt':
Failed: 404 Not Found
dav:/> cat thing2
Displaying `/thing2':
Failed: 404 Not Found
dav:/> mv thing2.txt.en thing2
Moving `/thing2.txt.en' to `/thing2': failed:
404 Not Found
dav:/> mv thing2.txt.en thing2.txt
Moving `/thing2.txt.en' to `/thing2.txt': failed:
404 Not Found
But, with MultiViews disabled:
dav:/> mv thing2.txt.en thing2.txt
Moving `/thing2.txt.en' to `/thing2.txt': succeeded.
dav:/> mv thing2.txt thing2
Moving `/thing2.txt' to `/thing2': succeeded.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org