Closed GoogleCodeExporter closed 8 years ago
Hi Anton.
I sympathize with your problem, but BulkLoader is not the correct to fix it,
since we already have the web,
HTTP[1] for that.
If you try to access any inexistent URI, the server should return a 404 code,
and not really on any text content
over the response's body to inform that.
This is a principle of how the web works really ;-)
So basically, the sound manner to solve this:
- Use HTTP for that, return a 404 and recover from flash
- Load a list of available images and fetch always those you need.
Cheers
Arthur
[1]
Original comment by debert
on 20 Jun 2008 at 12:12
Original issue reported on code.google.com by
gmentat@gmail.com
on 20 Jun 2008 at 9:19