Further to this. Try a jcr explorer such as [1] or [2] which will allow you to look at the contents of the repository including the properties of nodes, which webdav or the jackrabbit webapp don't show.
You could also use one of these tools to alter the mime type and check that it works as expected. [1] http://www.jcr-explorer.org/ <http://www.jcr-explorer.org/>[2] http://sourceforge.net/projects/jcrbrowser/ 2010/1/25 Ben Short <[email protected]> > OK, I'm not an expert but I would take a guess that the jackrabbit webdav > code is not setting the mime type correctly on the file node that it will > create when you upload the file. > > Its going tobe doing something like the code you can see here [1]. > > [1] http://wiki.apache.org/jackrabbit/ExamplesPage#Importing_a_File > > 2010/1/25 Odie1001 <[email protected]> > >> >> I added the file using a webdav client BitKinex. >> -- >> View this message in context: >> http://n4.nabble.com/MIME-Type-Problem-tp1049643p1289462.html >> Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >> > >
