Closed (fixed)
Project:
Shared Sign-On
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Mar 2006 at 03:05 UTC
Updated:
31 May 2006 at 08:01 UTC
Currently, if the $base_url contains a path
e.g. $base_url="http://my.host/drupal";
The singlesignon_dest parameter includes this path twice (!)
e.g. http://my.host/drupal/drupal
Patch to version 4.6.5 attached.
| Comment | File | Size | Author |
|---|---|---|---|
| singlesignon.module.patch | 1.59 KB | dotan |
Comments
Comment #1
danielc commentedI'm curious, what value do you have for your singlesignon_master_url setting, please?
Comment #2
danielc commentedCommitted fixes to CVS a moment ago. Try it out and let me know if they work. Thanks for the report.
Comment #3
Tobias Maier commentedComment #4
dotan commentedI'm using something like this as singlesignon_master_url:
http://MyHostName/drupal
Comment #5
danielc commented> http://MyHostName/drupal
It should just be:
http://MyHostName
Comment #6
dotan commentedAs Drupal supports a base URL in the form of:
http://MyHostName/drupal
I don't see a reason for this module not to...
Comment #7
(not verified) commented