The Atom "deleted-entry" Element
RFC 6721
Revision differences
Document history
Date | Rev. | By | Action |
---|---|---|---|
2015-10-14
|
18 | (System) | Notify list changed from jasnell@us.ibm.com, draft-snell-atompub-tombstones@ietf.org to (None) |
2012-09-26
|
18 | (System) | RFC published |
2012-09-05
|
18 | (System) | IANA Action state changed to RFC-Ed-Ack from Waiting on RFC Editor |
2012-09-05
|
18 | (System) | IANA Action state changed to Waiting on RFC Editor from Waiting on Authors |
2012-07-26
|
18 | (System) | IANA Action state changed to Waiting on Authors from In Progress |
2012-07-24
|
18 | (System) | IANA Action state changed to In Progress |
2012-07-23
|
18 | Cindy Morgan | State changed to RFC Ed Queue from Approved-announcement sent |
2012-07-23
|
18 | Cindy Morgan | State changed to Approved-announcement sent from Approved-announcement to be sent |
2012-07-23
|
18 | Cindy Morgan | IESG has approved the document |
2012-07-23
|
18 | Cindy Morgan | Closed "Approve" ballot |
2012-07-23
|
18 | Cindy Morgan | Ballot approval text was generated |
2012-07-20
|
18 | Barry Leiba | State changed to Approved-announcement to be sent from IESG Evaluation::AD Followup |
2012-07-20
|
18 | (System) | Sub state has been changed to AD Followup from Revised ID Needed |
2012-07-20
|
18 | Stephanie McCammon | New version available: draft-snell-atompub-tombstones-18.txt |
2012-07-20
|
17 | Barry Leiba | Still looking for a slightly extended Introduction section. |
2012-07-20
|
17 | Barry Leiba | State changed to IESG Evaluation::Revised ID Needed from IESG Evaluation::AD Followup |
2012-07-16
|
17 | Pete Resnick | [Ballot Position Update] Position for Pete Resnick has been changed to Yes from Discuss |
2012-07-16
|
17 | James Snell | New version available: draft-snell-atompub-tombstones-17.txt |
2012-07-10
|
16 | Pete Resnick | [Ballot discuss] The most recent version helped some, but I still have the same concerns with section 3: An Atom feed MAY contain atom:entry … [Ballot discuss] The most recent version helped some, but I still have the same concerns with section 3: An Atom feed MAY contain atom:entry elements and at:deleted-entry elements sharing the same atom:id value. Atom processors SHOULD ignore any at:deleted-entry elements sharing an atom:id value with an atom:entry whose atom:updated element specifies a date and time more recent than or equal to the at:deleted-entry element's when value. What exactly are the semantics associated with a feed that has both an atom-entry and at:deleted-entry for the same atom:id? Is it something like "marked for delete before purged"? How might this situation come up? I'm worried that there is not enough information in here (and the SHOULD is making me more worried) to be able to implement this in an interoperable fashion. You do explain the meaning of an at:deleted-entry that is *older* than the 'when' element of of an atom:entry's atom-updated element, but you don't explain what it means to have an at:deleted-entry that is *newer*. Please explain. Implementors should note that the at:deleted-entry element is informative in nature only and may be ignored by Atom processors. I'm not sure what the above means. What is it informative of? Do you really mean "advisory" instead of "informative"? Or do you mean "probabilistic" (which would concern me)? Are you saying that an Atom processor can't rely on an at:deleted-entry? The presence of an at:deleted-entry element does not guarantee that the atom:entry to which it is referring will no longer be available. Again, I'm not sure what the above means in practice. If it doesn't guarantee it, does it probabilistically indicate it? Again, what are the semantics of the thing? |
2012-07-10
|
16 | Pete Resnick | Ballot discuss text updated for Pete Resnick |
2012-07-09
|
16 | (System) | Sub state has been changed to AD Followup from Revised ID Needed |
2012-07-09
|
16 | James Snell | New version available: draft-snell-atompub-tombstones-16.txt |
2012-07-03
|
15 | Barry Leiba | Ballot writeup was changed |
2012-06-20
|
15 | Benoît Claise | [Ballot Position Update] Position for Benoit Claise has been changed to No Objection from Discuss |
2012-05-24
|
15 | Cindy Morgan | State changed to IESG Evaluation::Revised ID Needed from IESG Evaluation |
2012-05-22
|
15 | Ralph Droms | [Ballot Position Update] New position, No Objection, has been recorded for Ralph Droms |
2012-05-21
|
15 | Benoît Claise | [Ballot discuss] I don't think I have seen a reply to the Chris' review below, part of the OPS-DIR review. -------- Original Message -------- Subject: … [Ballot discuss] I don't think I have seen a reply to the Chris' review below, part of the OPS-DIR review. -------- Original Message -------- Subject: Re: [OPS-DIR] Ops directorate review of draft-snell-atompub-tombstones-14.txt Date: Tue, 7 Feb 2012 05:21:14 -0800 From: Christopher LILJENSTOLPE To: ops-dir@ietf.org CC: draft-snell-atompub-tombstones@tools.ietf.org > Greetings, > > I have performed an Operations Directorate review of draft-snell-atompub-tombstones-14.txt > > Operations directorate reviews are solicited primarily to help > the area directors improve their efficiency, particularly when > preparing for IESG telechats, and allowing them to focus on > documents requiring their attention and spend less time on the > trouble-free ones. Improving the documents is important, but > clearly a secondary purpose. A third purpose is to broaden the > OpsDir reviewers' exposure to work going on in other parts of > the IETF. > > Reviews from OpsDir members do not in and of themselves cause > the IESG to raise issue with a document. The reviews may, > however, convince individual IESG members to raise concern over > a particular document requiring further discussion. The reviews, > particularly those conducted in last call and earlier, may also > help the document editors improve their documents. > > ---- > > Review result: > > I believe there is an operational impact in this document, or, at lest a technical issue that may result in operational confusion. > > Section 5 discusses digital signatures of a atom removal message. Specifically, the paragraph: > > Section 4.4.2 of [W3C.REC-xmldsig-core-20020212] requires support for > DSA signatures and recommends support for RSA signatures. However, > because of the much greater popularity in the market of RSA versus > DSA, Atom Processors that verify signed Atom Documents MUST be able > to verify RSA signatures, but do not need be able to verify DSA > signatures. Due to security issues that can arise if the keying > material for message authentication code (MAC) authentication is not > handled properly, Atom Documents SHOULD NOT use MACs for signatures. > > Is where I have my issue. By reading this document, it seems as if we are suggesting an exactly opposite selection of mandatory digital signature algorithms as the W3C does for XML. W3C MUST's DSA, and SHOULD's RSA, and this draft is suggesting a MUST for RSA and a MAY for DSA. I would suggest that the authors either consider harmonizing with W3C, or requiring both RSA and DSA. If not, toolchains created to validate XML signatures may not work in this application. > > I also believe that the authors should outline the expected behavior if a processor can validate an XML message signature, and that validation proves that the message is invalid. There is NO mention that that should be a MUST NOT or SHOULD NOT for further processing of the message. > > These could lead to operational behavior issues and should, in my opinion, be addressed before the document is published. > > Regards, > Chris > > |
2012-05-21
|
15 | Benoît Claise | [Ballot comment] I have the same comment as Adrian Farrel: the 3 lines introduction is very very light, and doesn't give much background and references. |
2012-05-21
|
15 | Benoît Claise | Ballot comment and discuss text updated for Benoit Claise |
2012-05-21
|
15 | Benoît Claise | [Ballot discuss] DISCUSS: I don't think I have seen a reply to the Chris' review below, part of the OPS-DIR review. -------- Original Message -------- … [Ballot discuss] DISCUSS: I don't think I have seen a reply to the Chris' review below, part of the OPS-DIR review. -------- Original Message -------- Subject: Re: [OPS-DIR] Ops directorate review of draft-snell-atompub-tombstones-14.txt Date: Tue, 7 Feb 2012 05:21:14 -0800 From: Christopher LILJENSTOLPE To: ops-dir@ietf.org CC: draft-snell-atompub-tombstones@tools.ietf.org > Greetings, > > I have performed an Operations Directorate review of draft-snell-atompub-tombstones-14.txt > > Operations directorate reviews are solicited primarily to help > the area directors improve their efficiency, particularly when > preparing for IESG telechats, and allowing them to focus on > documents requiring their attention and spend less time on the > trouble-free ones. Improving the documents is important, but > clearly a secondary purpose. A third purpose is to broaden the > OpsDir reviewers' exposure to work going on in other parts of > the IETF. > > Reviews from OpsDir members do not in and of themselves cause > the IESG to raise issue with a document. The reviews may, > however, convince individual IESG members to raise concern over > a particular document requiring further discussion. The reviews, > particularly those conducted in last call and earlier, may also > help the document editors improve their documents. > > ---- > > Review result: > > I believe there is an operational impact in this document, or, at lest a technical issue that may result in operational confusion. > > Section 5 discusses digital signatures of a atom removal message. Specifically, the paragraph: > > Section 4.4.2 of [W3C.REC-xmldsig-core-20020212] requires support for > DSA signatures and recommends support for RSA signatures. However, > because of the much greater popularity in the market of RSA versus > DSA, Atom Processors that verify signed Atom Documents MUST be able > to verify RSA signatures, but do not need be able to verify DSA > signatures. Due to security issues that can arise if the keying > material for message authentication code (MAC) authentication is not > handled properly, Atom Documents SHOULD NOT use MACs for signatures. > > Is where I have my issue. By reading this document, it seems as if we are suggesting an exactly opposite selection of mandatory digital signature algorithms as the W3C does for XML. W3C MUST's DSA, and SHOULD's RSA, and this draft is suggesting a MUST for RSA and a MAY for DSA. I would suggest that the authors either consider harmonizing with W3C, or requiring both RSA and DSA. If not, toolchains created to validate XML signatures may not work in this application. > > I also believe that the authors should outline the expected behavior if a processor can validate an XML message signature, and that validation proves that the message is invalid. There is NO mention that that should be a MUST NOT or SHOULD NOT for further processing of the message. > > These could lead to operational behavior issues and should, in my opinion, be addressed before the document is published. > > Regards, > Chris > > |
2012-05-21
|
15 | Benoît Claise | [Ballot comment] COMMENT: I have the same comment as Adrian Farrel: the 3 lines introduction is very very light, and doesn't give much background and … [Ballot comment] COMMENT: I have the same comment as Adrian Farrel: the 3 lines introduction is very very light, and doesn't give much background and references. |
2012-05-21
|
15 | Benoît Claise | [Ballot Position Update] Position for Benoit Claise has been changed to Discuss from No Objection |
2012-05-21
|
15 | Benoît Claise | [Ballot comment] No objection. However, I have the same comment as Adrian Farrel: the 3 lines introduction is very very light, and doesn't give much … [Ballot comment] No objection. However, I have the same comment as Adrian Farrel: the 3 lines introduction is very very light, and doesn't give much background and references. |
2012-05-21
|
15 | Benoît Claise | [Ballot Position Update] New position, No Objection, has been recorded for Benoit Claise |
2012-05-21
|
15 | Martin Stiemerling | [Ballot Position Update] New position, No Objection, has been recorded for Martin Stiemerling |
2012-05-21
|
15 | Adrian Farrel | [Ballot comment] My Comment raised on -14 persists in -15. I have no objection to the publicaiton of this document. I think that the Introduction … [Ballot comment] My Comment raised on -14 persists in -15. I have no objection to the publicaiton of this document. I think that the Introduction could have been more extensive - a good place for citations and explanations. |
2012-05-21
|
15 | Adrian Farrel | Ballot comment text updated for Adrian Farrel |
2012-05-20
|
15 | Wesley Eddy | [Ballot Position Update] New position, No Objection, has been recorded for Wesley Eddy |
2012-05-20
|
15 | Pete Resnick | [Ballot discuss] I intend to move to Yes, but I've got a couple of concerns with text in section 3: An Atom feed MAY … [Ballot discuss] I intend to move to Yes, but I've got a couple of concerns with text in section 3: An Atom feed MAY contain atom:entry elements and at:deleted-entry elements sharing the same atom:id value. Atom processors SHOULD ignore any at:deleted-entry elements sharing an atom:id value with an atom:entry whose atom:updated element specifies a date and time more recent than or equal to the at:deleted-entry element's when value. What exactly are the semantics associated with a feed that has both an atom-entry and at:deleted-entry for the same atom:id? Is it something like "marked for delete before purged"? How might this situation come up? I'm worried that there is not enough information in here (and the SHOULD is making me more worried) to be able to implement this in an interoperable fashion. Please explain. Implementors should note that the at:deleted-entry element is informative in nature only and may be ignored by Atom processors. I'm not sure what the above means. What is it informative of? Do you really mean "advisory" instead of "informative"? Or do you mean "probabilistic" (which would concern me)? Are you saying that an Atom processor can't rely on an at:deleted-entry? The presence of an at:deleted-entry element does not guarantee that the atom:entry to which it is referring will no longer be available. Again, I'm not sure what the above means in practice. If it doesn't guarantee it, does it probabilistically indicate it? Again, what are the semantics of the thing? |
2012-05-20
|
15 | Pete Resnick | [Ballot Position Update] New position, Discuss, has been recorded for Pete Resnick |
2012-05-19
|
15 | Sean Turner | [Ballot comment] Most of s5 and s6 are copied from RFC 4287 can't you just point to RFC 4287 for the text? In both s5 … [Ballot comment] Most of s5 and s6 are copied from RFC 4287 can't you just point to RFC 4287 for the text? In both s5 and s6, it's the last 3 paragraphs. Was the last paragraph of s6 supposed to be titled signing and encrypting like it was in 4287? I guess this made sense to the atom folks but those blurbs only talk about the processors of the feed, but where is the requirement for the generator of the feed? It's great to require that only RSA be supported instead of DSA and that AES-128 CBC be the only choice for the processor, but if the generator uses one of the other allowed W3C allowed algs how do you get interop? Assuming you import the text from RFC 4287 this is probably moot but ... in the following: Section 5.1 of [W3C.REC-xmlenc-core-20021210] requires support of TripleDES, AES-128, and AES-256. Processors that decrypt Deleted Entry Documents MUST be able to decrypt with AES-128 in Cipher Block Chaining (CBC) mode. What does the second sentence add? Was it trying to say that processors only have to support AES 128 CBC because it's the only thing that's going to be used? Nothing to do on this one: I really hate MACs being characterized as signatures. |
2012-05-19
|
15 | Sean Turner | [Ballot Position Update] New position, No Objection, has been recorded for Sean Turner |
2012-05-17
|
15 | Robert Sparks | [Ballot Position Update] Position for Robert Sparks has been changed to Yes from Discuss |
2012-05-17
|
15 | Brian Haberman | [Ballot Position Update] New position, No Objection, has been recorded for Brian Haberman |
2012-05-16
|
15 | Barry Leiba | Telechat date has been changed to 2012-05-24 from 2012-03-01 |
2012-05-16
|
15 | Barry Leiba | Note added 'This document switched from Informational to Standards Track, because of Robert's DISCUSS suggestion. But that happened across the transition to new IESG members, … Note added 'This document switched from Informational to Standards Track, because of Robert's DISCUSS suggestion. But that happened across the transition to new IESG members, so the document needs two more positions. ADs with no positions, please add your ballot, and I'll put this back on the telechat for 24 May.' |
2012-05-16
|
15 | Barry Leiba | Ballot has been issued |
2012-05-16
|
15 | Barry Leiba | Ballot writeup was changed |
2012-05-16
|
15 | Barry Leiba | Switched from Informational to Standards Track, and crossed AD-changeovers in the process. Needs two more positions. |
2012-05-16
|
15 | Barry Leiba | State changed to IESG Evaluation from Waiting for AD Go-Ahead |
2012-05-16
|
15 | Barry Leiba | [Ballot Position Update] New position, Yes, has been recorded for Barry Leiba |
2012-04-03
|
15 | (System) | State changed to Waiting for AD Go-Ahead from In Last Call |
2012-03-29
|
15 | Barry Leiba | Responsible AD changed to Barry Leiba from Peter Saint-Andre |
2012-03-21
|
15 | Vijay Gurbani | Request for Last Call review by GENART Completed. Reviewer: Vijay Gurbani. |
2012-03-06
|
15 | Cindy Morgan | Last call sent |
2012-03-06
|
15 | Cindy Morgan | State changed to In Last Call from Last Call Requested The following Last Call Announcement was sent out: From: The IESG To: IETF-Announce Reply-To: ietf@ietf.org … State changed to In Last Call from Last Call Requested The following Last Call Announcement was sent out: From: The IESG To: IETF-Announce Reply-To: ietf@ietf.org Subject: Last Call: (The Atom "deleted-entry" Element) to Proposed Standard The IESG has received a request from an individual submitter to consider the following document: - 'The Atom "deleted-entry" Element' as a Proposed Standard The IESG plans to make a decision in the next few weeks, and solicits final comments on this action. Please send substantive comments to the ietf@ietf.org mailing lists by 2012-04-03. Exceptionally, comments may be sent to iesg@ietf.org instead. In either case, please retain the beginning of the Subject line to allow automated sorting. Abstract This specification adds mechanisms to the Atom Syndication Format which publishers of Atom Feed and Entry documents can use to explicitly identify Atom entries that have been removed. The file can be obtained via http://datatracker.ietf.org/doc/draft-snell-atompub-tombstones/ IESG discussion can be tracked via http://datatracker.ietf.org/doc/draft-snell-atompub-tombstones/ballot/ No IPR declarations have been submitted directly on this I-D. |
2012-03-06
|
15 | Cindy Morgan | Last call was requested |
2012-03-06
|
15 | Cindy Morgan | Ballot approval text was generated |
2012-03-06
|
15 | Cindy Morgan | State changed to Last Call Requested from IESG Evaluation::AD Followup |
2012-03-06
|
15 | Cindy Morgan | Last call announcement was generated |
2012-03-06
|
15 | Cindy Morgan | Intended Status changed to Proposed Standard from Informational |
2012-03-06
|
15 | James Snell | New version available: draft-snell-atompub-tombstones-15.txt |
2012-03-01
|
14 | Cindy Morgan | State changed to IESG Evaluation::AD Followup from IESG Evaluation |
2012-03-01
|
14 | Gonzalo Camarillo | [Ballot Position Update] New position, No Objection, has been recorded for Gonzalo Camarillo |
2012-03-01
|
14 | Peter Saint-Andre | Assigned to Applications Area |
2012-03-01
|
14 | Jari Arkko | [Ballot Position Update] New position, No Objection, has been recorded for Jari Arkko |
2012-02-29
|
14 | Ron Bonica | [Ballot Position Update] New position, No Objection, has been recorded for Ronald Bonica |
2012-02-29
|
14 | Robert Sparks | [Ballot discuss] This is a solid document. Before moving to Yes, I would like to ask if publishing it as Proposed Standard rather than Informational … [Ballot discuss] This is a solid document. Before moving to Yes, I would like to ask if publishing it as Proposed Standard rather than Informational was considered? I don't object to publishing it as Informational, but suggest that Proposed Standard is a better track for it. |
2012-02-29
|
14 | Robert Sparks | [Ballot Position Update] New position, Discuss, has been recorded for Robert Sparks |
2012-02-28
|
14 | Stewart Bryant | [Ballot Position Update] New position, No Objection, has been recorded for Stewart Bryant |
2012-02-27
|
14 | Russ Housley | [Ballot Position Update] New position, No Objection, has been recorded for Russ Housley |
2012-02-27
|
14 | Adrian Farrel | [Ballot comment] I have no objection to the publicaiton of this document. I think that the Introduction could have been more extensive - a good … [Ballot comment] I have no objection to the publicaiton of this document. I think that the Introduction could have been more extensive - a good place for citations and explanations. |
2012-02-27
|
14 | Adrian Farrel | [Ballot Position Update] New position, No Objection, has been recorded for Adrian Farrel |
2012-02-24
|
14 | Stephen Farrell | [Ballot comment] 1. I didn't really get what's meant by " When an at:deleted-entry element appears in a Feed document other than it's source Feed … [Ballot comment] 1. I didn't really get what's meant by " When an at:deleted-entry element appears in a Feed document other than it's source Feed or when an at:deleted-entry element that has a source Feed document is used in the context of a Deleted Entry Document, it MUST contain an atom:source element." But I guess Atom developers probably do so that's ok. 2. Last para of section 6: I guess that if someone did MAC and then symmetrically encrypt one of these (is that as unlikely as I think?) then it might be useful to tell them not to use the same key for both. 3. Digital signatures by themselves do not provide non-repudiation. Please delete that term. |
2012-02-24
|
14 | Stephen Farrell | [Ballot Position Update] New position, No Objection, has been recorded |
2012-02-23
|
14 | Samuel Weiler | Request for Last Call review by SECDIR Completed. Reviewer: Joseph Salowey. |
2012-02-21
|
14 | Peter Saint-Andre | [Ballot Position Update] New position, Yes, has been recorded for Peter Saint-Andre |
2012-02-21
|
14 | Peter Saint-Andre | Ballot has been issued |
2012-02-21
|
14 | Peter Saint-Andre | Created "Approve" ballot |
2012-02-21
|
14 | Peter Saint-Andre | State changed to IESG Evaluation from Waiting for AD Go-Ahead. |
2012-02-21
|
14 | (System) | State changed to Waiting for AD Go-Ahead from In Last Call. |
2012-02-10
|
14 | Peter Saint-Andre | Placed on agenda for telechat - 2012-03-01 |
2012-02-08
|
14 | Vijay Gurbani | Request for Last Call review by GENART Completed. Reviewer: Vijay Gurbani. |
2012-02-07
|
14 | Amanda Baber | IANA understands that, upon approval of this document, there is a single IANA action that must be completed. In the Application Media Types registry located … IANA understands that, upon approval of this document, there is a single IANA action that must be completed. In the Application Media Types registry located at: http://www.iana.org/assignments/media-types/application/index.html a new application media type will be added as follows: Type: atomdeleted+xml Reference: [ RFC-to-be ] |
2012-01-27
|
14 | Samuel Weiler | Request for Last Call review by SECDIR is assigned to Joseph Salowey |
2012-01-27
|
14 | Samuel Weiler | Request for Last Call review by SECDIR is assigned to Joseph Salowey |
2012-01-26
|
14 | Jean Mahoney | Request for Last Call review by GENART is assigned to Vijay Gurbani |
2012-01-26
|
14 | Jean Mahoney | Request for Last Call review by GENART is assigned to Vijay Gurbani |
2012-01-24
|
14 | Amy Vezza | Last call sent |
2012-01-24
|
14 | Amy Vezza | State changed to In Last Call from Last Call Requested. The following Last Call Announcement was sent out: From: The IESG To: IETF-Announce Reply-To: ietf@ietf.org … State changed to In Last Call from Last Call Requested. The following Last Call Announcement was sent out: From: The IESG To: IETF-Announce Reply-To: ietf@ietf.org Subject: Last Call: (The Atom "deleted-entry" Element) to Informational RFC The IESG has received a request from an individual submitter to consider the following document: - 'The Atom "deleted-entry" Element' as an Informational RFC The IESG plans to make a decision in the next few weeks, and solicits final comments on this action. Please send substantive comments to the ietf@ietf.org mailing lists by 2012-02-21. Exceptionally, comments may be sent to iesg@ietf.org instead. In either case, please retain the beginning of the Subject line to allow automated sorting. Abstract This specification adds mechanisms to the Atom Syndication Format which publishers of Atom Feed and Entry documents can use to explicitly identify Atom entries that have been removed. The file can be obtained via http://datatracker.ietf.org/doc/draft-snell-atompub-tombstones/ IESG discussion can be tracked via http://datatracker.ietf.org/doc/draft-snell-atompub-tombstones/ No IPR declarations have been submitted directly on this I-D. |
2012-01-24
|
14 | Amy Vezza | Intended Status has been changed to Informational from None |
2012-01-24
|
14 | Peter Saint-Andre | Ballot writeup text changed |
2012-01-24
|
14 | Peter Saint-Andre | Last Call was requested |
2012-01-24
|
14 | (System) | Ballot writeup text was added |
2012-01-24
|
14 | (System) | Last call text was added |
2012-01-24
|
14 | Peter Saint-Andre | State changed to Last Call Requested from AD Evaluation::AD Followup. |
2012-01-24
|
14 | Peter Saint-Andre | The PROTO writeup follows. ### (1.a) Who is the Document Shepherd for this document? Has the Document Shepherd personally reviewed … The PROTO writeup follows. ### (1.a) Who is the Document Shepherd for this document? Has the Document Shepherd personally reviewed this version of the document and, in particular, does he or she believe this version is ready for forwarding to the IESG for publication? I, Peter Saint-Andre, am the document shepherd. This review covers version -14 of the document. I have reviewed this version as well as several previous versions. In my opinion this document is ready for consideration by the IESG. (1.b) Has the document had adequate review both from key members of the interested community and others? Does the Document Shepherd have any concerns about the depth or breadth of the reviews that have been performed? The document has been reviewed by participants in the Atom community via the atom-syntax@imc.org discussion list (previously used by the ATOM WG). Archives are here: http://www.imc.org/atom-syntax/mail-archive/ (1.c) Does the Document Shepherd have concerns that the document needs more review from a particular or broader perspective, e.g., security, operational complexity, someone familiar with AAA, internationalization or XML? The document has received adequate review. (1.d) Does the Document Shepherd have any specific concerns or issues with this document that the Responsible Area Director and/or the IESG should be aware of? For example, perhaps he or she is uncomfortable with certain parts of the document, or has concerns whether there really is a need for it. In any event, if the interested community has discussed those issues and has indicated that it still wishes to advance the document, detail those concerns here. I do not have concerns with the document, and it appears to be needed since there are implementations. (1.e) How solid is the consensus of the interested community behind this document? Does it represent the strong concurrence of a few individuals, with others being silent, or does the interested community as a whole understand and agree with it? Although it is difficult to declare consensus outside the context of a working group, based on discussion on the atom-syntax list I would say that there is strong support for this work and agreement that this document specifies the right approach. (1.f) Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarise the areas of conflict in separate email messages to the Responsible Area Director. (It should be in a separate email because this questionnaire is entered into the ID Tracker.) No appeals have been threatened and I know of no one who is dissatisfied with this work. (1.g) Has the Document Shepherd personally verified that the document satisfies all ID nits? (See the Internet-Drafts Checklist and http://tools.ietf.org/tools/idnits/). Boilerplate checks are not enough; this check needs to be thorough. Has the document met all formal review criteria it needs to, such as the MIB Doctor, media type and URI type reviews? I have checked the document against ID-nits. There are no errors. The media type registration was reviewed on the ietf-types@ietf.org list. (1.h) Has the document split its references into normative and informative? Are there normative references to documents that are not ready for advancement or are otherwise in an unclear state? If such normative references exist, what is the strategy for their completion? Are there normative references that are downward references, as described in [RFC3967]? If so, list these downward references to support the Area Director in the Last Call procedure for them [RFC3967]. There are only normative references. There are no downward references. (1.i) Has the Document Shepherd verified that the document IANA consideration section exists and is consistent with the body of the document? If the document specifies protocol extensions, are reservations requested in appropriate IANA registries? Are the IANA registries clearly identified? If the document creates a new registry, does it define the proposed initial contents of the registry and an allocation procedure for future registrations? Does it suggested a reasonable name for the new registry? See [I-D.narten-iana-considerations-rfc2434bis]. If the document describes an Expert Review process has Shepherd conferred with the Responsible Area Director so that the IESG can appoint the needed Expert during the IESG Evaluation? The IANA considerations section is up to date and appropriate. (1.j) Has the Document Shepherd verified that sections of the document that are written in a formal language, such as XML code, BNF rules, MIB definitions, etc., validate correctly in an automated checker? The Relax NG schema has been checked using a schema validator. (1.k) The IESG approval announcement includes a Document Announcement Write-Up. Please provide such a Document Announcement Writeup? Recent examples can be found in the "Action" announcements for approved documents. The approval announcement contains the following sections: Technical Summary This specification adds mechanisms to the Atom Syndication Format which publishers of Atom Feed and Entry documents can use to explicitly identify Atom entries that have been removed. Working Group Summary This document is not the product of a working group, but has been reviewed and discussed on the list of the former ATOM WG. Document Quality The document has received adequate review. There is agreement among the implementation community that this feature is needed and that this document defines the right approach. In addition, there are existing implementations. ### |
2012-01-24
|
14 | Peter Saint-Andre | Ballot writeup text changed |
2012-01-24
|
14 | (System) | Sub state has been changed to AD Follow up from New Id Needed |
2012-01-24
|
14 | (System) | New version available: draft-snell-atompub-tombstones-14.txt |
2012-01-19
|
14 | Peter Saint-Andre | State changed to AD Evaluation::Revised ID Needed from Waiting for Writeup. |
2012-01-10
|
14 | Peter Saint-Andre | State changed to Waiting for Writeup from Expert Review. |
2011-10-17
|
14 | Peter Saint-Andre | State changed to Expert Review from AD Evaluation. |
2011-07-28
|
14 | Peter Saint-Andre | State changed to AD Evaluation from Publication Requested. |
2011-07-28
|
14 | Peter Saint-Andre | State changed to Publication Requested from AD is watching. |
2011-07-27
|
13 | (System) | New version available: draft-snell-atompub-tombstones-13.txt |
2011-06-09
|
14 | (System) | Document has expired |
2011-06-09
|
14 | (System) | State changed to Dead from AD is watching. |
2010-12-06
|
12 | (System) | New version available: draft-snell-atompub-tombstones-12.txt |
2010-07-02
|
11 | (System) | New version available: draft-snell-atompub-tombstones-11.txt |
2010-07-01
|
14 | Peter Saint-Andre | Draft Added by Peter Saint-Andre in state AD is watching |
2010-06-22
|
10 | (System) | New version available: draft-snell-atompub-tombstones-10.txt |
2010-05-21
|
09 | (System) | New version available: draft-snell-atompub-tombstones-09.txt |
2010-05-19
|
08 | (System) | New version available: draft-snell-atompub-tombstones-08.txt |
2010-05-12
|
07 | (System) | New version available: draft-snell-atompub-tombstones-07.txt |
2009-06-08
|
06 | (System) | New version available: draft-snell-atompub-tombstones-06.txt |
2008-04-21
|
05 | (System) | New version available: draft-snell-atompub-tombstones-05.txt |
2008-01-05
|
04 | (System) | New version available: draft-snell-atompub-tombstones-04.txt |
2008-01-03
|
03 | (System) | New version available: draft-snell-atompub-tombstones-03.txt |
2006-02-22
|
02 | (System) | New version available: draft-snell-atompub-tombstones-02.txt |
2006-01-26
|
01 | (System) | New version available: draft-snell-atompub-tombstones-01.txt |
2005-12-09
|
00 | (System) | New version available: draft-snell-atompub-tombstones-00.txt |