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 2002/07/19 16:50:13 UTC

DO NOT REPLY [Bug 10987] New: - HTTP error 416 on partial GET and if modified since

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10987>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10987

HTTP error 416 on partial GET and if modified since

           Summary: HTTP error 416 on partial GET and if modified since
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: PC
               URL: http://62.212.97.214/
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: pfbesson@iso-informatique.com
                CC: pfbesson@iso-informatique.com


I get a HTTP 416 error with � GET request containing at the same time an If-Modified-Since and a Range 
request starting at byte 0 through 4095.The file exists and has not been modified since the date. 
The server can be accessed from "outside" if you want to test or reproduce the problem.
Dump of 
the request is :
06C483A0  47 45 54 20 2F 69 73 69 6D 61 67 65 78 78 6C 2F  GET /isimagexxl/
06C483B0  69 
66 72 65 6D 65 72 2F 62 61 73 65 73 2F 53 43  ifremer/bases/SC
06C483C0  41 4E 5F 31 30 30 2F 53 43 41 4E 5F 31 
30 30 5F  AN_100/SCAN_100_
06C483D0  54 49 4C 45 5F 30 31 36 5F 30 30 30 30 5F 30 30  
TILE_016_0000_00
06C483E0  30 30 2E 52 41 57 20 48 54 54 50 2F 31 2E 31 0D  00.RAW 
HTTP/1.1.
06C483F0  0A 41 63 63 65 70 74 3A 20 2A 2F 2A 0D 0A 41 63  .Accept: */*..Ac
06C48400  63 65 70 
74 2D 43 68 61 72 73 65 74 3A 20 2A 0D  cept-Charset: *.
06C48410  0A 41 63 63 65 70 74 2D 45 6E 63 6F 64 69 6E 67  
.Accept-Encoding
06C48420  3A 20 69 64 65 6E 74 69 74 79 0D 0A 41 63 63 65  : identity..Acce
06C48430  
70 74 2D 4C 61 6E 67 75 61 67 65 3A 20 2A 0D 0A  pt-Language: *..
06C48440  48 6F 73 74 3A 20 36 32 2E 32 31 32 2E 
39 37 2E  Host: 62.212.97.
06C48450  32 31 34 3A 38 30 0D 0A 49 66 2D 4D 6F 64 69 66  214:80..If-
Modif
06C48460  69 65 64 2D 53 69 6E 63 65 3A 20 54 68 75 2C 20  ied-Since: Thu, 
06C48470  31 34 20 4A 75 6E 
20 32 30 30 32 20 31 36 3A 34  14 Jun 2002 16:4
06C48480  39 3A 34 35 20 47 4D 54 0D 0A 55 73 65 72 2D 41  9:45 
GMT..User-A
06C48490  67 65 6E 74 3A 20 49 53 49 6D 61 67 65 58 58 4C  gent: ISImageXXL
06C484A0  20 4E 
65 74 77 6F 72 6B 20 53 65 72 76 65 72 0D   Network Server.
06C484B0  0A 43 6F 6E 6E 65 63 74 69 6F 6E 3A 20 63 6C 
6F  .Connection: clo
06C484C0  73 65 0D 0A 52 61 6E 67 65 3A 20 62 79 74 65 73  se..Range: 
bytes
06C484D0  3D 30 2D 34 30 39 35 0D 0A 0D 0A CD CD CD CD CD  =0-4095....

The response line is 
:
06C5FF00  48 54 54 50 2F 31 2E 31 20 34 31 36 20 52 65 71  HTTP/1.1 416 Req
06C5FF10  75 65 73 74 65 64 20 
52 61 6E 67 65 20 4E 6F 74  uested Range Not
06C5FF20  20 53 61 74 69 73 66 69 61 62 6C 65 00 FD FD FD   
Satisfiable.���
as recorded in the log file, 
62.212.97.214 - - [19/Jul/2002:16:13:49 +0200] 
"GET /isimagexxl/ifremer/bases/SCAN_100/SCAN_100_TILE_016_0000_0000.RAW HTTP/1.1" 416 
386
but should be 206 ?

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org