Unable to render logout.jsp Page::IdP3.1.1
Cantor, Scott
cantor.2 at osu.edu
Thu Jun 25 10:08:34 EDT 2015
On 6/25/15, 10:03 AM, "users on behalf of Sandeep urs" <users-bounces at shibboleth.net on behalf of sandeepursks at gmail.com> wrote:
>
>>> we removed logout.vm from /views and we placed our logout.jsp inside WEB-INF/jsp but IdP throwing exception \
>
>java.lang.IllegalStateException: Exception occurred rendering view org.springframework.web.servlet.view.velocity.VelocityView: name 'logout'; URL [logout.vm]
Then you couldn't have removed it and restarted. There should be an error mentioning that it couldn't find it but then it will fall through to looking for the JSP.
What you're doing is a bad idea. Use Velocity. If you need to redirect somewhere, just stick Javascript or a meta-refresh into the Velocity page.
-- Scott
More information about the users
mailing list