Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
rest.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Sep 2015 at 10:48 UTC
Updated:
25 Feb 2016 at 15:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
klausiPatch attached.
The response is already uncachable, so that call is just completely wrong and does not do anything. Url does not implement CacheableDependencyInterface, so it has no effect.
Comment #4
wim leersComment #5
alexpottLooks possible to test.
Comment #6
alexpottalso sounds like a bug
Comment #7
wim leersThis is what the actual "problem" is. There is no actual bug.
Comment #8
wim leersTherefore moving back to RTBC. Let's hear what committers think.
Comment #9
alexpottCommitted 6b0d523 and pushed to 8.0.x and 8.1.x. Thanks!
I had to manually apply the patch to 8.1.x because the patch would not apply - also I fixed a spelling mistake...
cachabilityshould becacheabilityComment #12
wim leersThanks Alex, and good catch :)