eXist-db / node-exist

Interact with eXist DB instances via XML-RPC and REST
MIT License
16 stars 6 forks source link

fix(restClient): protocol in connectionOptions #303

Closed line-o closed 9 months ago

line-o commented 9 months ago

The protocol must end with a colon. This lead to the prefixUrl to contain a double colon (::), also known as Paamayim Nekudotayim.

For the tests with the protocol set to http: the other port (8080) is now exposed in the container in the CI test setup.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 5.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: