BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
680 stars 267 forks source link

XQuery: Normalize URLs #2093

Closed ChristianGruen closed 2 years ago

ChristianGruen commented 2 years ago

The following function call …

inspect:xqdoc("https://raw.githubusercontent.com/acdh-oeaw/vleserver_basex/main/vleserver/changes.xqm")

… fails because a .. parent segment in a URI is not normalized. As a consequence, identical modules are not detected as such.