Needs review
Project:
simpleSAMLphp Authentication
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2017 at 09:11 UTC
Updated:
20 Nov 2018 at 21:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kiseleva.t commentedThis patch solved issue for me.
Comment #3
kiseleva.t commentedUpdated patch from 7.x-2.x-dev version and changed order of check.
Comment #4
kiseleva.t commentedComment #5
kiseleva.t commentedPatch from comment 3 has wrong place check, fixed.
Comment #7
snufkin commentedLooks like an obvious fix to the problem, I'm surprised this hasn't come up before :) Thanks!
Comment #8
snufkin commentedPorting the patch for 7.x-3.x. Should be trivial.
Comment #9
aprohl5 commentedI am unable to reproduce this issue in the current 7.x-3.x-dev version of the module despite the patches above appearing to have been unapplied. is there a specific command that was erroring out in order to produce this issue?
Comment #10
a_thakur commentedI ran into a similar problem where I had to create a new user in update hook, due to hook_user_insert implementation in 2.x fails, does it make sense to add a similar condition there as well?
Comment #11
kiseleva.t commentedFor me issue appeared during automatic deployment on stage server, I think it could be drush updb or something like that.
Also it happened only when I enabled session.cookie.secure in config, before I didn't have such error.
Comment #12
brianfisher commentedFor those on 7.x-2.x, this patch fixes comment #10