https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36891
--- Comment #7 from Phil Ringnalda <[email protected]> --- (In reply to Marcel de Rooy from comment #6) > Having the impression that I got the 404 also without your patch. But I cant > understand that either? Is Plack fooling me? I hope it's Plack fooling you, since the code path to have that happen would be to have eval { $record = undef->metadata->record } not set $@. If you change https://git.koha-community.org/Koha-community/Koha/src/commit/b16e2059a94cf8f803c5687460e73ccf6c85a5f0/svc/bib#L84 to return something other than 404, like maybe 406 Not Acceptable, do you get that, or still 404? -- 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/
