I am not 100% positive this is an img_assist issue, but it seems to be as it only occurs when I use img_assist to upload/place images.
It appears that all image URLs are absolute links from the time of uploading. This makes it difficult to port from a test environment to a production environment, e.g., http://test.example.com to http://www.example.com. Or, as I do, to port from http://localhost.
rHO
Comments
Comment #1
praseodym commentedThis is also an issue on HTTPS sites, as images will still be requested over HTTP. This means many browsers will display a warning that the site contains non-secure content.
Comment #2
jjulian commentedI had the same problem but tracked it down to a cache issue, not an Image Assist one.
Comment #3
praseodym commentedIt's not a cache issue for me. Please don't close other people's issues.
Comment #4
sunImage Assist does not store any paths. As @jjulian already mentioned, the rendered image paths are cached.