updated javadoc about serverName
This commit is contained in:
Scott Battaglia 2009-01-30 00:40:22 +00:00
parent d0be75e7b3
commit 7191670c4e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import javax.servlet.http.HttpServletResponse;
* <p>
* The following filter options can be configured (either at the context-level or filter-level).
* <ul>
* <li><code>serverName</code> - the name of the CAS server, in the format: localhost:8080 or localhost:8443 or localhost</li>
* <li><code>serverName</code> - the name of the CAS client server, in the format: localhost:8080 or localhost:8443 or localhost or https://localhost:8443</li>
* <li><code>service</code> - the completely qualified service url, i.e. https://localhost/cas-client/app</li>
* </ul>
* <p>Please note that one of the two above parameters must be set.</p>