double property bug?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-20 01:21:28 CEST
If you activate the feature:
ModMimeUsePathInfo on
...within your <Location> block, then mod_mime automatically fills in
Unfortunately, this directive seems to have another weird side
Bug #1:
When doing a PROPFIND to fetch all properties of a file, the
Bug #2: (?)
Beyond that, I think we're getting a little overzealous in our mime
For example, look at mod_dav_svn/repos.c:dav_svn_set_headers().
Sure enough, it seems like 'text/xml' is there in the response
* is r->content_type describing the response type?
* or is it describing the file contents?
* or is it both? and how do we distinguish?
This is quite a muddle.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.