Skip to content

Commit d1e6ded

Browse files
authored
Merge pull request #329 from oracle/wdt286
Fixed alias version in WebAppContainer
2 parents f1792bb + d98a93a commit d1e6ded

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"folders": {
88
"GzipCompression" : {
99
"wlst_type": "GzipCompression",
10-
"version": "[12.2.1.3,)",
10+
"version": "[12.2,)",
1111
"child_folders_type": "single_unpredictable",
1212
"default_name_value": "${NO_NAME_0:%DOMAIN%}",
1313
"folders": {},
1414
"attributes": {
15-
"DynamicallyCreated": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP002", "value": {"default": false }, "wlst_type": "boolean" } ],
16-
"GzipCompressionContentType": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "GzipCompressionContentType", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "${list:jarray}", "wlst_read_type": "delimited_string[semicolon]", "get_method": "${LSA:GET}", "preferred_model_type": "list" } ],
17-
"GzipCompressionEnabled": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "GzipCompressionEnabled", "wlst_path": "WP002", "value": {"default": false }, "wlst_type": "boolean" } ],
18-
"GzipCompressionMinContentLength": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "GzipCompressionMinContentLength", "wlst_path": "WP002", "value": {"default": 2048 }, "wlst_type": "integer" } ],
19-
"Notes": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "string" } ]
15+
"DynamicallyCreated": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "DynamicallyCreated", "wlst_path": "WP002", "value": {"default": false }, "wlst_type": "boolean" } ],
16+
"GzipCompressionContentType": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "GzipCompressionContentType", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "${list:jarray}", "wlst_read_type": "delimited_string[semicolon]", "get_method": "${LSA:GET}", "preferred_model_type": "list" } ],
17+
"GzipCompressionEnabled": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "GzipCompressionEnabled", "wlst_path": "WP002", "value": {"default": false }, "wlst_type": "boolean" } ],
18+
"GzipCompressionMinContentLength": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "GzipCompressionMinContentLength", "wlst_path": "WP002", "value": {"default": 2048 }, "wlst_type": "integer" } ],
19+
"Notes": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "string" } ]
2020
},
2121
"wlst_attributes_path": "WP002",
2222
"wlst_paths": {
@@ -39,7 +39,7 @@
3939
"MaxPostSize": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxPostSize", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
4040
"MaxPostTimeSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxPostTimeSecs", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
4141
"MaxRequestParamterCount": [ {"version": "[10]", "wlst_mode": "both", "wlst_name": "MaxRequestParamterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer" } ],
42-
"MaxRequestParameterCount": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "MaxRequestParameterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer" } ],
42+
"MaxRequestParameterCount": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "MaxRequestParameterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer" } ],
4343
"MimeMappingFile": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MimeMappingFile", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
4444
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
4545
"OptimisticSerialization": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "OptimisticSerialization", "wlst_path": "WP001", "value": {"default": false }, "wlst_type": "boolean" } ],

0 commit comments

Comments
 (0)