Ticket #262 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

Auth_OpenID::quoteMinimal() bug?

Reported by: =kisara Assigned to:
Priority: major Milestone:
Keywords: Cc:
Project: php-openid OpenID Protocol:
Series: Web Browser:

Description

Hello.

When I am wrong, I'm sorry.

I think that the following codes are wrong of it.

In "Auth_OpenID::quoteMinimal()".

sprintf("%02X", ord($c[$j]))

-> sprintf("%%%02X", ord($c[$j]))

Thank you


kisara

http://chizuru.bunkasha.co.jp/~kisara/

Change History

06/25/08 11:50:47 changed by http://keturn.myopenid.com/

Thank you for bringing this to our attention. On closer examination, it seems this quoteMinimal function is no longer used in the current version of our library. We will remove this function.

06/25/08 14:18:45 changed by http://keturn.myopenid.com/

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