Hi,
Seems that the doGetRealPath method in the FileDirContext returns the
path directly without checking the target file or folder exists, so is it
expected or file checking is required ?
--->
@Override
protected String doGetRealPath(String path) {
File file = new File(getDocBase(), path);
return file.getAbsolutePath();
}
<---
--
Ivan
- FileDirContext returns the path directly without chec... Ivan
- Re: FileDirContext returns the path directly wit... Mark Thomas
- Re: FileDirContext returns the path directly... Ivan
- RE: FileDirContext returns the path dire... Caldarale, Charles R
- Re: FileDirContext returns the path ... Ivan
- Re: FileDirContext returns the ... Mark Thomas
- Re: FileDirContext returns ... Ivan
- Re: FileDirContext retu... Mark Thomas
- Re: FileDirContext retu... Ivan
- Re: FileDirContext retu... Mark Thomas
- Re: FileDirContext retu... Ivan
