lib/rmobio/cas.rb in rmobio-1.1.1 vs lib/rmobio/cas.rb in rmobio-1.1.2

- old
+ new

@@ -76,10 +76,10 @@ RAILS_DEFAULT_LOGGER.info 'CAS: Successfully authenticated user ' + @uuid.to_s + '...' unless not defined? RAILS_DEFAULT_LOGGER else # this should never happen, since the response should already have # been recognized as invalid - raise BadResponseException, "BAD CAS RESPONSE:\n#{raw_text.inspect}\n\nXML DOC:\n#{doc.inspect}" + raise BadResponseException, "BAD CAS RESPONSE:\n#{raw_text.inspect}\n\nXML DOC:\n#{@xml.inspect}" end end end class MobioCasFilter < CASClient::Frameworks::Rails::Filter \ No newline at end of file