Issue 12002

Conditional GET test ignored - possible issue with rs.gbif.org

12002
Reporter: trobertson
Type: Bug
Summary: Conditional GET test ignored - possible issue with rs.gbif.org
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-10-10 11:13:55.103
Updated: 2013-12-06 13:15:59.365
Resolved: 2012-11-20 21:51:19.131
        
Description: The HttpUtilTest for conditional GET is being ignored.
It calls a request for http://rs.gbif.org/vocabulary/gbif/rank.xml but and appears to be coded correctly, but the condition is not satisfied.

Investigate - could be coding issue, but suspect this is actually an issue with rs.gbif.org not actually supporting conditional gets.]]>
    


Author: mdoering@gbif.org
Created: 2012-10-10 13:00:07.083
Updated: 2012-10-10 13:00:07.083
        
rs.gbif.org just a regular static file on apache. Conditional gets should therefore be supported and this test also used to work before.
Said that Ive got no idea what the actual problem is
    


Author: mdoering@gbif.org
Comment: Appears to be a small clock difference between test machine and serving apache. The test now uses a last modified time 24h before now which will work unless the test file has indeed been modified within the last 24h
Created: 2012-11-20 21:51:19.156
Updated: 2012-11-20 21:51:19.156


Author: mdoering@gbif.org
Comment: http://code.google.com/p/gbif-common-resources/source/detail?r=1205
Created: 2012-11-20 21:51:52.473
Updated: 2012-11-20 21:51:52.473