Skip to content

Commit 0538419

Browse files
committed
Fixing RestfulManagementServices CorExposedHeaders attribute name
1 parent a61a726 commit 0538419

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/RestfulManagementServices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{"version": "[12.2.1.3.0.221013,12.2.1.4)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}Enabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" },
3939
{"version": "[12.2.1.4.0.220929,)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}Enabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" }
4040
],
41-
"CorExposedHeaders": [
41+
"CorsExposedHeaders": [
4242
{"version": "[12.2.1.3.0.200227,12.2.1.3.0.221013)", "wlst_mode": "online", "wlst_name": "CORSExposedHeaders", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" },
4343
{"version": "[12.2.1.4.0.200228,12.2.1.4.0.220929)", "wlst_mode": "online", "wlst_name": "CORSExposedHeaders", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" },
4444
{"version": "[12.2.1.3.0.221013,12.2.1.4)", "wlst_mode": "both", "wlst_name": "C${ors:ORS}ExposedHeaders", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" },

0 commit comments

Comments
 (0)