Re: How to resolve the file path problem in linux I am using jsp to retrive a xml file and then reading it ?
Posted By:
Robert_Reford
Posted On:
Saturday, December 28, 2002 01:23 PM
Securely, you are using harcoded path separators, you have to replace them using "File.separator" instead.