>Number: 2095 >Category: mod_proxy >Synopsis: Last-Modified date sent by older versions of Apache is not >recognized >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Apr 21 05:30:00 PDT 1998 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3b6 >Environment: Linux pinguin 2.0.33 #17 Thu Mar 26 17:42:57 CET 1998 i686 unknown >Description: Older versions of Apache send "Last-modified:" instead of "Last-Modified:". The proxy module does not recognize these (slightly wrong) headers.
In the function ap_proxy_cache_update the response headers are searched for "Last-Modified" using ap_proxy_get_header. No last modified date is found and the actual date is used. The same is true for "Content-type:" and "Content-length:" Maybe mod_proxy should be more tolerant to the behaviour of it's ancestors :-) >How-To-Repeat: >Fix: make the search in ap_proxy_get_header case insensitiv >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
