Task #7332
Story #7259: A DEV2 development environment is needed for upgrade testing
Fix dataone-cn-os-core postinst to really remove Bouncy Castle jars
Start date:
2015-09-08
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
The logic in the dataone-cn-os-core postinst removes Bouncy Castle jars if it thinks they are installed based on the provider line being present in the java.security file. This seems to miss added in the CCI 1.5.x buildout where that file wasn't modified statically. Change the logic to remove bcprov*jar and bcmail*jar from the JVM security extensions directory. This was a hiccup during the V1 to V2 upgrade process.
History
#1 Updated by Ben Leinfelder about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
os core postinst now removes bcprov and bcmail jars regardless of any security provider entry existing or not.