Skip to content
New issue

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

is_valid? method may only be called once. Should be possible to invoke more than once, or at least documented. #60

Closed
bmo opened this issue Jan 26, 2013 · 1 comment

Comments

@bmo
Copy link

bmo commented Jan 26, 2013

response.is_valid? eventually invokes XMLSecurity::SignedDocument::validate_doc; validate_doc removes the signature and other information from the response documents, so subsequent validate invocations fail with an error similar to:

NoMethodError (undefined method `text' for nil:NilClass):

@stouset
Copy link
Contributor

stouset commented Feb 4, 2013

This was fixed in PR #63.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants