mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Increases accessibility of getSaveDir to allow override its implementation
This commit is contained in:
@@ -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("")) {
|
||||
|
||||
Reference in New Issue
Block a user