]
Brian Stansberry updated WFLY-10895:
------------------------------------
Component/s: Web (Undertow)
Issues accessing JNLP application in Internet Explorer due to missing
mime-type.
--------------------------------------------------------------------------------
Key: WFLY-10895
URL:
https://issues.jboss.org/browse/WFLY-10895
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
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...].