What is the max request URI length configured in Apache-Tomcat
that's embedded in a spring-boot
application? Also, How do I configure it?
I looked into many places and found maxHttpHeaderSize
, but that is the max size of the headers, of both request
and response
, and not just the URI
.