https://bz.apache.org/bugzilla/show_bug.cgi?id=69710
--- Comment #10 from 123hay...@gmail.com --- (In reply to Remy Maucherat from comment #9) > The problem seems that you are not using multipart very efficiently. If you > have trivial flag parameters to pass, then URL params work, for starters. > Although multipart happened to work in all cases, this was an assumption > that maybe was not very reasonable. I disagree with this. As soon as you use a form with a fileuplod in it you will normally use the attribute enctype="multipart/form-data". With the new default limit that means every form with that enctype and more than 10 fields will break. For me this change broke several of my apps and i had to track down what the hell changed in the tomcat codebase. I'm ok with introducing new limits in general, but this was done in a minor release without any warning to the users. Even the notable changes do not mention new default limits and just reads "Provide finer grained control of multi-part request processing via two new attributes on the Connector element." No mention of new, enforced limits at all. At the very least this change should be prominently mentioned in the notable changes section of the release. Ideally I'd expect to introduce these options with much higher default values that don't break apps and then reduce them in a major release when people are expecting it. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org