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

No-Vary Search moved to IETF #1544

Closed
tidoust opened this issue Nov 4, 2024 · 0 comments · Fixed by #1547
Closed

No-Vary Search moved to IETF #1544

tidoust opened this issue Nov 4, 2024 · 0 comments · Fixed by #1547

Comments

@tidoust
Copy link
Member

tidoust commented Nov 4, 2024

Via w3c/webref#1370.

The spec now redirects to an IETF draft:
https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html

The URL should be updated in browser-specs accordingly.

tidoust added a commit that referenced this issue 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`:

```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 added a commit that referenced this issue 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`:

```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"
}
```
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 a pull request may close this issue.

1 participant