[jboss-jira] [JBoss JIRA] (WFLY-4576) JCE jar file inside a deployment fails the signature check

Tom Fonteyne (JIRA) issues at jboss.org
Fri May 1 10:32:45 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064647#comment-13064647 ] 

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)


More information about the jboss-jira mailing list