Closed (fixed)
Project:
Path Blacklist
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2008 at 05:33 UTC
Updated:
19 Feb 2009 at 21:52 UTC
I haven't tried this on 5.x, only on csko's patched 6.x version, but here's the problem and I'm not sure if this is by design or a bug:
I first added "path*", and it didn't block a node with "path". Then I changed the setting to "path", and it worked.
Comments
Comment #1
crookednumber commentedThanks! This seems to work in the just-released D6 version.
I'm assuming this is due to the fact that it uses the D6+ function drupal_match_path: http://api.drupal.org/api/function/drupal_match_path/6
I'll investigate back-porting this to the D5 release.
Comment #2
crookednumber commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
crookednumber commentedThis is now fixed in 5 as well with the release of 5.x-1.2 (stole the drupal_path_match function from drupal 6 +)