Skip to content

Commit 317e127

Browse files
authored
Corrected end version for WebAppContainer/MaxRequestParamterCount to 12.2.1.3 (#695)
1 parent d7ee0f5 commit 317e127

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2019, Oracle Corporation and/or its affiliates. All rights reserved.",
2+
"copyright": "Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates. All rights reserved.",
33
"license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
44
"wlst_type": "WebAppContainer",
55
"child_folders_type": "single_unpredictable",
@@ -39,7 +39,7 @@
3939
"JaxRsMonitoringDefaultBehavior": [ {"version": "[12.2,)", "wlst_mode": "both", "wlst_name": "JaxRsMonitoringDefaultBehavior", "wlst_path": "WP001", "value": {"default": false }, "wlst_type": "boolean" } ],
4040
"MaxPostSize": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxPostSize", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
4141
"MaxPostTimeSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxPostTimeSecs", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
42-
"MaxRequestParamterCount": [ {"version": "[10]", "wlst_mode": "both", "wlst_name": "MaxRequestParamterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ],
42+
"MaxRequestParamterCount": [ {"version": "[10,12.2.1.4)", "wlst_mode": "both", "wlst_name": "MaxRequestParamterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ],
4343
"MaxRequestParameterCount": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "MaxRequestParameterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ],
4444
"MimeMappingFile": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MimeMappingFile", "wlst_path": "WP001", "value": {"default": "./config/mimemappings.properties" }, "wlst_type": "string", "uses_path_tokens": "true" } ],
4545
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],

0 commit comments

Comments
 (0)