You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/03/11 03:26:09 UTC

[Bug 48576] MOVE or COPY in WebDAV fails with 404 when file extension is changed

https://bz.apache.org/bugzilla/show_bug.cgi?id=48576

--- Comment #4 from Wim Lewis <wi...@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org