[ 
https://issues.jenkins-ci.org/browse/JENKINS-13496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161731#comment-161731
 ] 

Arnaud Héritier commented on JENKINS-13496:
-------------------------------------------

This fix isn't enough. We have also some different cases (for pdf files) 
depending of the browser.
More tests to do.
Quick overview :
* FF :
** Click on PDF filename link = download
** Click on PDF **view link** = broken
* Safari :
** Click on PDF filename link = preview in browser
** Click on PDF **view link** = download (mimetype = application/octet-stream)
* Chrome dev
** Click on PDF filename link = marked as loading but never ends
** Click on PDF **view link** = marked as loading but never ends

                
> Add more mimetypes recognized by default
> ----------------------------------------
>
>                 Key: JENKINS-13496
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13496
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: core
>            Reporter: Arnaud Héritier
>            Assignee: Arnaud Héritier
>
> Nowadays Jenkins declares only few mimetypes : 
> https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/WEB-INF/web.xml
> The issue is that the real list of mimetypes recognized depends a lot of the 
> container used to host jenkins. There is a large list of choices managed by 
> Tomcat but it is really poor for winstone and thus when we are browsing a 
> workspace we may have various issues on files like PDF and co.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to