Increases accessibility of getSaveDir to allow override its implementation

This commit is contained in:
Lukasz Lenart
2016-11-27 12:29:15 +01:00
parent 32341681ed
commit 8bb225c04c
@@ -690,7 +690,7 @@ public class Dispatcher {
*
* @return the path to save uploaded files to
*/
private String getSaveDir() {
protected String getSaveDir() {
String saveDir = multipartSaveDir.trim();
if (saveDir.equals("")) {