gabesullice/drupalauth

baseurlpath not handled correctly by Drupal module

Opened this issue · 0 comments

1. Configure drupalauth + drupalauth4ssp
2. In simplesaml config.php file, set up baseurlpath to any valid URL 
(http://...)

Logins do not work, because the cookie path that drupal module is trying to set 
will equal to /http://... as per following code:

  // get the baseurlpath
  $config['baseurlpath'] = '/' . $sspConfig->getValue('baseurlpath');

Original issue reported on code.google.com by nexor1...@gmail.com on 26 Nov 2013 at 10:27