[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 1 03:54:23 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653

--- Comment #27 from David Cook <dcook at prosentient.com.au> ---
>From what I can see, we're not actually validating the schema in
./Koha/REST/V1.pm when we use bundle(). 

We only validate it in ./Koha/REST/V1.pm when we do the catch{} block.

And we always validate ./Koha/REST/Plugin/PluginRoutes.pm.

Ok... yeah re-packaging libjson-validator-perl to include the "cache" probably
makes the most sense. 

I'm going to post a code-level patch anyway (partially just because I'm already
this far anyway)

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


More information about the Koha-bugs mailing list