From a422674f15099d6bd3fc3fa1879c2b23adffdc86 Mon Sep 17 00:00:00 2001 From: Josh Eckels Date: Fri, 28 Feb 2025 14:43:12 -0800 Subject: [PATCH] Simplify default application.properties related to Tomcat error pages (#1008) --- server/configs/application.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/configs/application.properties b/server/configs/application.properties index fd8927e2fe..a8f017dcbc 100644 --- a/server/configs/application.properties +++ b/server/configs/application.properties @@ -15,9 +15,6 @@ server.port=@@serverPort@@ #server.ssl.key-store-type=PKCS12 #server.ssl.ciphers=HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA:!EDH:!DHE:!DH:!CAMELLIA:!ARIA:!AESCCM:!SHA:!CHACHA20 -server.error.include-stacktrace=always -server.error.include-message=always - ## HTTP-only port for servers that need to handle both HTTPS (configure via server.port and server.ssl above) and HTTP #context.httpPort=8080