Bug#471798: python-openid: OpenID server fails to interact with OpenID 1.0 providers

2008-03-20 Thread Leschinsky Oleg
Evening, Mikhail Gusarov. Mikhail Gusarov 15:06 20/3/2008 wrote: Looks like this bug was adressed in upstream darcs repo. But anyway here is a patch for python-openid: --- a/openid/server/server.py 2008-03-20 21:31:33.0 +0200 +++ b/openid/server/server.py 2008-03-20 21:31:45.0

Bug#471798: python-openid: OpenID server fails to interact with OpenID 1.0 providers

2008-03-20 Thread Mikhail Gusarov
tags 471798 -patch thanks Twas brillig at 11:37:10 20.03.2008 UTC+02 when Leschinsky Oleg did gyre and gimble: LO> So this is simply a workaround (taken from experimental LO> implementation of openid-server based on djangoid). Mea culpa. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#471798: python-openid: OpenID server fails to interact with OpenID 1.0 providers

2008-03-20 Thread Leschinsky Oleg
Evening, Mikhail Gusarov. Mikhail Gusarov 15:06 20/3/2008 wrote: I want to clarify. This bug manifests itself when calling encodeToURL. So this is simply a workaround (taken from experimental implementation of openid-server based on djangoid). Actually bug is located somewhere in Server.decod

Bug#471798: python-openid: OpenID server fails to interact with OpenID 1.0 providers

2008-03-20 Thread Mikhail Gusarov
Package: python-openid Version: 2.0.2-1 Severity: normal Tags: patch OpenID server implementation in python-openid fails to interact with OpenID 1.0 providers: decodeRequest from such provider sets claimed_id = None, but this fails in setArg due to "assert value is not None". Attached patch work