]> git.koha-community.org Git - koha.git/commit
Bug 28907: Add REST exceptions for public routes auth
authorLari Taskula <lari.taskula@hypernova.fi>
Wed, 18 Sep 2024 10:21:47 +0000 (10:21 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 24 Feb 2025 13:19:22 +0000 (14:19 +0100)
commit7fd31f3053564cce01ef4356697f8bf10d41e157
tree805e5e8a9c352d674ff3ad16f0ea46d399f00564
parent89d8cb32bf003f0a8d8d63decaee57ea55625846
Bug 28907: Add REST exceptions for public routes auth

To test:
1. perl -c Koha/REST/Plugin/Exceptions.pm
2. perl -c Koha/Exceptions/REST.pm

More tests coming in following patches.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>
(cherry picked from commit aa97527c37f8bf0d4e389c48c54442fe912975ef)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Exceptions/REST.pm
Koha/REST/Plugin/Exceptions.pm