TSK-671: Allow upload of large classification or workbasket files

This commit is contained in:
BVier 2019-05-27 10:01:54 +02:00 committed by Mustapha Zorgati
parent 5a1d3f5321
commit 4b69f4bbe8
2 changed files with 4 additions and 1 deletions

View File

@ -205,7 +205,7 @@ public interface TaskQuery extends BaseQuery<TaskSummary, TaskQueryColumnName> {
TaskQuery workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers);
/**
* Add your workbasket key to the query.
* Add your workbasket id to the query.
*
* @param workbasketIds
* the ids of workbaskets

View File

@ -49,6 +49,9 @@ taskana.ldap.groupsOfUser=memberUid
taskana.jobscheduler.async.cron=0 * * * * *
####### cache static resources properties
spring.resources.cache.cachecontrol.cache-private=true
####### for upload of big workbasket- or classification-files
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.internal-proxies=.*
server.use-forward-headers=true