#356 closed editorial (fixed)
Spurious "MAYs"
| Reported by: | mnot@… | Owned by: | draft-ietf-httpbis-p7-auth@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 20 |
| Component: | p7-auth | Severity: | In WG Last Call |
| Keywords: | Cc: |
Description
A user agent that wishes to authenticate itself with an origin server -- usually, but not necessarily, after receiving a 401 (Unauthorized) -- MAY do so by including an Authorization header field with the request.
A client that wishes to authenticate itself with a proxy -- usually, but not necessarily, after receiving a 407 (Proxy Authentication Required) -- MAY do so by including a Proxy-Authorization header field with the request.
It doesn't look like use of the 2 MAYs above is appropriate, because they are not implementation alternatives. Maybe change them to "can"?
Change History (3)
comment:1 Changed 10 years ago by mnot@…
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 10 years ago by julian.reschke@…
- Summary changed from Spurious "MAY"s to Spurious "MAYs"
comment:3 Changed 10 years ago by julian.reschke@…
- Milestone changed from unassigned to 20
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](https://www.ietf.org/images/ietflogotrans.gif)
Fixed in [1665]:
Downgrade MAYs to can; fixes #356