Closed GoogleCodeExporter closed 9 years ago
I missed another bit of code that has the same problem -- the other file that
was changed in the fix to issue #45.
http://code.google.com/p/zirco-browser/source/browse/trunk/src/org/zirco/ui/runn
ables/DownloadRunnable.java#67
Here's the fixed code for that:
int queryParamStart = fileName.indexOf("?");
if (queryParamStart > 0) {
fileName = fileName.substring(0, queryParamStart);
}
return fileName;
Original comment by a.pritch...@psiphon.ca
on 7 May 2012 at 5:31
Shame on me for such a bad fix for issue #45... Thank for your great report !
Original comment by J.Devauc...@gmail.com
on 8 May 2012 at 10:54
Fixed in r458.
Original comment by J.Devauc...@gmail.com
on 8 May 2012 at 11:15
Original issue reported on code.google.com by
a.pritch...@psiphon.ca
on 7 May 2012 at 5:19