https://bz.apache.org/bugzilla/show_bug.cgi?id=58079
--- Comment #1 from Felix Schumacher <[email protected]> --- Created attachment 32881 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32881&action=edit Do not cache responses with Vary header As a simple countermeasure to the described problem we could forbid to store http respones that have a Vary header with any value in it. A more complex solution would have to cache multiple responses for one url depending on the request headers. I think we should start with the simple version and implement the complex one on demand only. -- You are receiving this mail because: You are the assignee for the bug.
