Postponed (maintainer needs more info)
Project:
Path Access
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Aug 2006 at 21:25 UTC
Updated:
25 Dec 2009 at 00:18 UTC
Paths such as profile/profile_field/alpha+beta+gamma or paths with URLencoded strings such as profile/profile_class/g%C3%A5r+i+klass+4 (for us who run non-English sites) are not protected even with patterns such as profile/profile_class* and similar.
Comments
Comment #1
buddaWhat do you mean by "not protected" ?
Comment #2
solipsist commentedYou can't deny access to paths that contain anything but basic alfa-numeric chars. I.e. they are not protected since path access can't block access to them.
Comment #3
buddaCan you make Drupal blocks appear/disappear form the same type of urls?
The path_access module uses the same code as Drupals block visibility system.
Comment #4
Leeteq commentedSubscribing.
Comment #5
solipsist commentedI'll have to take a new look, it's been almost 18 months since I last tried this.
Comment #6
buddaAny update on if these rules were possible on Drupals block system?