Skip to content

Commit c8c0316

Browse files
committed
corrected typo in offline macro for SDPEnabled
1 parent 8275c44 commit c8c0316

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"PublicPort": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PublicPort", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
319319
"ResolveDNSName": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "ResolveDNSName", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
320320
"SSLListenPort": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SSLListenPort", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
321-
"SdpEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "$S{dp:DP}Enabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
321+
"SdpEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "S${dp:DP}Enabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
322322
"SsLv2HelloEnabled": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "S${s:S}Lv2HelloEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
323323
"TimeoutConnectionWithPendingResponses": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TimeoutConnectionWithPendingResponses", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
324324
"TunnelingClientPingSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TunnelingClientPingSecs", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)