
|
If you were logged in you would be able to see more operations.
|
|
Sesame
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
|
|
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>).
|
|
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.
|
|