You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/03/14 13:48:35 UTC

[Bug 60864] New: FileMatch does not work for mod_header

https://bz.apache.org/bugzilla/show_bug.cgi?id=60864

            Bug ID: 60864
           Summary: FileMatch does not work for mod_header
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: Macintosh
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_headers
          Assignee: bugs@httpd.apache.org
          Reporter: glodov@gmail.com
  Target Milestone: ---

<FilesMatch
"\.(js|css|jpg|png|jpeg|gif|xml|txt|pdf|mov|avi|otf|woff|ico|swf)$">
        RequestHeader unset Cookie
        Header unset Cookie
        Header unset Set-Cookie
</FilesMatch>


Sending AJAX data to url 
http://localhost/my/json 
with POST method not sending Cookies in headers.
After removing this part of code from .htaccess, it sends Cookies in headers.

In this FileMatch no such url or condition.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60864] FileMatch does not work for mod_header

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60864

Iaroslav <gl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glodov@gmail.com
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60864] FileMatch does not work for mod_header

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60864

--- Comment #1 from Eric Covener <co...@gmail.com> ---
What is logged if you add %f to your access log?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org