ResourceServlet doesn't support conditional requests for resources in a bundle
------------------------------------------------------------------------------

                 Key: AMDATU-458
                 URL: http://jira.amdatu.org/jira/browse/AMDATU-458
             Project: Amdatu
          Issue Type: Bug
          Components: Amdatu Web
    Affects Versions: 0.2.1
            Reporter: Arthur Meijer


The ResourceServlet logic for comparing an incoming If-Modified-Since header 
with the Last-Modified header from resources in a bundle doesn't function 
correctly.
The last modified http headers have a precision of seconds. The 
conn.getLastModified() result has a precision in milliseconds.
The conn.getLastModified() is always new than the incoming headers, which 
results in a 200 response with an identical Last-Modified header as in the 
conditional request.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to