Dimitrios Soumis
Dimitrios Soumis
I have not found out an authoritative source, thus values should be discussed prior of this PR's possible merge. However, current limits can not support examples of values such as...
I will refactor the implementation as follows: 1. The maxParameterCount limit will be enforced directly within Request.doParseParameters(). If the Valve is set and the number of parameters exceeds the configured...
I have refactored the valve and the request as discussed here. There were 2 failing tests after the change to Request's constructor which introduced method accessing of Connector. The change...