structurizr / onpremises

Structurizr on-premises installation
https://docs.structurizr.com/onpremises
MIT License
140 stars 54 forks source link

Creating a Review with multiple Diagrams will fail because the size of the POST request exceeds the default Tomcat maxPostSize #36

Closed cavies closed 1 year ago

cavies commented 1 year ago

Description

Creating a Review with multiple Diagrams will fail because the size of the POST request exceeds the default Tomcat maxPostSize, Therefore, when building a dock image, it is necessary to modify the value of maxPostSize in tomcat/conf/server.xml. It is recommended to set it to 100M.

Steps to reproduce

Use Big Bank plc as example

  1. Open Diagrams

  2. Click Create review button

  3. Select 5 Views image

  4. Click Create

  5. The page was redirected to /user/review/create, which should have been redirected to the /review/{token} image

Severity

Minor