Skip to content

Commit 9a43701

Browse files
committed
Merge branch 'alias-test-20251113' into 'main'
Corrected offline aliases for CorsAllowedOrigin See merge request weblogic-cloud/weblogic-deploy-tooling!1843
2 parents 40c1451 + 34c7123 commit 9a43701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"CorsAllowedOrigin": [
3030
{"version": "[12.2.1.3.0.200227,12.2.1.3.0.221013)", "wlst_mode": "online", "wlst_name": "CORSAllowedOrigins", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET"},
3131
{"version": "[12.2.1.4.0.200228,12.2.1.4.0.220929)", "wlst_mode": "online", "wlst_name": "CORSAllowedOrigins", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET"},
32-
{"version": "[12.2.1.3.0.221013,12.2.1.4)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}AllowedOrigin${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "get_method": "GET"},
33-
{"version": "[12.2.1.4.0.220929,)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}AllowedOrigin${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "get_method": "GET"}
32+
{"version": "[12.2.1.3.0.221013,12.2.1.4)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}AllowedOrigin${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "get_method": "${LSA:GET}", "wlst_read_type": "delimited_string[semicolon]", "preferred_model_type": "delimited_string"},
33+
{"version": "[12.2.1.4.0.220929,)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}AllowedOrigin${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "get_method": "${LSA:GET}", "wlst_read_type": "delimited_string[semicolon]", "preferred_model_type": "delimited_string"}
3434
],
3535
"CorsEnabled": [
3636
{"version": "[12.2.1.3.0.200227,12.2.1.3.0.221013)", "wlst_mode": "online", "wlst_name": "CORSEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" },

0 commit comments

Comments
 (0)