deploying a jar which contains filename using german umlauts throws an exception
Issue
- We have a war file that contains files with german umlauts in their name; example: "Übersicht.jpg" (and others)
When deploying this to EAP 6 we get:
07:35:59,125 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."xxx.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."xxx.war".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "test.war"
When deploying KJAR to EAP 7 we get:
~~~
2024-05-15 16:05:53,543 ERROR [org.drools.compiler.kie.builder.impl.InternalKieModule] (default task-198) MALFORMED: java.lang.IllegalArgumentException: MALFORMED
at java.util.zip.ZipCoder.toString(ZipCoder.java:58)
at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:300)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:122)
~~~
Environment
Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- 7.x
Red Hat Process Automation Manager (RHPAM)
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.