michelangelo13 / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

DirectError wrong compatibility condition. #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DirectError constructor:

        if (compatibility)
            set("ns", OPENID2_NS);

So if we are in pure 2.0 mode ns param will be omitted. Seems pretty buggy
to me. Should be 'if (! compatibility)' just like in the IndirectError
constructor.

Original issue reported on code.google.com by bone....@gmail.com on 28 Apr 2008 at 5:12

GoogleCodeExporter commented 9 years ago
Fixed in r470. Thank you again!

Original comment by Johnny.B...@gmail.com on 29 Apr 2008 at 4:24