CQ5.5 Dispatch image files with same filename but different extension?
Hi
I have two images file in my CQ instances:
1. ko.jpg
2. ko.gif
When I dispatched ko.jpg to the webserver, everything went fine. Then when i dispatched ko.gif, for some reason, ko.jpg will be removed from the web server
When I check the dispatcher.log, i saw the following log:
[Tue May 27 16:51:23 2014] [I] [28236(140441037608704)] Eviced /cqcache/content/dam/web/bochk/desktop/ko,gif
I believe the dispatcher module will remove dispatched file with the same filename and even with different file extension. Are there is configuration which prevent this from happening or are there any reason behind on this behaviour?
Thanks