AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
489 stars 123 forks source link

UI fails to render error responses with a non-XML body #52

Closed namedgraph closed 2 years ago

namedgraph commented 3 years ago

Saxon-JS 2 attempts to parse XML body from a non-XML response, e.g. Tomcat's HTML error page: https://sourceforge.net/p/saxon/mailman/message/37142695/

Waiting for reply from Saxonica.

namedgraph commented 3 years ago

Turns out this is a Saxon-JS 2 bug: https://saxonica.plan.io/issues/4830

namedgraph commented 3 years ago

Saxon-JS 2.1 is out and the bug should be fixed.