[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:01:00 EDT 2018
Saisha Naik created WFCORE-4043:
-----------------------------------
Summary: 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
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