Closed (duplicate)
Project:
Shared Sign-On
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2007 at 13:13 UTC
Updated:
25 Feb 2008 at 03:52 UTC
When using the gsitemap module in a multi-site configuration, the master site works fine but the slave sites return a 302 (Moved Temporarily) error at Google when submitting the sitemap.
The problem stems from the fact that the Single Sign-On module redirects traffic to the master site to login.
Comments
Comment #1
zis commentedthe same thing happens with feeds. The slave site feeds return errors in feedburner, google reader and most online feed parsers because of the redirect. There should be some kind of setting to disable single sign on for some pages..
Comment #2
druvision commentedThe same happens for *any* URL on the subsites!
People can't surf my subsites!
I have installed singlesignon together with the 'multidomain' module.
Everything seems OK when I surf the sites from my desktop,
but my users can't see the sites.
To reproduce the error, all I need is to SSH to my server, and issue the following commend:
wget .
It seems singlesignon_init is called TWICE.
Comment #3
druvision commentedComment #4
druvision commentedI've tried to implement a temporary solution by deleting the duplicate url prefix inside the singlesignon_goto function:
but now I get a different error: 'redirection cycle detected'.
Comment #5
aspankie commentedThis was happening to me with feeds. Very frustrating! To fix, I just added:
to the very top of singlesignon_init(). Hope this helps! Note: version 4.7
Comment #6
starkos commentedI have a fix for this; you can get it from my site (along with a brief explanation of the problem and the fix).
Comment #7
mlncn commentedConfirming and subscribing.
Comment #8
mlncn commentedConfirmed thin bug for both Drupal version 4.7 and version 5.
Comment #9
wayland76 commentedThis is a duplicate of http://drupal.org/node/170001