Skip to content

Commit da05927

Browse files
authored
incorrect version of MaxRequestParameterCount and MaxRequestParamCount (#450)
* correct version of MaxRequestParameterCount and MaxRequestParamCount in WebServer alias
1 parent 454dff0 commit da05927

File tree

1 file changed

+2
-3
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,9 +1196,8 @@
11961196
"KeepAliveSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "KeepAliveSecs", "wlst_path": "WP001", "value": {"default": 30 }, "wlst_type": "integer" } ],
11971197
"MaxPostSize": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxPostSize", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
11981198
"MaxPostTimeSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxPostTimeSecs", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],
1199-
"MaxRequestParameterCount": [ {"version": "[12.1.2,)", "wlst_mode": "online", "wlst_name": "MaxRequestParameterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ,
1200-
{"version": "[12.2.1.3,)", "wlst_mode": "offline", "wlst_name": "MaxRequestParameterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "${LSA:GET}" } ],
1201-
"MaxRequestParamterCount": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "MaxRequestParamterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ],
1199+
"MaxRequestParameterCount": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "MaxRequestParameterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ],
1200+
"MaxRequestParamterCount": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxRequestParamterCount", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer", "get_method": "GET" } ],
12021201
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
12031202
"OverloadResponseCode": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "OverloadResponseCode", "wlst_path": "WP001", "value": {"default": 503 }, "wlst_type": "integer" } ],
12041203
"PostTimeoutSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PostTimeoutSecs", "wlst_path": "WP001", "value": {"default": 30 }, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)