pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: fladi (@fladi) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] issue #2694: the url is invalid
Date: Thu, 20 Feb 2025 19:13:55 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
I was hit by the same issue, our databases follow the convention:
- `vhost-1.example.com/production`
- `vhost-1.example.com/testing`
- `vhost-1.example.com/feature-1234`
- `vhost-2.example.com/production`
- ...
Now someone wants to connect to them via JDBC (42.7.5) and is hit with `Unable to parse URL jdbc:postgresql://db.example.com:5432/vhost-1.example.com/testing`. I tried to use RFC3986 as stated in the documentation but this only resulted in the same error (with `%2F` decoded to "`/`").
JDBC was used within DBeaver.
view thread (8+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] issue #2694: the url is invalid
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox