CAN YOU FIND THE SECURITY FLAW IN THIS JAVA CODE?
String pkgId = request.getParameter("_id");
File f = null;
if (pkgId == null) return;
try {f = new File(BASE_DIR+SEP+pkgId);process(f);}
finally { if (f!=null) { f.delete(); }}
某计算机系童鞋的签名。弄死看不懂。。。。
String pkgId = request.getParameter("_id");
File f = null;
if (pkgId == null) return;
try {f = new File(BASE_DIR+SEP+pkgId);process(f);}
finally { if (f!=null) { f.delete(); }}
某计算机系童鞋的签名。弄死看不懂。。。。
![](http://hiphotos.baidu.com/%C1%FA%E7%FC000/pic/item/2f3b81cf285f1e18b700c8e5.jpg?v=tbs)