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.
|