Re: Authentication failed when Password contains Japaneese Charecters

From: Shivender Devarakonda <shivenderd(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Authentication failed when Password contains Japaneese Charecters
Date: 2010-04-21 00:35:25
Message-ID: l2ga7ddbfcf1004201735g132fa19dhbef647a0625bfb6f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I did not give any explicit encoding while creating the DB. I am running
postgres on Windows XP system.

Thanks for looking in to this.

Regards,
Shivender

On Tue, Apr 20, 2010 at 5:29 PM, Shivender Devarakonda <shivenderd(at)gmail(dot)com
> wrote:

> I explicitly changed the property file.encoding to UTF-8 before I run my
> application. I am sure application is sending the password in UTF-8 byte
> array[]. Are you talking about server session?
>
> Thanks,
> Shivender
>
> On Tue, Apr 20, 2010 at 5:23 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
>> Shivender Devarakonda <shivenderd(at)gmail(dot)com> writes:
>> > I am using Postgres SQL version 8.3 server and I have a client that uses
>> > Postgres SQL JDBC driver. I have a user "admin" with the password having
>> > japaneese charecters 形式.
>>
>> Just a guess, but I suspect it's an encoding issue. I expect JDBC would
>> send the password in utf8 encoding. Maybe you defined the password in
>> a session that was using a different encoding?
>>
>> regards, tom lane
>>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2010-04-21 01:10:21 Re: Authentication failed when Password contains Japaneese Charecters
Previous Message Shivender Devarakonda 2010-04-21 00:29:19 Re: Authentication failed when Password contains Japaneese Charecters