We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to install a package with xst (starting with version 1.9.0) on an instance of exist-db that has
<init-param> <param-name>hidden</param-name> <param-value>true</param-value> </init-param>
set in etc/webapp/WEB-INF/web.xml, effectively disabling the REST API, package installation fails with
etc/webapp/WEB-INF/web.xml
; xst package install spec/fixtures/test-app.xar Install test-app.xar on https://localhost:8443 Response code 403 (Forbidden)
As it fails to fall back to XMLRPC API. As a workaround one can still force XMLRPC use by providing --rpc to the installation command.
--rpc
; xst package install spec/fixtures/test-app.xar --rpc
or by setting it in the configuration (only possible in .xstrc):
.xstrc
{ "rpc": true }
Build: eXist-7.0.0-SNAPSHOT (b032a424e9e92582938080d90b057a14c079df04) Java: 17.0.6 (Azul Systems, Inc.) OS: Mac OS X 13.6 (aarch64)
The text was updated successfully, but these errors were encountered:
fix(package): installation falls back to XMLRPC
d2768b3
fixes eXist-db#170 Try REST connection, fall back to XMLRPC and inform user that this happened.
🎉 This issue has been resolved in version 1.9.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
line-o
Successfully merging a pull request may close this issue.
What happened?
When trying to install a package with xst (starting with version 1.9.0) on an instance of exist-db that has
set in
etc/webapp/WEB-INF/web.xml
, effectively disabling the REST API, package installation fails with; xst package install spec/fixtures/test-app.xar Install test-app.xar on https://localhost:8443 Response code 403 (Forbidden)
As it fails to fall back to XMLRPC API. As a workaround one can still force XMLRPC use by providing
--rpc
to the installation command.; xst package install spec/fixtures/test-app.xar --rpc
or by setting it in the configuration (only possible in
.xstrc
):System Information
Relevant shell output
; xst package install spec/fixtures/test-app.xar Install test-app.xar on https://localhost:8443 Response code 403 (Forbidden)
The text was updated successfully, but these errors were encountered: