[
https://issues.jboss.org/browse/WFCORE-4043?page=com.atlassian.jira.plugi...
]
Saisha Naik updated WFCORE-4043:
--------------------------------
Workaround Description:
The work around is to add the mime-type explicitly to the servlet container :
{code}
/subsystem=undertow/servlet-container=default/mime-mapping=json:add(value="application/x-java-jnlp-file")
{code}
was:
The work around is to add the mime-type explicitly to the servlet container :
{code}
/subsystem=undertow/servlet-container=default/mime-mapping=json:add(value="application/json")
{code}
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: Test.jnlp, 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.
This works fine in Mozilla and Chrome.
The JNLP mapping does not exist in
[
Mimemappings.java|https://github.com/undertow-io/undertow/blob/master/cor...].
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)