Problems with paths with + and urlencoded non-English characters
solipsist - August 28, 2006 - 21:25
| Project: | Path Access |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | budda |
| Status: | active |
Jump to:
Description
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.

#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.