Re: Malformed URLs

From: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Malformed URLs
Date: 2008-10-06 07:45:44
Message-ID: 48E9C228.2080101@ikoffice.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albe Laurenz 2008-10-06 07:46:37 Re: When limit is greater than 813, 500 activity seems to slow way down or stop
Previous Message Gerald Rosenberg 2008-10-05 17:14:29 Problem with Hibernate/Spring/Postgres configuraiton