Ticket #243 (closed defect: duplicate)

Opened 4 months ago

Last modified 4 months ago

Check that OpenID 1 messages created by our library have the bare namespace flagged as implicit

Reported by: http://keturn.myopenid.com/ Assigned to: http://keturn.myopenid.com/
Priority: major Milestone: Lib release 6/5
Keywords: Cc:
Project: All libraries OpenID Protocol: OpenID 1.x
Series: Web Browser:

Description

m = Message()
m.setNamespace(OPENID1_NS)
assert m.namespaces.isImplicit(BARE_NS)
m.setNamespace(OPENID2_NS)
assert not m.namespaces.isImplicit(BARE_NS)

Change History

06/05/08 11:09:55 changed by http://keturn.myopenid.com/

  • owner set to http://keturn.myopenid.com/.
  • status changed from new to assigned.

06/05/08 14:33:23 changed by http://keturn.myopenid.com/

  • status changed from assigned to closed.
  • resolution set to duplicate.

The patches in #232 and #233 will fix this (already fixed in Python)