From: Roy T. Fielding Date: Sun, 12 Aug 2012 04:22:32 +0000 (+0000) Subject: awesome beach day X-Git-Tag: 2.4.3~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88c26cfc7f4566cac42f2d71c2f44f1e55077614;p=apache awesome beach day git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cc59fdfeb3..f38287b69c 100644 --- a/STATUS +++ b/STATUS @@ -198,7 +198,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works +1: fielding, gstein rjung: What about not needing mod_setenvif: - RequestHeader unset DNT "expr=%{HTTP_USER_AGENT} -strmatch '*MSIE 10.0;*'" + RequestHeader unset DNT "expr=%{HTTP_USER_AGENT} -strmatch '*MSIE 10.0;*'" + -- fielding: I prefer the separate syntax. I want the env variable + to be set for apps/logging, and it allows the same treatment + to be applied to other user agents that go bad. * Axe unnecessary trailing comma from server-status user output. trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1369904