Skip to content

Commit 0c8912c

Browse files
committed
chore QPPA-9858: resovle tomcat vuln CVE-2024-50379
1 parent edab164 commit 0c8912c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest-api/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
spring.main.banner-mode=off
22
spring.servlet.multipart.max-file-size=-1
33
spring.servlet.multipart.max-request-size=-1
4+
sun.io.useCanonCaches=false
45
security.user.password=not_used
56
server.port=8443
67
server.ssl.key-store-type=PKCS12

0 commit comments

Comments
 (0)