|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

ok, used a very simple groovy script:
import javax.activation.MimetypesFileTypeMap;println MimetypesFileTypeMap.getDefaultFileTypeMap().getContentType("filename")And it appears local java version returns `application/octet-stream` while newer openjdk returns `text/html`.
Do you think anything can be done on the plugin side or is my only option to get back to java vendor/change java version used? Any other workarounds you may know? Using a pre-send script to change mime-type?