https://issues.apache.org/bugzilla/show_bug.cgi?id=48828

           Summary: FilesMatch always matches png files
           Product: Apache httpd-2
           Version: 2.2.12
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When i use  FilseMatch to limit the scope of the Header set directive, it
always impact *.png files.
<FilesMatch "\.html$">
Header set Cache-Control: "must-revalidate, pre-check=0, post-check=0,
max-age=0"
</FilesMatch>
Filtering works ok, when I replace FilesMatch with following:
<Files ~"\.html$">
Header set Cache-Control: "must-revalidate, pre-check=0, post-check=0,
max-age=0"
</Files>

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to