- Issue created by @spokje
- last update
over 1 year ago 29,815 pass - @spokje opened merge request.
- Status changed to Needs review
over 1 year ago 2:44pm 16 July 2023 - Status changed to RTBC
over 1 year ago 2:16pm 17 July 2023 - 🇺🇸United States smustgrave
Seems like a simple change that didn't break anything. Not sure much more to review so will mark for @Spokje
11:36 18:22 Running- last update
over 1 year ago 29,826 pass - last update
over 1 year ago 29,879 pass - last update
over 1 year ago 29,877 pass - last update
over 1 year ago 29,858 pass, 2 fail - last update
over 1 year ago 29,886 pass - last update
over 1 year ago 29,908 pass - last update
over 1 year ago 29,940 pass, 2 fail - last update
over 1 year ago 29,946 pass - Assigned to quietone
- 🇳🇿New Zealand quietone
Did some digging and In #2752325: Automatically provide HEAD support when a REST resource supports GET → this was added, which was removed in #2775479: Try to remove the "map HEAD to GET" logic in \Drupal\rest\RequestHandler::handle() →
+ // @see \Symfony\Component\HttpFoundation\Response::prepare()
+ if ($method === 'head') {
+ $method = 'get';
+ }The changes here seem correct to me. I will assign to myself to commit tomorrow (it is too late now).
11:33 7:05 Running- last update
over 1 year ago 29,953 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 30,044 pass - last update
over 1 year ago 30,051 pass - last update
over 1 year ago 30,056 pass - last update
over 1 year ago 30,055 pass, 1 fail -
quietone →
committed 66710e60 on 11.x
Issue #3374874 by Spokje, smustgrave: Add 'HEAD'-method to \Drupal\Tests...
-
quietone →
committed 66710e60 on 11.x
- Status changed to Fixed
over 1 year ago 11:51pm 24 August 2023 - 🇳🇿New Zealand quietone
Once again, it has taken more than a day to get back to an issue. Wow 21 days, that is a new record.
It is now committed. Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 8:10am 17 September 2023