Service parameter must be lowercase.
This commit is contained in:
Marvin S. Addison 2010-09-10 19:39:23 +00:00
parent 9b8ce98ebf
commit 0f3d8a5c60
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ public abstract class AbstractCasAuthenticator extends AbstractAuthenticator {
}
protected final String getServiceParameterName() {
return "Service";
return "service";
}
}