If you have aliases for every node and you tell to cache/not cache node/#nid , the logic fails currently. Attached patch fixes this and uses drupal_match_path function - inspiration from block module.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | boost-337756.patch | 1.56 KB | mikeytown2 |
| cacheability_settings.patch | 953 bytes | swentel |
Comments
Comment #1
mikeytown2 commentedIs this still an issue with the latest dev?
Comment #2
patataur commentedIsn't it the same issue as http://drupal.org/node/204832 which seems to be solved by the dev version?
Comment #3
mikeytown2 commentedThis is a different issue, the one that might have fixed it is #174380: Remove symlink creation. Let each path have own file
Comment #4
mikeytown2 commentedComment #5
mikeytown2 commentedThis makes the code easier to read & uses core api functions instead of custom code; thus it should go in.
Comment #6
mikeytown2 commentedRerolled patch
Comment #7
mikeytown2 commentedcommitted