Posted by zxombie on March 25, 2008 at 12:57am
Jump to:
| Project: | Shared Sign-On |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
For the site I'm working on we need to exclude all pages with a common path, eg. anything starting with /foo/. To do this I've patched Shared Sign-On to allow asterisk (*), forward slash (/) and back slash (\) within the path. This allows me to use a regular expression like "\/foo\/.*$' to allow the pages to load without being redirected first.
| Attachment | Size |
|---|---|
| sso-extra-chars.patch | 988 bytes |
Comments
#1
A hiven (
-) would be valid in there, too.#2
Fixed in the DRUPAL-5 branch (yes, with the hyphen).
#3
See 1.1
#4
Automatically closed -- issue fixed for two weeks with no activity.