V3 of the CCU API specifies that "delete" is the correct verb to use for removing items from cache. This module currently uses "remove". That causes 404 errors when hitting the API (and fails to expire the item from the cache).

Patch to follow.

CommentFileSizeAuthor
#2 akamai-fix_delete_verb-2871495-2.patch2.81 KBazinck

Comments

azinck created an issue. See original summary.

azinck’s picture

Status: Active » Needs review
StatusFileSize
new2.81 KB

I'm refactoring this to use late static bindings to ensure that the constants appropriate to the object get used appropriately. This does mean that we'd have to require at least PHP 5.3.

firewaller’s picture

Status: Needs review » Reviewed & tested by the community

#2 works for me!

  • Cameron Tod committed 57e03a9 on 7.x-3.x authored by azinck
    Issue #2871495 by azinck: Incorrect verb being used for "remove"...
cameron tod’s picture

Status: Reviewed & tested by the community » Fixed

Commited to 7.x-3.x. Thanks for your contribution!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.