https://issues.apache.org/bugzilla/show_bug.cgi?id=46048
--- Comment #2 from M.H. <[EMAIL PROTECTED]> 2008-10-21 02:51:09 PST --- (In reply to comment #1) > Have you tried the suggested work-around at > http://xmlgraphics.apache.org/fop/stable/graphics.html#caching already (adding > a unique dummy URL parameter)? No, because I can't set a unique URI in the XSL for each report generation. I try to achieve this with my custom URIResolver. But I noticed that for the second call (i.e. the second report) the custom URIResolver's resolve() is not called!!! This is another hint, that the image cache uses the URI before changed by a custom URIResolver! This would explain the the image cache lokks into the cache with the (non-unique) URI and finds it there and doesn't need to call the custom URIResolver.resolve(). If the cache would use the custom URIResolver's resolved URI, this would probably work. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
