matrei commented on issue #16145:
URL: https://github.com/apache/grails-core/issues/16145#issuecomment-5355621307

   > FWIW: I ran into this problem and was able to get large uploads past 
tomcat by adding this to application.yml:
   > 
   > ```
   > server:
   >   tomcat:
   >     max-swallow-size: 100MB
   > ```
   
   Thanks, @whorvath2, `max-swallow-size` might be a workaround to let the 
application get a chance to handle the response.
   It does however not work-around the problem with Spring Security wrapping 
the request and hiding the multipart.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to