BaseXdb / basex

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

Allow opaque URLs for jar: only (fixes BaseXdb/basex#2228) #2229

Closed GuntherRademacher closed 12 months ago

GuntherRademacher commented 12 months ago

The requirement of a slash following the URL scheme had been dropped for all URLs in 1e14f79 in order to allow jar: urls occurring when the code is packaged as a fat jar. This change reinstalls the previous state, except for jar: urls, which are still allowed without a slash.