Refactor the way CAS default views are resolved internally
Description
Currently, a number of view names in the login flow do not match the corresponding JSP file:
Ensure they match.
This would effectively allow us to reduce configuration in that we can remove the property file and have views be automatically resolved. It furthermore, allows adopters to extend spring view resolvers to render a different set of JSP pages conditionally
Environment
None
Activity
Show:
Misagh MoayyedJuly 15, 2014 at 7:10 AM
All Open JIRA issues are now moved to Github, and tracked under Github Issues. The migration is now complete. Please use Github issue tracking to file and track issues. JIRA issues will be closed.
Currently, a number of view names in the login flow do not match the corresponding JSP file:
Ensure they match.
This would effectively allow us to reduce configuration in that we can remove the property file and have views be automatically resolved. It furthermore, allows adopters to extend spring view resolvers to render a different set of JSP pages conditionally