https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Victor Grousset/tuxayo <[email protected]> --- Saluton :) Ĉu estas bona maniero por testi? Is that a good way to test: Add the following code: Koha::Token->new->check_csrf({ session_id => scalar $query->cookie('CGISESSID'), token => scalar $query->param('csrf_token'), }); In opac/opac-user.pl After C4::Context->preference('casAuthentication') and C4::Auth_with_cas::logout_if_required($query); And before my ( $template, $borrowernumber, $cookie ) = get_template_and_user( It seems to be the case since it crashes without the patch and work with it. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
