Issue Type: Bug Created: 2008-07-31T14:49:37.000+0000 Last Updated: 2011-08-13T23:18:19.000+0000 Status: Resolved Fix version(s): - 1.11.11 (29/Sep/11)
Reporter: Tom Carroll (thomas_carroll) Assignee: John Coggeshall (coogle) Tags: - Zend_InfoCard
Related issues: Attachments:
Zend_InfoCard seems to be expecting the enc: prefix for the http://www.w3.org/2001/04/xmlenc# namespace, even when the submitted XML token assigns a different prefix (such as xenc: ) to that namespace. This causes Zend_InfoCard to fail to parse a submitted information card token from card selectors other than Microsoft Cardspace.
Posted by Arthur Frankel (afrankel) on 2010-07-09T14:56:24.000+0000
Since there are several other card selectors available has there been any movement on this fix? Besides the enc (to xenc) issue there are others related to the namespaces.
Posted by Pádraic Brady (padraic) on 2011-08-13T23:18:19.000+0000
Fixed in r24374 and ZF2 hotfix branch.
Sorry for the long wait! It only needed a quick patch to register the namespace for XPath so the default prefix was not relied on.