In our Web Application that run on WebSphere Liberty 18.0.0.1 we got this error:
exceeding maximum parameters allowed per request 10 000 current 10 000 cannot add more
Before, that application was deployed on WAS (traditional) 8.5.5.x and we had this custom property: "com.ibm.ws.webcontainer.maxParamPerRequest": "-1"
.
But I can't found any configuration on Liberty.