dolfdijkstra / gst-foundation

Sites Global Foundation Project
Apache License 2.0
13 stars 14 forks source link

Blobs not being flushed from BlobServer when URLs built using BlobUriBuilder #26

Open tfield opened 10 years ago

tfield commented 10 years ago

Unconfirmed, but based on an email from Patrice to TECH 2008-11-24 09:43: BlobUriBuilder not recording parentid correctly Should be: bUB.parent("asset-"+id.getId()+":"+id.getType()); instead of: bUB.parent(Long.toString(id.getId()));