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

--- Comment #5 from David Cook <dc...@prosentient.com.au> ---
If I force JSON::Validator::Store into debug mode, it does look like it's
downloading it during the resolving process...

[JSON::Validator] Resolve curr:
ref=http://json-schema.org/draft-04/schema#/properties/description,base_url=http://swagger.io/v2/schema.json
fragment= id=http://swagger.io/v2/schema.json root=HASH(0x55d20f974060)
schema=HASH(0x55d20f9740
60) source=load

[JSON::Validator] Resolve state:
base_url=http://json-schema.org/draft-04/schema
fragment=/definitions/stringArray id=http://json-schema.org/draft-04/schema
root=HASH(0x55d2057e4a40) schema=HASH(0x55d20f702f40) source=schema/base_url

I'm starting to think that bug 30194 actually made no difference here...

--

[JSON::Validator] Load from cache
/usr/share/perl5/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df

[JSON::Validator] Load from URL http://json-schema.org/draft-04/schema

And Koha can't add json-schema.org to the cache, because Koha doesn't have
write access to /usr/share/perl5/JSON/Validator/cache...

36d1bd12eeed51e86c8695bd8876a9df is the cached version of the
http://swagger.io/v2/schema.json file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to