Hi, Following the stack trace, I think it comes from the fact that you have not defined the *failureUrl *in the *CasFilter*. Would you mind fixing that and re-testing? Thanks. Best regards, Jérôme
2014-03-25 9:45 GMT+01:00 sekhar4233 [via Shiro User] < [email protected]>: > I enable the ALL logs in my Client Application. This is my logback.xml > file. > > <?xml version="1.0" encoding="UTF-8"?> > <configuration> > <appender name="STDOUT" > class="ch.qos.logback.core.ConsoleAppender"> > > <encoder> > <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level > %logger{36} - %msg%n > </pattern> > </encoder> > </appender> > > <logger name="org.jasig.cas" level="ALL"> > <appender-ref ref="STDOUT" /> > </logger> > > <logger name="org.apache.shiro" level="ALL"> > <appender-ref ref="STDOUT" /> > </logger> > </configuration> > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://shiro-user.582556.n2.nabble.com/CAS-and-Shiro-Integration-Issue-tp7579823p7579829.html > To start a new topic under Shiro User, email > [email protected] > To unsubscribe from Shiro User, click > here<http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=582556&code=bGVsZXVqQGdtYWlsLmNvbXw1ODI1NTZ8LTExNzY2MzcxMTY=> > . > NAML<http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://shiro-user.582556.n2.nabble.com/CAS-and-Shiro-Integration-Issue-tp7579823p7579830.html Sent from the Shiro User mailing list archive at Nabble.com.
