8 Jul
2022
8 Jul
'22
11 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787 --- Comment #53 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Few small notes for QA: + elsif ($status eq "additional-auth-needed") { + } => Should we add an exception here? elsif ( $status eq 'ok' ) { Koha::Exceptions::Authentication->throw( error => 'Cannot request a new token.' ); => This is theoretical. But in this case you are authorized, but we (..) do no longer want to send another token, so it is actually a bad request. So 400 ? -- You are receiving this mail because: You are watching all bug changes.