primefaces - p:graphicImage with cache="false" changes on action on local wildfly, but not once deployed to openshift, why? -
I have a local wildlife 8.1 server with PrimumFS 5.0.4. I have a JSF web app on it that has Facelet page with P: Graphic Image Cache = "Fail" and its default streaming content method is in the backing bean. I have an action, which allows some code that changes the image URL and refreshes the image origin. This works like a charm on my local server. The problem occurs when I'm deploying the application to open. Everything works fine except for the dynamic image, it returns the same image, even if everything is okay in my debugging code, I can see the new URL change and see an inspection element in Chrome Dev's devices, Image Dynamic URL changes after each UID Refresh: / javax.faces.resource / dynamiccontent.properties.xhtml? Ln = primefaces & amp; pfdrid = 5SVKvQrbpnnQ% 2Bp% 2B1DV8qP80xqOBb22iRPsVFmH9qJB8% 3D & amp; pfdrid_c = false & amp; uid = bb89b7f1-7eae- 44ba-807b-118e29ce4c7c
And after refreshing:
/ javax.faces.resource / dynamicc Ontent.properties.xhtml? Ln = primefaces & amp; pfdrid = 54SVKvQrbpnnQ% 2Bp% 2B1DV8qP80xqOBb22iRPsVFmH9qJB8% 3D & amp; pfdrid_c = false & uid = d50a9397-f836- 415d-9679-16c028d4aadd
Image can be cached?
Comments
Post a Comment