Hi It seems there is a bug in BlobHandler when the version is greater than 999. The query generation formats 1000 as 1,000 so fails to find the blob.
See BlobHandler lines 213-220. StrUtils.format does the wrong thing with version. The simple fix is to force the version to a String outside the underlying MessageFormat. “”+version Would fix it. Discovered and validate on 7.7.3 and looks to be present on 8.x Is there an easy way to create a blob with a specified version? I, somewhat dimly, created 2000 versions of a blob to test this. Happy to submit the bug and patch. Regards Andy
