You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gentics Mesh Version, operating system, or hardware.
v0.30.2
Problem
When changing the parameters of an image manipulation request, it can happen that an old cached image is returned even though the parameters have changed.
Reproducer
Upload an image
Fetch the image like this: http://localhost:8081/api/v1/test/nodes/fe7a22767bc14db7ba22767bc14db721/binary/binary?w=300&h=400&fpx=0.46&fpy=0.35&fpdebug=true&crop=fp&fpz=2
Fetch it again and remove the fpz parameter: http://localhost:8081/api/v1/test/nodes/fe7a22767bc14db7ba22767bc14db721/binary/binary?w=300&h=400&fpx=0.46&fpy=0.35&fpdebug=true&crop=fp
Expected behaviour and actual behaviour
I expected the zoomed out image to be returned, but instead I get the previous image again.
The text was updated successfully, but these errors were encountered:
Gentics Mesh Version, operating system, or hardware.
Problem
When changing the parameters of an image manipulation request, it can happen that an old cached image is returned even though the parameters have changed.
Reproducer
http://localhost:8081/api/v1/test/nodes/fe7a22767bc14db7ba22767bc14db721/binary/binary?w=300&h=400&fpx=0.46&fpy=0.35&fpdebug=true&crop=fp&fpz=2
http://localhost:8081/api/v1/test/nodes/fe7a22767bc14db7ba22767bc14db721/binary/binary?w=300&h=400&fpx=0.46&fpy=0.35&fpdebug=true&crop=fp
Expected behaviour and actual behaviour
I expected the zoomed out image to be returned, but instead I get the previous image again.
The text was updated successfully, but these errors were encountered: