[
https://issues.jboss.org/browse/WFLY-4576?page=com.atlassian.jira.plugin....
]
Tom Fonteyne commented on WFLY-4576:
------------------------------------
David came wit this workaround:
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<resources>
<resource-root path="WEB-INF/lib/bcprov-jdk15on-1.51.jar"
use-physical-code-source="true"/>
</resources>
</deployment>
</jboss-deployment-structure>
which work brilliant.
JCE jar file inside a deployment fails the signature check
------------------------------------------------------------
Key: WFLY-4576
URL:
https://issues.jboss.org/browse/WFLY-4576
Project: WildFly
Issue Type: Bug
Components: VFS
Affects Versions: 9.0.0.Beta2
Environment: Wildfly build from master on April 22, 2015
Reporter: Tom Fonteyne
Assignee: Tomaz Cerar
Attachments: bouncycastle.zip
deploy a war file which contains the bouncycastle (or any other JCE) signed jar file.
Initialise and try to use a cipher results in a failure due to VFS not being able to read
and verify the file
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)