TSK-671: Allow upload of large classification or workbasket files
This commit is contained in:
parent
5a1d3f5321
commit
4b69f4bbe8
|
|
@ -205,7 +205,7 @@ public interface TaskQuery extends BaseQuery<TaskSummary, TaskQueryColumnName> {
|
||||||
TaskQuery workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers);
|
TaskQuery workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add your workbasket key to the query.
|
* Add your workbasket id to the query.
|
||||||
*
|
*
|
||||||
* @param workbasketIds
|
* @param workbasketIds
|
||||||
* the ids of workbaskets
|
* the ids of workbaskets
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,9 @@ taskana.ldap.groupsOfUser=memberUid
|
||||||
taskana.jobscheduler.async.cron=0 * * * * *
|
taskana.jobscheduler.async.cron=0 * * * * *
|
||||||
####### cache static resources properties
|
####### cache static resources properties
|
||||||
spring.resources.cache.cachecontrol.cache-private=true
|
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
|
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
|
||||||
server.tomcat.internal-proxies=.*
|
server.tomcat.internal-proxies=.*
|
||||||
server.use-forward-headers=true
|
server.use-forward-headers=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue