Question about the CAS Java Client There is a property: cas.client.serverName
This is used in the constructServiceUrl method of the AbstractCasFilter class. This method is part of url construction in AuthenticationFilter and TicketValidationFilter classes for the service value. You know this, you wrote the classes. :) I question is why do you use a property and not the request.getServerName() I ask this because I have multiple domain clients. www.site.com and www.site.co.uk which are served from the same apache via virtual hosts. But the property is causing some issues, obviously. And the classes are final so no chance of extending. Thanks _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
