what is the limit of request parameters in Weblogic 10.3.6.0
Weblogic Server 10.3.6.0
What is the maximum number of request query parameters allowed? Is it configurable?
I am getting exception on POST:
weblogic.utils.http.MaxRequestParameterExceedException
at weblogic.utils.http.QueryParams.checkLimit(QueryParams.java:43)
at weblogic.utils.http.QueryParams.getCurrentAndCheck(QueryParams.java:37)
at weblogic.utils.http.QueryParams.put(QueryParams.java:70)
at weblogic.utils.http.HttpParsing.parseQueryString(HttpParsing.java:181)
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.mergePostParams(ServletRequestImpl.java:2171)
...
Thanks!
0