java-cas-client/cas-client-core/src
Joshua Smith 6dbfdd2142 Include serverName path when constructing service url
Commit be2a641 introduced a bug which overwrites the serverName path component
when constructing service urls. This makes it impossible to deploy a CAS-
protected application behind a reverse proxy with a path prefix.

Now, the path from the incoming request is appended to the serverName path
instead of overwriting it.
2018-10-02 13:29:30 -07:00
..
main Include serverName path when constructing service url 2018-10-02 13:29:30 -07:00
test Include serverName path when constructing service url 2018-10-02 13:29:30 -07:00