|
Dom, For the same reason that the Yale Java CAS Client implemented declaration of the server name as a filter init param instead of using request.getServerName(). This is the top question-answer pair in the CASFilter FAQ. Andrew Andrew Petro Cooperative Support Technical Lead - uPortal Unicon, Inc. . Question about the CAS Java Client There is a property: cas.client.serverNameThis 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 |
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
