Skip to content

Commit 4cbdd7c

Browse files
authored
Merge pull request #72 from oracle/issue71-wrong-defaults
corrected several network access point defaults
2 parents 4686890 + c9d6816 commit 4cbdd7c

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"LogFileFilter": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LogFileFilter", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
232232
"LogFileRotationDir": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LogFileRotationDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
233233
"LogFileSeverity": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LogFileSeverity", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
234-
"LogMonitoringEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "LogMonitoringEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "string" } ],
234+
"LogMonitoringEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "LogMonitoringEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],
235235
"LogMonitoringIntervalSecs": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "LogMonitoringIntervalSecs", "wlst_path": "WP001", "value": {"default": 30 }, "wlst_type": "integer"} ],
236236
"LogMonitoringMaxThrottleMessageSignatureCount": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "LogMonitoringMaxThrottleMessageSignatureCount", "wlst_path": "WP001", "value": {"default": 1000 }, "wlst_type": "integer"} ],
237237
"LogMonitoringThrottleMessageLength": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "LogMonitoringThrottleMessageLength", "wlst_path": "WP001", "value": {"default": 50 }, "wlst_type": "integer"} ],
@@ -272,7 +272,7 @@
272272
"ChannelIdentityCustomized": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ChannelIdentityCustomized", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
273273
"ChannelWeight": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ChannelWeight", "wlst_path": "WP001", "value": {"default": 50 }, "wlst_type": "integer" } ],
274274
"Ciphersuite": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "Ciphersuite${:s}", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "delimited_string" } ],
275-
"ClientCertificateEnforced": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ClientCertificateEnforced", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ],
275+
"ClientCertificateEnforced": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ClientCertificateEnforced", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
276276
"ClientInitSecureRenegotiationAccepted": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "ClientInitSecureRenegotiationAccepted", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
277277
"ClusterAddress": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ClusterAddress", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
278278
"CompleteCOMMessageTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompleteCOMMessageTimeout", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
@@ -293,7 +293,7 @@
293293
"HostnameVerifier": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "HostnameVerifier", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
294294
"HttpEnabledForThisProtocol": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "HttpEnabledForThisProtocol", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ],
295295
"IdleConnectionTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "IdleConnectionTimeout", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
296-
"IdleIIOPConnectionTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "IdleIIOPConnectionTimeout", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
296+
"IdleIIOPConnectionTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "IdleIIOPConnectionTimeout", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
297297
"InboundCertificateValidation": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "InboundCertificateValidation", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
298298
"ListenAddress": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ListenAddress", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
299299
"ListenPort": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ListenPort", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
@@ -323,7 +323,7 @@
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" } ],
325325
"TunnelingClientTimeoutSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TunnelingClientTimeoutSecs", "wlst_path": "WP001", "value": {"default": 0 }, "wlst_type": "integer" } ],
326-
"TunnelingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TunnelingEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "string" } ],
326+
"TunnelingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TunnelingEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
327327
"TwoWaySSLEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "TwoWaySSLEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
328328
"UseFastSerialization": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "UseFastSerialization", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ]
329329
},

0 commit comments

Comments
 (0)