[zanata-bugs] [Bug 888090] New: [RFE] Implement REST ETag mechanism for certain GET operations.

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 18 00:33:22 UTC 2012


Product: Zanata
https://bugzilla.redhat.com/show_bug.cgi?id=888090

            Bug ID: 888090
           Summary: [RFE] Implement REST ETag mechanism for certain GET
                    operations.
           Product: Zanata
           Version: 2.0
         Component: Component-Logic, Component-Maven, Performance
          Severity: unspecified
          Priority: unspecified
          Reporter: camunoz at redhat.com

Implement Etags on the server and java client to save on bandwidth (and
possibly time) when repeatedly performing the same GET operation.

The server will need to generate Etag headers whenever it responds to one of
the affected GET operations. It should also try to honor Etag headers when
provided by the client, returning 304 (Not modified) responses when the client
provided Etag matches the server calculated one.

The client should keep a local data store (xml) with any server returned Etags
and try to populate the Etag header whenever performing one of the affected GET
operations. It should also be able to handle 304 responses meaning nothing has
changed since the last request was done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EVEfeeXRFT&a=cc_unsubscribe




More information about the zanata-bugs mailing list