`casServerUrlPrefix` is used for validation and single logout,
but before this commit it couldn't be used by the auth filter.
As a result, web.xml needed to (for the typical usecase)
contain at least two references to the cas server.
Now, only one context init-param reference is necessary,
as long as the login page is hosted at {prefix}/login
(which seems to be mandated by cas protocol spec).
|
||
|---|---|---|
| .. | ||
| src | ||
| LICENSE.txt | ||
| NOTICE | ||
| pom.xml | ||