You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to get off REXML entirely and move to Nokogiri. REXML is not thread safe, and RubySaml patches it in a way that could potentially conflict with other gems.
Hi there,
Given an invalid SAMLResponse, the Response object now raises
REXML::ParseException
on rexml 3.3.9.Which means the response interface is now broken on
1.17.0
Related to ruby/rexml#211
TIA
The text was updated successfully, but these errors were encountered: