Juri Leino
Juri Leino
**Describe the bug** Calling `response:redirect-to(xs:anyURI("/exist/apps/monex/index.html"))` to issue a redirect with status code 302 will add the scheme and host to the URL. ``` ➜ curl http://localhost:8080/exist/apps/test/redirect-to.xq -I HTTP/1.1 302 Found...
While it is possible to override the default serialization settings by passing in options as a document fragment file:serialize will not respect an options map. It will just silently ignore...
**Describe the bug** When a db user attempts to read the permissions for a resource that they are not allowed to access the query will throw with a PermissionDeniedException. This...
**Describe the bug** The installation of a package will fail with an unclear error message "Package descriptor not found" when loading of a dependency fails due to a connection problem...
closes #3845 closes #3914 Follow-up on the last release the guide how-to release a new version of exist-db was reworked.
This could improve performance when uploading a large number of smaller files by reducing IO traffic. Even after running instances with this patch applied we could see no negative effects....
### Description: Seeded random-number-generators _must_ be reproducible within a single execution context and are _recommended_ to be reproducible across executions, too. This is the first step to fix #3915 and...
**Describe the bug** While `request:get-data()` returns `xs:base64Binary` for request bodies encoded as `application/json` it returns and instance of `xs:string` for `application/json-patch+json`. **Expected behavior** `request:get-data()` should return the same datatype for...
**Describe the bug** CI shows hundreds of failing core tests (this is likely related to #4538). I can reproduce those test cases on my local machine. After some investigation it...
**Is your feature request related to a problem? Please describe.** It can be handy for dynamic queries to be able to parameterise the type parameter of calls to `ft:field`. But...