Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Jasig/dotnet-cas-client
Browse files Browse the repository at this point in the history
  • Loading branch information
serac committed Aug 5, 2014
2 parents 460fa3e + cba7c44 commit 26f21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetCasClient/Utils/UrlUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static string ConstructValidateUrl(string serviceTicket, bool gateway, bo

EnhancedUriBuilder ub = new EnhancedUriBuilder(EnhancedUriBuilder.Combine(CasAuthentication.CasServerUrlPrefix, CasAuthentication.TicketValidator.UrlSuffix));
ub.QueryItems.Add(CasAuthentication.TicketValidator.ServiceParameterName, HttpUtility.UrlEncode(ConstructServiceUrl(gateway)));
ub.QueryItems.Add(CasAuthentication.TicketValidator.ArtifactParameterName, serviceTicket);
ub.QueryItems.Add(CasAuthentication.TicketValidator.ArtifactParameterName, HttpUtility.UrlEncode(serviceTicket));

if (renew)
{
Expand Down

0 comments on commit 26f21d5

Please sign in to comment.