java-cas-client/cas-client-core/src
Matt Drees b6f6b5de76 Support casServerUrlPrefix config option
`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).
2018-07-24 15:18:24 -06:00
..
main Support casServerUrlPrefix config option 2018-07-24 15:18:24 -06:00
test Support casServerUrlPrefix config option 2018-07-24 15:18:24 -06:00