Please submit a jira. But blobs are deprecated and removed in 9.0. Jan Høydahl
> 15. sep. 2021 kl. 14:51 skrev Andy Hind <[email protected]>: > > 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
