[Koha-bugs] [Bug 15190] Bad utf8 decode to unapi and fixing code status 200

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 11:59:02 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15190

--- Comment #19 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Marc:
This looks reasonable to me.
Note that the biblionumber is extracted like this:
if ($id =~ /koha:biblionumber:(\d+)/) {
        my $biblionumber = $1;
This is current behavior and could be considered as outside the scope of this
report..
The id= (empty) case is actually the same as without any parameters. So should
present formats.
I do not have a problem with the 406; this particular case was a 400.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list