https://issues.apache.org/ooo/show_bug.cgi?id=121201

--- Comment #5 from Ariel Constenla-Haile <[email protected]> ---
(In reply to comment #4)
> I wrote the following Python script to check HEAD request to 
> aoo-my-sdbc.apache-extras.org.codespot.com: 

You are right:

[ariel@localhost ~]$ curl -i --head
http://aoo-my-sdbc.apache-extras.org.codespot.com/files/aoo-my-sdbc-1.1.0-linux-x86.oxt
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=UTF-8
X-Content-Type-Options: nosniff
Date: Mon, 18 Mar 2013 18:51:37 GMT
Server: codesite_downloads
Content-Length: 968
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN

while a partial GET is working:

[ariel@localhost ~]$ curl -i --get -H "Range: bytes=0-1"
http://aoo-my-sdbc.apache-extras.org.codespot.com/files/aoo-my-sdbc-1.1.0-linux-x86.oxt
HTTP/1.1 206 Partial Content
Content-Range: bytes 0-1/1549728
Content-Length: 2
Content-Type: application/zip; charset=binary
Content-Disposition: attachment; filename="aoo-my-sdbc-1.1.0-linux-x86.oxt"
Accept-Ranges: bytes
Date: Mon, 18 Mar 2013 18:52:34 GMT
Last-Modified: Thu, 11 Oct 2012 09:21:07 GMT
Expires: Mon, 25 Mar 2013 18:52:34 GMT
Cache-Control: public, max-age=604800
Server: DFE/largefile

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to