intruxxer / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Replace the use of the String class for available/default "Forced Browse" files #610

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The available "Forced Browse" files and the default "Forced Browse" file, are 
handled as String(s) (name of the file), this adds a "burden" each time a file 
needs to be used as the path of the file needs to be "located" (as it can be in 
the default directory or the custom directory). To avoid the need to "locate" 
the path and to manually handle the file paths the use of the class String will 
be replaced with a more appropriate class (File).

ZAP Version:
Version 2.0.0 (and trunk r3029).

Original issue reported on code.google.com by THC...@gmail.com on 9 Apr 2013 at 2:55

GoogleCodeExporter commented 9 years ago
r3056

Original comment by THC...@gmail.com on 14 Apr 2013 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 15 Apr 2013 at 8:44

GoogleCodeExporter commented 9 years ago
Fixed in 2.1.0

Original comment by psii...@gmail.com on 18 Apr 2013 at 9:49