Skip to content

Commit 512975f

Browse files
committed
Issue #281 - Corrected online WLST path for Realm/CertPathProvider
1 parent 12647ba commit 512975f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SecurityConfiguration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
},
970970
"wlst_attributes_path": "WP001",
971971
"wlst_paths": {
972-
"WP001": "/SecurityConfiguration/%SEC_CONFIG%/Realm${:s}/%REALM%/CertPathProvider/%PROVIDER%"
972+
"WP001": "/SecurityConfiguration/%SEC_CONFIG%/Realm${:s}/%REALM%/CertPathProvider${:s}/%PROVIDER%"
973973
}
974974
},
975975
"WebLogicCertPathProvider": {
@@ -981,14 +981,14 @@
981981
},
982982
"wlst_attributes_path": "WP001",
983983
"wlst_paths": {
984-
"WP001": "/SecurityConfiguration/%SEC_CONFIG%/Realm${:s}/%REALM%/CertPathProvider/%PROVIDER%"
984+
"WP001": "/SecurityConfiguration/%SEC_CONFIG%/Realm${:s}/%REALM%/CertPathProvider${:s}/%PROVIDER%"
985985
}
986986
}
987987
},
988988
"attributes" : { },
989989
"wlst_attributes_path": "WP001",
990990
"wlst_paths": {
991-
"WP001": "/SecurityConfiguration/%SEC_CONFIG%/Realm${:s}/%REALM%/CertPathProvider/%PROVIDER%"
991+
"WP001": "/SecurityConfiguration/%SEC_CONFIG%/Realm${:s}/%REALM%/CertPathProvider${:s}/%PROVIDER%"
992992
}
993993
},
994994
"CredentialMapper" : {

0 commit comments

Comments
 (0)