]
Boleslaw Dawidowicz updated GTNPORTAL-1908:
-------------------------------------------
Fix Version/s: 3.2.0-M02
NPE when request to portal which configured to use SSO integration
------------------------------------------------------------------
Key: GTNPORTAL-1908
URL:
https://issues.jboss.org/browse/GTNPORTAL-1908
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Security
Reporter: Khoi Nguyen
Assignee: Boleslaw Dawidowicz
Fix For: 3.2.0-M02
Attachments: GTNPORTAL-1908-20110518.patch
Normally, if GateIn is integrated with any SSO server (CAS, JOSSO, OpenSSO), we will get
the login screen delivered from SSO Server when asking for
http://localhost:8080/portal/private/classic.
Unfortunately, if there is the first request to portal in private mode, I'd get an
exception such:
{code}
Caused by: javax.servlet.ServletException: java.lang.NullPointerException
at org.gatein.sso.agent.GenericSSOAgent.doGet(GenericSSOAgent.java:88)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at
org.exoplatform.container.web.AbstractHttpServlet.onService(AbstractHttpServlet.java:183)
at
org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.exoplatform.portal.application.localization.LocalizationFilter.doFilter(LocalizationFilter.java:179)
... 18 more
Caused by: java.lang.NullPointerException
at org.gatein.sso.agent.opensso.OpenSSOAgent.validateTicket(OpenSSOAgent.java:73)
at org.gatein.sso.agent.GenericSSOAgent.processSSOToken(GenericSSOAgent.java:120)
at org.gatein.sso.agent.GenericSSOAgent.doGet(GenericSSOAgent.java:73)
... 25 more
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: