Skip to content

Commit

Permalink
fix: disable struts multipart upload
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Svanaes <[email protected]>
  • Loading branch information
netroms committed Dec 16, 2024
1 parent a87a469 commit 2d3a7a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<constant name="struts.velocity.contexts" value="org.hisp.dhis.encoding.velocity.EncoderVelocityContext" />
<constant name="struts.i18n.encoding" value="UTF-8" />
<constant name="struts.multipart.enabled" value="false" />
<constant name="struts.multipart.parser" value="jakarta" />
<constant name="struts.multipart.maxSize" value="1073741824" />
<constant name="struts.directive.parse.max.depth" value="30" />
Expand Down

0 comments on commit 2d3a7a1

Please sign in to comment.