Re: Malformed URLs - Mailing list pgsql-jdbc

From Daniel Migowski
Subject Re: Malformed URLs
Date
Msg-id 48E9C228.2080101@ikoffice.de
Whole thread Raw
In response to Malformed URLs  (Konrad Garus <konrad.garus@gmail.com>)
List pgsql-jdbc
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

pgsql-jdbc by date:

Previous
From: Gerald Rosenberg
Date:
Subject: Problem with Hibernate/Spring/Postgres configuraiton
Next
From: "Albe Laurenz"
Date:
Subject: Re: When limit is greater than 813,500 activity seems to slow way down or stop