OpenID::Server::ProtocolError
A return_to is outside the trust_root.
# File lib/openid/server.rb, line 1517 def initialize(message, return_to, trust_root) super(message) @return_to = return_to @trust_root = trust_root end
# File lib/openid/server.rb, line 1523 def to_s return sprintf("return_to %s not under trust_root %s", @return_to, @trust_root) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.