Skip to content

Commit

Permalink
move dangling status (303) value from session controller
Browse files Browse the repository at this point in the history
  • Loading branch information
glenndavy committed Sep 12, 2011
1 parent c3e8e59 commit 76c9b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/cassy/sessions_controller.rb
Expand Up @@ -32,7 +32,7 @@ def new
st = @service_tickets[@service]
redirect_to_url = service_uri_with_ticket(@service, st)
elsif @gateway
redirect_to_url = @service, 303
redirect_to_url = @service
end
redirect_to redirect_to_url, :status => 303 if redirect_to_url# response code 303 means "See Other" (see Appendix B in CAS Protocol spec)

Expand Down

0 comments on commit 76c9b44

Please sign in to comment.