samlify: xsd.parseFile can't find schema file
With a fresh install of 2.3.0, I get ENOENT: no such file or directory, open './schemas/saml-schema-protocol-2.0.xsd' whenever anything calls isValidXml (libsaml.ts:700).
I also think line 702 should have a premature return with that reject - if the file load fails, it still tries to valid off the non-existent schema.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (14 by maintainers)
Commits related to this issue
- #130 Fix schema build path — committed to tngan/samlify by tngan 7 years ago
- #130 Fix for the file path — committed to tngan/samlify by tngan 7 years ago
@ahwitz Fixed and patched v2.3.1.