[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-1971) PortalRequestHandler ignores Exception and return blank page.

Takayuki Konishi (JIRA) jira-events at lists.jboss.org
Wed Jul 27 21:53:23 EDT 2011


PortalRequestHandler ignores Exception and return blank page.
-------------------------------------------------------------

                 Key: GTNPORTAL-1971
                 URL: https://issues.jboss.org/browse/GTNPORTAL-1971
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Common integration
            Reporter: Takayuki Konishi


When org.exoplatform.portal.application.PortalRequestHandler catches Exception, it ignores the exception. As a result, Gatein returns blank page to client.
It should return error message.

137:       catch (Exception NonStaleModelEx)
138:       {
139:          log.error("Error while handling request", NonStaleModelEx);
140:       }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list