We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I received this error : CASClient::BadResponseException MALFORMED CAS RESPONSE when trying to connect to my CAS server.
I presume it's the server fault but since i can't modify it i had to monkey-patch the casclient/responses.rb to make this change :
def check_and_parse_xml(raw_xml) raw_xml = raw_xml.encode('UTF-8', :invalid => :replace, :undef => :replace, :replace => '?') ... end
Is there a cleaner way to do it ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I received this error : CASClient::BadResponseException MALFORMED CAS RESPONSE when trying to connect to my CAS server.
I presume it's the server fault but since i can't modify it i had to monkey-patch the casclient/responses.rb to make this change :
Is there a cleaner way to do it ?
The text was updated successfully, but these errors were encountered: