-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Describe the bug
The deprecated function response:stream-binary#2 is dropped in exist-db 7.0.0-SNAPSHOT
This leads to the public repo to return a Status code 500 for all package requests if the public repo is installed on an instance of exist-db 7.0.0-SNAPSHOT
Expected behavior
Public-repo to deliver packages on exist-db 7.0.0-SNAPSHOT as well
To Reproduce
Attempt to download a package
curl http://localhost:8080/exist/apps/public-repo/public/test-app.xar
Context (please always complete the following information):
- Build: eXist-7.0.0-SNAPSHOT (695233527b45e83ff7a4cbb16d5596137767a8e7)
- Java: 21.0.6 (Azul Systems, Inc.)
- OS: Mac OS X 15.3.2 (aarch64)
- App Version: all versions affected, tested with 4.0.0
Additional context
- How is eXist-db installed? from source
- Any custom changes in e.g.
conf.xml? none
Reactions are currently unavailable