Skip to content

Commit 858de6d

Browse files
Issue #1063: Correcting 14.1.1 version range specification for RemoteAnonymousRmit3Enabled (#1065)
1 parent 99a3ae4 commit 858de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@
14231423
{"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "RemoteAnonymous${Rmiiiop:RMIIIOP}Enabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
14241424
"RemoteAnonymousRmit3Enabled": [ {"version": "[12.2.1.3.210630,12.2.1.4)", "wlst_mode": "online", "wlst_name": "RemoteAnonymous${Rmit3:RMIT3}Enabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ,
14251425
{"version": "[12.2.1.4.210629,14.1.1)", "wlst_mode": "online", "wlst_name": "RemoteAnonymous${Rmit3:RMIT3}Enabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ,
1426-
{"version": "[14.1.1)", "wlst_mode": "both", "wlst_name": "RemoteAnonymous${Rmit3:RMIT3}Enabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1426+
{"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "RemoteAnonymous${Rmit3:RMIT3}Enabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
14271427
"UseKSSForDemo": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "UseKSSForDemo", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean", "restart_required": "true" } ],
14281428
"WebAppFilesCaseInsensitive": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "WebAppFilesCaseInsensitive", "wlst_path": "WP001", "default_value": "${__NULL__:false}", "wlst_type": "string", "restart_required": "true" } ]
14291429
},

0 commit comments

Comments
 (0)