[jboss-jira] [JBoss JIRA] (WFCORE-4043) Issues accessing JNLP application in Internet Explorer due to missing mime-type.

Saisha Naik (JIRA) issues at jboss.org
Fri Aug 17 02:02:01 EDT 2018


     [ https://issues.jboss.org/browse/WFCORE-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saisha Naik updated WFCORE-4043:
--------------------------------
    Attachment:     (was: Test.jnlp)


> Issues accessing JNLP application in Internet Explorer due to missing mime-type.
> --------------------------------------------------------------------------------
>
>                 Key: WFCORE-4043
>                 URL: https://issues.jboss.org/browse/WFCORE-4043
>             Project: WildFly Core
>          Issue Type: Bug
>            Reporter: Saisha Naik
>            Priority: Minor
>         Attachments: TestJnlp.jar
>
>
> Issues accessing a JNLP application in Internet Explorer due to missing JNLP extension in undertow. The JNLP application is rendered as an XML file due to incorrect mime-type.
> The JNLP mapping does not exist in [Mimemappings.java|https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/util/MimeMappings.java]. The work around is to add the mime-type to the servlet container[2] :
> {code}
> /subsystem=undertow/servlet-container=default/mime-mapping=json:add(value="application/json")
> {code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list