Posted by solipsist on August 28, 2006 at 9:25pm
Jump to:
| Project: | Path Access |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | budda |
| Status: | postponed (maintainer needs more info) |
Issue Summary
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
#1
What do you mean by "not protected" ?
#2
You 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.
#3
Can 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.
#4
Subscribing.
#5
I'll have to take a new look, it's been almost 18 months since I last tried this.
#6
Any update on if these rules were possible on Drupals block system?