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

           Summary: Incorrect detection if local copy isn't expired yet in
                    proxy module
           Product: Apache httpd-1.3
           Version: 1.3.41
          Platform: PC
               URL: http://blog.dataparksearch.org/152
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=23549)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23549)
A fix for the issue

This patch corrects the search for a key with value in a comma-separated list
of case-insensitive tokens, as well, it fixes the value extraction of the key
when needed. Particularly, this bug prevents detection if local copy isn’t
expired yet.

Unpatched version, for example, is unable to find 's-maxage' key and its value
in the following header:

Cache-Control: public, s-maxage=86400, max-age=86400

-- 
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