History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-283
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: James Leigh
Reporter: Herko ter Horst
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Support HEAD requests and If-Modified-Since where possible in REST API

Created: 28/Jun/06 12:54 PM   Updated: 02/Dec/08 06:54 PM
Component/s: HTTP Server
Affects Version/s: 2.0
Fix Version/s: 3.0


 Description   
To make it possible for clients to determine if something has changed, the REST API should be extended to support HEAD requests and the If-Modified-Since header where possible, for example on the repository list (/repositories) and each individual repository (/repositories/<repos>).

 All   Comments   Change History      Sort Order:
Comment by James Leigh [02/Dec/08 06:54 PM]
Requests that do not modify the manager or a repository will return last-modified and etag for cache validation and requests with if-modified-since and/or if-none-match will result in a not-modified response in revision 8165.