https://issues.apache.org/bugzilla/show_bug.cgi?id=50317
--- Comment #33 from Ruediger Pluem <[email protected]> --- (In reply to jkaluza from comment #31) > After more digging, it looks like problem is with key generated for locking > in ap_cache_try_lock(): > > Some requests come with > key="http://localhost:80/examples/jsp/jsp2/el/basic-arithmetic.jsp?" > > While another come with > key="accept-encodinghttp://localhost:80/examples/jsp/jsp2/el/basic- > arithmetic.jsp?" > > Any ideas where that "accept-encoding" comes from? This is because the cache entry varies on the accept-encoding header and the original key gets regenerated by regen_key in mod_disk_cache. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
