> This may be more of a question for the Spring forum, but since I am > asking in reference to CAS I figured I will ask it here. I have a > requirement to have a unique login page for different services. I > have tried to follow the logic through the ViewResolvers and > Interceptors, but just can't seem to connect the dots. The thought > was that there would be an extra parameter to the login service. This > parameter could then be used to influence the return value from the > ViewResolver, or something like that. Any suggestions would be very > helpful.
If you use the "registeredServices" functionality of CAS, then I *think* you can specify which view to use for each registered service. I came accross such a parameter once in that context... (see services.xml in the WEB-INF/classes) -- Velpi _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
