As Marvin said you can probably do this with a custom theme resolver. ThemeResolvers are part of the Spring API
On Tue, Sep 6, 2011 at 12:12 PM, Marvin Addison <[email protected]>wrote: > > Is there a capability within theme resolver to have a different theme > presented depending on the host name (virtual hosts) the user has entered > the CAS server from? > > No, but I believe you could fairly easily add this capability by > extending the existing theme resolver, > > https://source.jasig.org/cas3/branches/cas-3_4_x_maintenance/cas-server-3.4.2/cas-server-core/src/main/java/org/jasig/cas/services/web/ServiceThemeResolver.java > . > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
