Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
Confirming that the new behavior is correct per [RFC 7519 Section 4.1.3](https://www.rfc-editor.org/rfc/rfc7519#section-4.1.3): > 4.1.3. "aud" (Audience) Claim > > The "aud" (audience) claim identifies the recipients that the JWT is...
Thanks for reporting this. Looking at that code, it's just wrong regardless of content type. Instead of checking content type, that code should unconditionally call `into_reader()`, then read the result...
One possible way: rather than implementing `Clone` (which is infallible), we could have a `try_clone()` which only succeeds if there is no `Middleware`.
Can you share the full code from your project? Debugging the error you shared requires looking at the imports.
Hi and thanks for the submission! I don't think we should merge this. Two reasons: there's not enough evidence that this is a widespread compatibility problem; and it's important to...
One way you could probably work around would be to turn off the `cookies` Cargo feature and parse cookies from the responses yourself. Would that solve your issue?
One proposed fix for this: Some Boulder component that lives in the EFN (probably the WFE) can periodically fetch the "Top-Level Domain List" linked at the bottom of https://www.iana.org/domains/root/files. Then,...
Not currently, no.
That PR is only for roots; we'd need some additional work for end-entity certificates.
I can reproduce reliably. Steps to reproduce: 1. Visit https://docs.rs/releases/search?query=tea-wasm (as an example of a results page where crate names are truncated) 2. Hover over the crate name for the...