You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute collection('...')/base-uri() on a database which has a file/document named [Content_Types].xml, I get Invalid URI: /some-db/[Content_Types].xml.
[Content_Types].xml files are part of the Open Packaging Conventions, which e.g. is used for packaging OOXML (DOCX files etc.).
Expected Behavior
I expect the URI have escaped square brackets and produce /some-db/%5BContent_Types.xml%5D.xml.
Steps to Reproduce the Behavior
Create a [Content_Types].xml file with valid xml.
Create and open a database some-db with file above.
Run collection('some-db')/base-uri()
Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX v10.4
OS: Win 10
The text was updated successfully, but these errors were encountered:
Description of the Problem
When I execute
collection('...')/base-uri()
on a database which has a file/document named[Content_Types].xml
, I getInvalid URI: /some-db/[Content_Types].xml
.[Content_Types].xml
files are part of the Open Packaging Conventions, which e.g. is used for packaging OOXML (DOCX files etc.).Expected Behavior
I expect the URI have escaped square brackets and produce
/some-db/%5BContent_Types.xml%5D.xml
.Steps to Reproduce the Behavior
[Content_Types].xml
file with valid xml.some-db
with file above.collection('some-db')/base-uri()
Do you have an idea how to solve the issue?
No response
What is your configuration?
The text was updated successfully, but these errors were encountered: