<p>Hi,</p>
<p>This is going to sound like a bizarre question, but is there the *faintest* possibility that OpenCMS could be changing image "src" paths in HTML? The reason I ask is that in the access logs we found two instances what appears to be a browser requesting an image that shouldn't be in the associated page. Details as follows.</p>

<p>Normally, a request for a particular page is closely followed by a request for an associated image from the same IP address like so:<br>GET /opencms/folder1/page.html<br>...<br>GET /opencms/folder1/img/pic1.jpg<br>...</p>

<p>However, on 2 occasions, we have found instances where the request from the same IP address was for an alternate image that shouldn't even by in the page like so:<br>GET /opencms/folder1/page.html<br>...<br>GET /opencms/differentFolder/img/differentPic.jpg<br>
...</p>
<p>This behaviour coincides with the user seeing the wrong image in place of pic1.jpg</p>
<p>The image tag is hard coded in a JSP element like so:<br><img id="tpposter" border="0" src="img/pic1.jpg" width="287px" height="192px"/></p>
<p>Whereas, there is absolutely no reference to differentPic.jpg in the page.</p>
<p>So, I can't see how it could possibility change. Furthermore, hitting the refresh button 30 seconds later cleared the problem and there were no other pages requests occurring at the same time.</p>
<div>I am going to try some stress testing and also rolling back to an earlier version of Tomcat (as per Alex's suggestion). </div>
<div> </div>
<div>I apologise for continuously bringing this up but it's driing me crazy.</div>
<div> </div>
<div>Thank you.</div>
<p>Regards Brett</p>