If I use the "Purge this page" button on the front page, the program adds "/home" to all URLs in the purge request and the home page does not get purged.
Steps:
1. Enable Acquia purge.
2. Enable Manual purge form (current page) block
3. Go to /
4. Click purge button
5. Check drupal-watchdog.log
Actual result per domain per load balancer:
Purged 'http://[domain]/home' from load balancer [IP address]
Expected result per domain per load balancer:
Purged 'http://[domain]/' from load balancer [IP address]
Workaround (for Administrator role only): Use /admin/config/system/expire/manualpurge to purge <front>
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | using_purge_button_to-2392563-4.patch | 828 bytes | grasmash |
Comments
Comment #1
charles belovComment #2
charles belovlahoosascoots assisted me on this:
Comment #3
charles belovComment #4
grasmash commentedComment #5
nielsvm commentedThe implementation already uses
request_uri()since #2387377, which means_acquia_purge_input_path_variations()then does the rest. I tested this and still fixed another small detail, so it should all work in7.x-1.2.Closing, feel free to reopen when the next version doesn't fix it.