Skip to Content.
Sympa Menu

metadata-support - Re: [Metadata-Support] MDQ Conditional-GET Etc.

Subject: InCommon metadata support

List archive

Re: [Metadata-Support] MDQ Conditional-GET Etc.


Chronological Thread 
  • From: Ian Young <>
  • To:
  • Subject: Re: [Metadata-Support] MDQ Conditional-GET Etc.
  • Date: Fri, 13 Jan 2017 10:13:42 +0000
  • Feedback-id: 217.155.173.110
  • Ironport-phdr: 9a23:LqlqIRfzULoOG3vYnMjszqjilGMj4u6mDksu8pMizoh2WeGdxcS9Zx7h7PlgxGXEQZ/co6odzbGH7+a7AydYsN6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52Ixi6twvcutcZjYd+Lqs61wfErGZPd+lK321jOEidnwz75se+/Z5j9zpftvc8/MNeUqv0Yro1Q6VAADspL2466svrtQLeTQSU/XsTTn8WkhtTDAfb6hzxQ4r8vTH7tup53ymaINH2QLUpUjms86tnVBnlgzoBOjUk8m/Yl9ZwgbpbrhyiuxNwzIDabpyXO/RgcKPTesgXSnBdUsZUTSFBAp+wY5UJAuEcPehYtY79p14WoBW9HwasAv7kxT1Phn/r26063PkqHAbH3AM6GdIDq3XUo8/1NasIVuC11qbIwS/eb/NVwDrw7pXDfB4mofGJR71wcMzRxFEgFwPEklWQqZHlMCiP2usRtGib6vJsWf+zi24nsQ5xvjivyd00ionRmI0VzE7L+jhjwIkrId23UlJ7Yd+6EJROsyGbN5F2Td0+TG52viY61rkGuJ6hcCgLzpQqwQPUZf+fc4WQ/B7vSfidLS1miH9rYr6zmgy+/Vaux+HkSMW4zVRHojBYntTMtn0BzQHf58qJR/dn40utxCqD2gbO4e9eO080j7DUK5s5z74wiJUTtUPDEzftmEXzlqCWbFkk+uiv6+T8frXqupGROJJuhgH7KKsum8i/Df45MwcQWWiX4+K826P//UHjXbVKjeU6kqjfsJ/EOcQWvrC1DxJL3oo59RqyAS2q3MkCkXUZIl9JYBeHgJLoO1HKLvD4F/C/g1G0nTdq3f/GOKbsApTXIXnDirvheqx960FGxAouztBT/4hUBa0ZIPLvRk/xs8TVDh4/MwOoxObnDdB91oQYWW6VBa+ZKqzSvUaN5u0xP+mDfpIatyzhK/c//vLulmI5mUcFfamux5sXdGu1HvBnI0WCfXrsmckNHX0Lvgo4UOzllkeCUThNaHauQa4w/C80B5+7DdSLeof4hbGd1SuyApQTfX1eEleWDV/pcY6DXvILbmSVOMAyvCYDUO2AQolp5BazsgCyn7tuKMLV8zxesojsksV2sb6A3Sou/CB5WpzOm1qGSHt5yzsF


On 13 Jan 2017, at 01:00, Tom Poage <> wrote:

Two part question:

The MDQ beta server doesn't look to support conditional GET. Are there plans to do so? Does it make sense to do so?

You are correct to deduce that the current mdq-beta does not support conditional GET. It is a deployment of this implementation:


It's a partial implementation of the specification. The corresponding enhancement request is here:


There are a couple of reasons why this hasn't yet reached the top of the pile, the strongest of which being that the current deployment regenerates the signed metadata every hour and this makes it unlikely that an eligible conditional GET will happen within that window.

A production service (whether based on mdq-beta or on different technology) would be much more likely to get value from conditional GET, and it would be more likely to be implemented at that point.


4.1.  Conditional Retrieval

  Upon a successful response the responder MUST return an ETag header
  and MAY return a Last-Modified header as well.  Requesters SHOULD use
  either or both, with the ETag being preferred, in any subsequent
  requests for the same resource.  In the event that a resource has not
  changed since the previous request, the requester will receive a 304
  (Not Modified) status code as a response.


I intend to review quite a bit of the text related to conditional GET and cacheing in light of the reformulation of HTTP/1.1 that happened (relatively) recently. In this case, it's probably more appropriate for the text to be:

    In the event that a resource has not
    changed since the previous requests, the responder SHOULD send a 304
    (Not Modified) status code as a response.

Hope that helps.

    -- Ian




Archive powered by MHonArc 2.6.19.

Top of Page