B3Partners / datastorelinker.old

B3P GIS Suite ETL tooling
https://b3partners.github.io/datastorelinker/
1 stars 1 forks source link

'expandDirs automatically' can now be set in the web.xml; default false #33

Closed mvdstruijk closed 5 years ago

mvdstruijk commented 5 years ago

If the uploadDirectory is set on a high level, the datastorelinker will search all sub dirs for files. This causes a memory leak if it's a big directory. It is now configurable to let the datastorelinker search all sub dirs directly or only on click like a normal file explorer.

mprins commented 5 years ago

Note that in a deploy you can override the default value in the context.xml file so a sys.admin does not need to meddle with web.xml changes