gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Avoid endless loop in recursive schema retriveal #49

Closed nichtich closed 2 years ago

nichtich commented 2 years ago

Loading LIDO schemas (#48) results in an endless loop. Maybe at least limit the maximum depth of recursion?

nichtich commented 2 years ago

http://schemas.opengis.net/gml/3.1.1/base/gml.xsd and http://schemas.opengis.net/gml/3.1.1/base/topology.xsd reference each other, resulting in an endless loop.