[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r36720 - trunk/subversion/mod_dav_svn

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Mon, 24 Aug 2009 18:23:15 +0200

> -----Original Message-----
> From: Greg Stein [mailto:gstein_at_gmail.com]
> Sent: vrijdag 20 maart 2009 16:58
> To: svn_at_subversion.tigris.org
> Subject: svn commit: r36720 - trunk/subversion/mod_dav_svn
>
> Author: gstein
> Date: Fri Mar 20 08:57:50 2009
> New Revision: 36720
>
> Log:
> Apache 2.3 removed the ap_default_type() function. The theory here is
> that
> every resource should know its type rather than have one applied by
> default. Mismatches between the actual content-type and one simply
> placed
> onto a resource can lead to vulnerabilities, confusion for the client,
> and
> other unseemly behavior. Thus, the removal of ap_default_type().
>
> If we can't figure out a good mime type to use, then we'll default to a
> bag o' bytes: application/octet-stream.

It seems this breaks browsing to text files via Firefox.

E.g. browse to http://svn.collab.net/repos/svn/trunk/CHANGES
You see a 'save as' box now, where you used to be able to see the file.

(Browsing to ^/trunk/COMMITTERS works as expected, because this file has an
explicit mime type)

It still works correctly in Internet Explorer, that (by default) guesses a
content type by looking at the content for these generic mime types.

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2386773
Received on 2009-08-24 18:22:53 CEST

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.