We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e953e4 commit def1b19Copy full SHA for def1b19
src/main/java/org/owasp/esapi/reference/DefaultSecurityConfiguration.java
@@ -961,7 +961,8 @@ public File getUploadDirectory() {
961
*/
962
public File getUploadTempDirectory() {
963
String dir = getESAPIProperty(UPLOAD_TEMP_DIRECTORY,
964
- System.getProperty("java.io.tmpdir","UploadTempDir"));
+ System.getProperty("java.io.tmpdir","UploadTempDir")
965
+ );
966
return new File( dir );
967
}
968
0 commit comments