-
Bug
-
Resolution: Fixed
-
P3
-
6u18
-
b04
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198846 | 7 | Roman Kennke | P3 | Resolved | Fixed | b104 |
In JNLP filename extensions are specified with out "." where as in IntegrationService we are expecting a ".", for example:
<association extensions="bbb" mime-type="x-application/bbb"/>
In IntegrationService we currently expect is.requestAssociation(mime,{".bbb"}), but it should be is.requestAssociation(mime,{"bbb"}) for consistency.
<association extensions="bbb" mime-type="x-application/bbb"/>
In IntegrationService we currently expect is.requestAssociation(mime,{".bbb"}), but it should be is.requestAssociation(mime,{"bbb"}) for consistency.
- backported by
-
JDK-2198846 IntegrationService association API should use "xyz" for filename extensions, not ".xyz"
-
- Resolved
-