From bea1d3feb78c0ccf3dde8f0fa7203185fa8870f4 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Mon, 25 Apr 2022 10:07:38 -0400 Subject: [PATCH] fix for image io loading in platforms --- CoreLibs/manifest.mf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CoreLibs/manifest.mf b/CoreLibs/manifest.mf index 95267126df..b8faef2527 100644 --- a/CoreLibs/manifest.mf +++ b/CoreLibs/manifest.mf @@ -5,4 +5,10 @@ OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/corelibs/Bundle.properti OpenIDE-Module-Specification-Version: 1.4 AutoUpdate-Show-In-Client: true AutoUpdate-Essential-Module: true - +X-JENS-COMMENT: The following entries are to prevent image io loading issues in platforms that utilize Autopsy; See https://stackoverflow.com/a/18495658/2375948, https://stackoverflow.com/a/2026045/2375948, and JIRA-8337 for more information. +Specification-Title: CoreLibs ImageIO Fields +Specification-Version: 1.0 +Specification-Vendor: CoreLibs ImageIO Fields +Implementation-Title: org.sleuthkit.autopsy.corelibs.ImageIO +Implementation-Version: 1.0 +Implementation-Vendor: CoreLibs ImageIO Fields \ No newline at end of file -- GitLab