Opened 17 years ago

Closed 17 years ago

#98 closed defect (fixed)

PDF mime type lacking on svn.osgeo.org

Reported by: neteler Owned by: warmerdam
Priority: normal Milestone:
Component: WebSite Keywords:
Cc: hobu

Description

hi,

trying to download

http://svn.osgeo.org/osgeo/journal/volume_1/OSGeoJournal_vol1.pdf

it opens the file contents into the browser itself (showing lots of funny symbols). I assume that a mime type is lacking to avoid this and to tell the browser to save the file/open into application instead.

Above link is used by the OSGeo Journal Team.

Best, Markus

Change History (7)

comment:1 by hobu, 17 years ago

http://svnbook.red-bean.com/en/1.0/re23.html

svn propset svn:mime-type application/x-pdf OSGeoJournal_vol1.pdf

comment:2 by tmitchell, 17 years ago

That's interesting, the URL opened fine in Safari browser regardless of that property being set.

Hobu did you run that command already?

comment:3 by neteler, 17 years ago

In Firefox 2 it still fails.

Markus

comment:4 by hobu, 17 years ago

I have not run the command.

comment:5 by neteler, 17 years ago

I have now run the command and it doesn't help. I still assume an Apache issue.

comment:6 by warmerdam, 17 years ago

Cc: hobu added
Owner: changed from webcom@… to warmerdam
Priority: majornormal

In order to avoid further noise on the sac list on this topic, I'll take this item, since no one else has.

comment:7 by hobu, 17 years ago

Resolution: fixed
Status: newclosed

oops. Markus and I resolved the issue yesterday afternoon but forgot to close the bug :)

For the record,

svn propset svn:mime-type application/x-pdf OSGeoJournal_vol1.pdf
svn commit OSGeoJournal_vol1.pdf

Anyone with commit access can issue this command, so it is not a server-side issue.

Note: See TracTickets for help on using tickets.