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

           Summary: If-Modified-Since and Last-Modified
           Product: Apache httpd-2
           Version: 2.0.52
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


"If-Modified-Since and Last-Modified"

Apache return a incorrect header.

Request:
GET /svnroot/miranda/branches/stable/miranda/src/version.rc HTTP/1.1
If-Modified-Since: Fri, 04 Apr 2008 01:50:13 GMT
Host: miranda.svn.sourceforge.net

Server:
HTTP/1.1 200 OK
Date: Sun, 06 Apr 2008 15:24:54 GMT
Server: Apache/2.0.52 (CentOS)
Last-Modified: Fri, 04 Apr 2008 01:50:13 GMT
ETag: "7578//branches/stable/miranda/src/version.rc"
Accept-Ranges: bytes
Content-Length: 3814
Content-Type: text/plain; charset=UTF-8
+ file

Apache must return:
HTTP/1.1 304 Not Modified
- no file


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