From 5b36e4ca946ec3fc91c3c99d7c58eb2e620c434a Mon Sep 17 00:00:00 2001
From: Lukas Malte Monnerjahn <lukasmalte.monnerjahn@dataport.de>
Date: Tue, 1 Oct 2024 16:57:08 +0200
Subject: [PATCH] Revert "change deprecated tomcat config setting name"

This reverts commit 240f96767786f3ecd249897f88dc6be3c74248fa.
---
 src/main/resources/application.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ce3c52d..393a557 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -8,6 +8,8 @@ spring:
 
 server:
   port: 8443
+  tomcat.max-http-post-size: 10MB
+  tomcat.max-swallow-size: 10MB
   ssl:
     # enthaelt den privaten und oeffentlichen Schluessel der Anwendung
     key-store: classpath:store/xta-test-server_keystore.p12
@@ -24,9 +26,6 @@ server:
     # wird ein Client Zertifikat benoetigt
     client-auth: want
   thymeleaf.cache: false
-  tomcat:
-    max-http-form-post-size: 10MB
-    max-swallow-size: 10MB
 
 app:  
   server:
-- 
GitLab