ukris / typhoonae

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

Duplicate Blob Upload Session entities #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Calling google.appengine.ext.blobstore.create_upload_url() creates a duplicate 
__BlobUploadSession__ entity when the calling request handler requires login. 
These duplicate entities will never be deleted and pollute the Datastore.

Original issue reported on code.google.com by tobias.r...@gmail.com on 5 Jul 2010 at 10:17

GoogleCodeExporter commented 9 years ago
This is a side effect of an issue where request handlers get executed, even 
though they require login.

Fixed in the trunk.

Original comment by tobias.r...@gmail.com on 5 Jul 2010 at 10:44

GoogleCodeExporter commented 9 years ago
Fix included in 0.1.5 release.

Original comment by tobias.r...@gmail.com on 9 Jul 2010 at 9:56