What’s the maximum URL length in Tomcat?

And is it configurable? Can I set up Tomcat so that a URL with, say, 200K of query params goes through successfully to the contained servlet? Yes, I know one should use POST when you have lots of data; that’s a less pleasant option in this particular case. The contained application (a search engine) expects … Read more