Re: Re[2]: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-10 Thread Shailesh Kumar
Thanx a lot Adam and Christian. With regards, -Shailesh On 8/10/07, Christian Theune [EMAIL PROTECTED] wrote: Hi, Am Donnerstag, den 09.08.2007, 14:32 +0530 schrieb Shailesh Kumar: Hi, Just another quick question on this. Is there any plan for new bug fix releases of 3.3 branch? or

Re: Re[2]: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-10 Thread Christian Theune
Hi, Am Donnerstag, den 09.08.2007, 14:32 +0530 schrieb Shailesh Kumar: Hi, Just another quick question on this. Is there any plan for new bug fix releases of 3.3 branch? or Will the next releases be on the 3.4 branch? Zope 3.4 will receive a release candidate soon, but we need to do some

Re: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Adam Groszer
Hello Shailesh, Which version of Z3 re you using? As I remember that was fixed, but I can't dig the info from SVN. Tuesday, August 7, 2007, 5:28:02 PM, you wrote: Hi, I was using InternalPrincipal object and specified a password with non-ascii characters. Since Password is derived from

Re[2]: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Adam Groszer
Hello Shailesh, As I remember the fix was later. Thursday, August 9, 2007, 10:51:18 AM, you wrote: I have Zope 3.3.1 the official release. With regards, -Shailesh On 8/9/07, Adam Groszer [EMAIL PROTECTED] wrote: Hello Shailesh, Which version of Z3 re you using? As I remember that was

Re: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Shailesh Kumar
I have Zope 3.3.1 the official release. With regards, -Shailesh On 8/9/07, Adam Groszer [EMAIL PROTECTED] wrote: Hello Shailesh, Which version of Z3 re you using? As I remember that was fixed, but I can't dig the info from SVN. Tuesday, August 7, 2007, 5:28:02 PM, you wrote: Hi, I

Re: Re[2]: [Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-09 Thread Shailesh Kumar
Hi, Just another quick question on this. Is there any plan for new bug fix releases of 3.3 branch? or Will the next releases be on the 3.4 branch? With regards, -Shailesh On 8/9/07, Adam Groszer [EMAIL PROTECTED] wrote: Hello Shailesh, As I remember the fix was later. Thursday, August 9,

[Zope3-Users] possible bug in zope\app\authentication\principalfolder.py

2007-08-07 Thread Shailesh Kumar
Hi, I was using InternalPrincipal object and specified a password with non-ascii characters. Since Password is derived from TextLine, hence its supposed to be acceptable. But I found that if I use MD5 or SHA1 password managers, it leads to problems. The following exception is thrown. I guess