Rejecting request since max request parameter limit exceeded 10000
I am running WebLogic 10.3.6.0.8. Web application get "Rejecting request since max request parameter limit exceeded 10000" error. I followed an instruction found on Oracle support site and tried to use WLST to set MaxRequestParamterCount to -1. However, it does not work for me.
In WLST, ls() does not list "MaxRequestParamterCount" as a valid parameter. And when I tried to run "cmo.getWebServer().setMaxRequestParamterCount(-1)", got error message:
Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: setMaxRequestParamterCount
Please help.
Thanks.