sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

AttributeManager improperly compares strings in xsi namespace #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the intialize(...) method, improper use of "==".  Should be "equals".

One manifestation of this problem is improperly flagging xsi attributes as 
errors during validation.

Original issue reported on code.google.com by joe.bays...@gmail.com on 19 Dec 2012 at 6:50

GoogleCodeExporter commented 8 years ago
Fixed in r432.  Replaced "==" with "equals()".

Original comment by joe.bays...@gmail.com on 19 Dec 2012 at 7:00