Andrew O'Hara
05/14/2024, 9:03 PMstatic
router. It calls the loadMetaResource
function, which looks up a resource in the META-INF
folder based on the calling class name.
Unfortunately, since the class name is obfuscated and the resource paths are not, the mime.types
file cannot be found.Andrew O'Hara
05/14/2024, 9:08 PMmime.types
wasn't put in META-INF
, the path structure would have been obfuscated consistently with the class file, and this issue wouldn't occur.
Is there a particular reason for putting mime.types
in META-INF
?dave
05/14/2024, 9:20 PMdave
05/14/2024, 9:21 PMAndrew O'Hara
05/14/2024, 9:29 PMJames Richardson
05/14/2024, 10:27 PM