Hello Konrad,
Konrad Garus schrieb:
> - The problematic DB URL is: jdbc:postgresql:///127.0.0.1/example
> (notice the triple slash before IP)
>
As you say, the URL is malformed. It is an URL without an Host, and the
path of the URL is
/127.0.0.1/example
. Why don't you just fix your broken URLs? I don't think "fixing" the
driver to work with errornous URLs is the right way.
With best regards,
Daniel Migowski