Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL of no-vary-search draft #1547

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Update URL of no-vary-search draft #1547

merged 1 commit into from
Nov 5, 2024

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Nov 5, 2024

Fixes #1544. The spec moved to the HTTP Working Group in IETF.

Note the new URL will produce the same shortname as before.

This will produce the following changes in index.json:

{
  "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-no-vary-search",
  "seriesComposition": "full",
  "shortname": "no-vary-search",
  "series": {
    "shortname": "no-vary-search",
    "currentSpecification": "no-vary-search",
    "title": "No-Vary-Search",
    "shortTitle": "No-Vary-Search",
    "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html"
  },
  "organization": "IETF",
  "groups": [
    {
      "name": "HTTP Working Group",
      "url": "https://datatracker.ietf.org/wg/httpbis/"
    }
  ],
  "nightly": {
    "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/httpwg/http-extensions",
    "sourcePath": "draft-ietf-httpbis-no-vary-search.md",
    "filename": "draft-ietf-httpbis-no-vary-search.html"
  },
  "title": "No-Vary-Search",
  "source": "ietf",
  "shortTitle": "No-Vary-Search",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Fixes #1544. The spec moved to the HTTP Working Group in IETF.

Note the new URL will produce the same shortname as before.

This will produce the following changes in `index.json`:

```json
{
  "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-no-vary-search",
  "seriesComposition": "full",
  "shortname": "no-vary-search",
  "series": {
    "shortname": "no-vary-search",
    "currentSpecification": "no-vary-search",
    "title": "No-Vary-Search",
    "shortTitle": "No-Vary-Search",
    "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html"
  },
  "organization": "IETF",
  "groups": [
    {
      "name": "HTTP Working Group",
      "url": "https://datatracker.ietf.org/wg/httpbis/"
    }
  ],
  "nightly": {
    "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/httpwg/http-extensions",
    "sourcePath": "draft-ietf-httpbis-no-vary-search.md",
    "filename": "draft-ietf-httpbis-no-vary-search.html"
  },
  "title": "No-Vary-Search",
  "source": "ietf",
  "shortTitle": "No-Vary-Search",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
@tidoust tidoust merged commit 551664e into main Nov 5, 2024
1 check passed
@tidoust tidoust deleted the no-vary-search branch November 5, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No-Vary Search moved to IETF
2 participants