mirror of
https://github.com/google/nomulus
synced 2026-05-29 19:20:36 +00:00
* Fix cookie processing for RDAP URL update The existing code only does cookie processing on the _first_ Set-Cookie header. Therefore, if the "id" cookie used for authentication is defined in anything other than the first Set-Cookie header (as it now is), we don't find it. Replace the cookie processing stanza with a line that processes all cookies in all Set-Cookie headers.