You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serve Ember bootstrap HTML for all non-api requests
The backend no longer checks for an "html" in the `Accept` header.
With the exception of 3 session related routes, all paths not starting
with "/api" will be redirected to the static Ember bootstrap page.
As a result of this change all non-api requests that don't contain
"html" in the `Accept` header will now unconditionally return `200`,
rather than `404`. In a sense, this expands the scope of rust-lang#556 to all
requests, not just those that set the header. It also inverts the
problem described in rust-lang#788, effectively turning it into a duplicate
of rust-lang#556.
Fixes: rust-lang#163
0 commit comments