Koha/offline_circ
Alex Arnaud 60e5a8a2ab Bug 19752: offline_circ/service.pl - Return HTTP status 401 when authentication failed and add option nocookie
Test plan:

- Apply this patch,
- log in to Koha,
- go to cgi-bin/koha/offline_circ/service.pl with no valid user
  and password as parameters and nocookie set to 1. i.e:
  cgi-bin/koha/offline_circ/service.pl?userid=alex&password=wrongpass&nocookie=1,
- auth should fail
- check that the response code is 401

Signed-off-by: Maksim Sen <maksim.sen@inlibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-03 13:26:48 -03:00
..
download.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
enqueue_koc.pl Bug 20018: use Modern::Perl in offline_circ scripts 2018-02-05 09:46:45 -03:00
list.pl Bug 20018: use Modern::Perl in offline_circ scripts 2018-02-05 09:46:45 -03:00
process.pl Bug 20018: use Modern::Perl in offline_circ scripts 2018-02-05 09:46:45 -03:00
process_koc.pl Bug 20018: use Modern::Perl in offline_circ scripts 2018-02-05 09:46:45 -03:00
service.pl Bug 19752: offline_circ/service.pl - Return HTTP status 401 when authentication failed and add option nocookie 2018-05-03 13:26:48 -03:00