Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
None
Description
As reported by Brian, to reproduce
1. start demo with `mvn -Dspring=true spring-boot:run`
2. load wicket home page for the demo (http://localhost:8080/wicket), logging in with sven
3. go to Blob demo
4. download the png logo
5. edit it, upload tif1.tif (click OK in dialog, and the thumbnail refreshes)
6. download the blob again and open if file viewer or take note of what downloads
7. stop and start the demo
8. Follow steps #2 through #6 with tif2.tif.
Observe that the thumbnail changes, but the "downloaded" file is actually tif1.tif. You can also see from the browser developer console that the GET request is fulfilled from cache.