We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eace9c4 commit 45386e8Copy full SHA for 45386e8
core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java
@@ -561,6 +561,7 @@ public String getOPSSWallet() throws WLSDeployArchiveIOException {
561
562
LOGGER.entering(CLASS, METHOD);
563
List<String> result = getZipFile().listZipEntries(ARCHIVE_OPSS_WALLET_PATH + ZIP_SEP);
564
+ result.remove(ARCHIVE_OPSS_WALLET_PATH + ZIP_SEP);
565
LOGGER.exiting(CLASS, METHOD, result);
566
if (result.size() > 0) {
567
return result.get(0);
0 commit comments