Closed GoogleCodeExporter closed 9 years ago
I made a patch to pass this test. Please see PathUtil.java.diff.
It might be fix to remove two lines in normalizePath():
if (path.indexOf("..") < 0)
return path;
(but it's slow??)
Original comment by takahash...@gmail.com
on 23 May 2013 at 1:32
sorry, file is missing, attached again.
Original comment by takahash...@gmail.com
on 23 May 2013 at 4:14
Attachments:
This issue was closed by revision r469.
Original comment by tledou...@gmail.com
on 27 May 2013 at 8:37
Original comment by rdeltour@gmail.com
on 27 May 2013 at 10:28
Original issue reported on code.google.com by
takahash...@gmail.com
on 23 May 2013 at 1:00Attachments: