Ticket #255 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

Invalid HTML results in an unknown constant "OpenIDError"

Reported by: http://joshpeek.com/ Assigned to: http://keturn.myopenid.com/
Priority: major Milestone: Bugfix Release
Keywords: Cc:
Project: ruby-openid OpenID Protocol: OpenID 2.x
Series: 2.x.x Web Browser:

Description

HTMLTokenizer was changed to raise OpenIDError instead of RuntimeError?. Great, but it needs to be namespaced as well. Should be OpenID::OpenIDError.

Attachments

namespace_openid_error.diff (2.1 kB) - added by http://joshpeek.com/ on 06/10/08 10:30:09.

Change History

06/10/08 10:30:09 changed by http://joshpeek.com/

  • attachment namespace_openid_error.diff added.

06/10/08 10:31:22 changed by http://joshpeek.com/

  • summary changed from Invalid HTML result in an unknown constant "OpenIDError" to Invalid HTML results in an unknown constant "OpenIDError".

06/25/08 16:36:36 changed by http://keturn.myopenid.com/

  • milestone set to Bugfix Release.

06/27/08 11:45:18 changed by http://keturn.myopenid.com/

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

06/27/08 15:33:55 changed by http://keturn.myopenid.com/

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

yargh, this class wasn't in the OpenID namespace at all. Fixed now, thanks.