https://issues.apache.org/bugzilla/show_bug.cgi?id=49570
Thai Ha <hathanht...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Thai Ha <hathanht...@gmail.com> 2010-07-15 22:12:30 EDT --- A proposed patch is below: if (response.containsHeader("Vary")) { response.addHeader("Vary", "Accept-Encoding"); } else { response.setHeader("Vary", "Accept-Encoding"); } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org