IRC Log for #openid on 2010-07-09
Timestamps are in UTC.
- [00:23:23] * andrejtokarcik (~andrej@ip4-83-240-17-72.cust.nbox.cz) Quit (Remote host closed the connection)
- [00:33:37] * shigeta (~shigeta@sakkgw2.sixapart.jp) has joined #openid
- [01:33:43] * daleolds (~daleolds@137.65.157.32) Quit (Quit: Leaving.)
- [01:33:47] * Kaliya (~Adium@173.180.160.38) has joined #openid
- [01:35:10] * tbbrown (~tbbrown@ppp-70-252-10-162.dsl.hstntx.swbell.net) has joined #openid
- [02:01:14] * daedeloth (~daedeloth@ip-81-11-162-105.dsl.scarlet.be) Quit (Remote host closed the connection)
- [02:34:10] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) has joined #openid
- [02:41:39] * Kaliya (~Adium@173.180.160.38) has left #openid
- [03:01:29] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) Quit (Quit: Leaving.)
- [03:21:44] * jdk2588__ (~jdk2588@117.199.122.51) has joined #openid
- [04:53:35] * jdk2588__ (~jdk2588@117.199.122.51) Quit (Ping timeout: 265 seconds)
- [05:18:14] * jdk2588__ (~jdk2588@117.199.122.51) has joined #openid
- [05:24:25] * jdk2588__ is now known as jdk2588
- [05:24:46] * jdk2588 (~jdk2588@117.199.122.51) Quit (Changing host)
- [05:24:46] * jdk2588 (~jdk2588@unaffiliated/jdk2588) has joined #openid
- [05:52:15] * Kaliya (~Adium@173.180.160.38) has joined #openid
- [05:52:57] * Kaliya (~Adium@173.180.160.38) has left #openid
- [07:19:52] * flaccid (~flaccid@unaffiliated/flaccid) Quit (Quit: flaccid)
- [08:09:13] * crono- (~dgram@crono.nith.no) has joined #openid
- [09:23:25] * berkes (~ber@mail.tin.nl) has joined #openid
- [09:57:35] * kengyu (~kengyu@210.242.151.101) Quit (Ping timeout: 240 seconds)
- [10:58:08] * shigeta (~shigeta@sakkgw2.sixapart.jp) Quit (Quit: Leaving...)
- [11:16:44] * jdk2588 (~jdk2588@unaffiliated/jdk2588) Quit (Ping timeout: 252 seconds)
- [12:40:08] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) Quit ()
- [12:59:35] * Kaliya (~Adium@173.180.160.38) has joined #openid
- [13:11:19] * Kaliya (~Adium@173.180.160.38) has left #openid
- [13:25:46] * MacTed (~Thud@63.119.36.36) has joined #openid
- [14:05:05] * tbbrown (~tbbrown@ppp-70-252-10-162.dsl.hstntx.swbell.net) Quit (Ping timeout: 240 seconds)
- [14:17:02] * oxi (~oxi@adsl-84-227-26-83.adslplus.ch) has joined #openid
- [14:17:30] * oxi (~oxi@adsl-84-227-26-83.adslplus.ch) Quit (Changing host)
- [14:17:30] * oxi (~oxi@unaffiliated/oxi) has joined #openid
- [14:59:15] * jdk2588 (~jdk2588@117.199.126.138) has joined #openid
- [15:08:18] * jdk2588 (~jdk2588@117.199.126.138) Quit (Remote host closed the connection)
- [15:08:59] * jdk2588 (~jdk2588@117.199.126.138) has joined #openid
- [15:16:52] * berkes (~ber@mail.tin.nl) Quit (Quit: Ex-Chat)
- [15:31:48] * jdk2588 (~jdk2588@117.199.126.138) Quit (Ping timeout: 276 seconds)
- [15:57:36] * Kaliya (~Adium@173.180.160.38) has joined #openid
- [16:11:37] * daleolds (~daleolds@137.65.157.32) has joined #openid
- [16:13:17] * Kaliya (~Adium@173.180.160.38) Quit (Ping timeout: 240 seconds)
- [16:24:36] * Kaliya (~Adium@173.180.160.38) has joined #openid
- [16:32:34] * Kaliya (~Adium@173.180.160.38) Quit (Quit: Leaving.)
- [18:57:48] * daleolds (~daleolds@137.65.157.32) Quit (Quit: Leaving.)
- [19:09:34] * Kaliya (~Adium@d75-157-248-7.bchsia.telus.net) has joined #openid
- [19:15:15] * benji (~benji@c-71-63-31-168.hsd1.va.comcast.net) has joined #openid
- [19:18:11] <benji>
I /think/ I found a bug in the Python OpenID client (specifically _verifyReturnToArgs) but would like to discuss it before filing a bug; anyone interested?
- [19:19:05] * tbbrown (~tbbrown@64.134.146.48) has joined #openid
- [19:21:15] <yangman>
what's the bug?
- [19:24:43] <benji>
yangman: the way _verifyReturnToArgs compares query parameters (seems) like it can never succeed
- [19:25:31] <benji>
(plus it's odd -- to my understanding of what it's trying to do -- that _verifyReturnToArgs doesn't accept the current application URL as a parameter)
- [19:27:52] <yangman>
hm?
- [19:36:44] * Kaliya (~Adium@d75-157-248-7.bchsia.telus.net) Quit (Quit: Leaving.)
- [19:41:51] <benji>
I'm reading the _verifyReturnToArgs tests now in the hope that the bug is in my understanding of what it does.
- [19:45:05] * Kaliya (~Adium@d75-157-248-7.bchsia.telus.net) has joined #openid
- [19:53:40] <yangman>
what's the symptom?
- [19:57:30] <benji>
I'm working on a bug in Launchpad (https://bugs.edge.launchpad.net/launchpad-foundations/+bug/597324) and after fixing a bug in Launchpad itself, I still get the message mentioned in the bug report, but the "expected" and "got" URLs are identical
- [20:01:57] <yangman>
looks like the bug is in the callee, not the library
- [20:03:01] <yangman>
er, ignore that
- [20:05:00] * Kaliya (~Adium@d75-157-248-7.bchsia.telus.net) Quit (Quit: Leaving.)
- [20:06:16] * tbbrown (~tbbrown@64.134.146.48) Quit (Ping timeout: 260 seconds)
- [20:16:27] * tbbrown (~tbbrown@ppp-70-252-10-162.dsl.hstntx.swbell.net) has joined #openid
- [20:17:42] <benji>
hmm, it seems that we're not including the non-OpenID query parameters when calling Consumer.complete(); looking deeper into that.
- [20:30:15] <yangman>
the library is a bit hard to trace, but I'm skeptical it's a lib bug
- [20:30:23] <yangman>
people would have noticed by now if it were
- [20:47:02] <benji>
yep I'm thinking the same thing; thanks for taking the time to look at it
- [21:10:02] * MacTed (~Thud@63.119.36.36) Quit ()
- [22:30:54] * cao (~cao@11.60.138.210.bn.2iij.net) has joined #openid
- [22:31:22] * cao is now known as Guest909
- [22:32:29] * Guest23969 (~cao@11.60.138.210.bn.2iij.net) Quit (Ping timeout: 240 seconds)
- [22:39:07] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
- [23:44:56] <benji>
yangman: yep, it turned out to be an application bug -- two of them actually :)
- [23:45:06] <benji>
thanks for listening to me bable anyway
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.