dsoumis opened a new pull request, #753:
URL: https://github.com/apache/tomcat/pull/753

   This is an effort of introducing Parameter Limit Valve to allow limiting the 
number of parameters in HTTP requests, but explicitly allowing more parameters 
for specific URLs.
   
   It's worth to be noted that if the Parameter Limit Valve is configured, it 
operates independently of the Connector's maxParameterCount attribute. The 
Connector's maxParameterCount sets a global limit, while the Parameter Limit 
Valve offers additional flexibility by allowing different limits for specific 
URLs. However, if the maxParameterCount defined in the Connector is lower, it 
effectively overrides the valve by preventing large requests from ever reaching 
it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to