Remove duplicate words

Fixes gh-3826
This commit is contained in:
Johnny Lim
2016-04-19 13:21:20 +09:00
committed by Rob Winch
parent fb5776cb5c
commit 933a7e8363
12 changed files with 17 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ public final class ProxyTicketSampleServlet extends HttpServlet {
// SecurityContextHolder.getContext().getAuthentication()
final CasAuthenticationToken token = (CasAuthenticationToken) request
.getUserPrincipal();
// proxyTicket could be reused to make calls to to the CAS service even if the
// proxyTicket could be reused to make calls to the CAS service even if the
// target url differs
final String proxyTicket = token.getAssertion().getPrincipal()
.getProxyTicketFor(targetUrl);