ESAPI / esapi-java

BSD 3-Clause "New" or "Revised" License
323 stars 74 forks source link

com.ibm.uvm.tools unresolved #12

Closed dsearles-celerium closed 3 years ago

dsearles-celerium commented 3 years ago

When I add esapi-2.2.3.0.jar to my OSGI project, the bundle will not load due to an unresolved reference to com.ibm.uvm.tools. Is there a circumvention for this so I can use ESAPI in my project?

dsearles-celerium commented 3 years ago

Posted to wrong project, needs to be in ESAPI Legacy

kwwall commented 3 years ago

@dsearles-celerium - Can you move this to the GitHub issue for esapi-java-legacy. I.e., https://github.com/ESAPI/esapi-java-legacy/issues, and then we can discuss it?

Or better, post to the ESAPI-Users mailing list as discussed in https://github.com/ESAPI/esapi-java-legacy/blob/develop/README.md. I don't think this is an ESAPI bug as the only reference to any com.ibm package name space is in SecurityProviderLoader class, where this like is called:

        jceProviders.put("IBMJCE", "com.ibm.crypto.provider.IBMJCE");