[gatein-issues] [JBoss JIRA] (GTNPORTAL-1908) NPE when request to portal which configured to use SSO integration

Marek Posolda (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Nov 3 18:13:45 EDT 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Posolda resolved GTNPORTAL-1908.
--------------------------------------

      Assignee: Marek Posolda  (was: Boleslaw Dawidowicz)
    Resolution: Out of Date


Issue can't be reproduced now with latest SSO trunk and GateIn trunk. Seems that it has been resolved by commit for rev 5991 .
                
> 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: Marek Posolda
>             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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list