ZF-4358: Zend_OpenId::normalize() removes URL Fragment
Description
The function Zend_OpenId::normalize() removes URL Fragments. OpenID 2.0 uses them as Part of the OpenID to enable the "recycling" of OpenID URLs. This is an issue with Yahoo: http://developer.yahoo.com/openid/faq.html (read "Identifier Recycling" on this page). I think normalize() should just keep the fragment.
Comments
Posted by Pádraic Brady (padraic) on 2011-08-14T12:01:12.000+0000
Fixed in r24378