Skip to content

Commit 7a06cc5

Browse files
committed
ALFREDAPI-568: Set Tomcat casual multipart for IT
1 parent 723cc3e commit 7a06cc5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

alfred-api-docker/231/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
environment:
1111
- SOLR_HOST=solr
1212
- TERM=xterm
13+
- TOMCAT_ALLOW_CASUAL_MULTIPART_PARSING=true
1314
- GLOBAL_messaging.broker.url=failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true
1415
- GLOBAL_localTransform.core-aio.url=http://transform-core-aio:8090/
1516
solr:

alfred-api-docker/232/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
environment:
1111
- SOLR_HOST=solr
1212
- TERM=xterm
13+
- TOMCAT_ALLOW_CASUAL_MULTIPART_PARSING=true
1314
- GLOBAL_messaging.broker.url=failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true
1415
- GLOBAL_localTransform.core-aio.url=http://transform-core-aio:8090/
1516
solr:

0 commit comments

Comments
 (0)