rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

Extra attribute parsing blows up when a blank attribute is not CDATA surrounded #25

Closed deathwish closed 12 years ago

deathwish commented 12 years ago

This is actually due to a bug in ActiveSupport's Hash.from_xml, however eliminating use of the function seemed cleaner then working around or patching the issue.