Skip to content

Commit

Permalink
Pull RedirectToCas
Browse files Browse the repository at this point in the history
Mistakenly left in
  • Loading branch information
geoffgarside committed Mar 17, 2015
1 parent 059c289 commit 985937a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions http_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ func RedirectToLogin(w http.ResponseWriter, r *http.Request) {
c.RedirectToLogin(w, r)
}

// RedirectToCas is deprecated, please call RedirectToLogin
func RedirectToCas(w http.ResponseWriter, r *http.Request) {
RedirectToLogin(w, r)
}

// RedirectToLogout allows CAS protected handlers to redirect a request
// to the CAS logout page.
func RedirectToLogout(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 985937a

Please sign in to comment.