]
Takayuki Konishi updated GTNPORTAL-1971:
----------------------------------------
Summary: PortalRequestHandler ignores Exception and returns blank page. (was:
PortalRequestHandler ignores Exception and return blank page.)
Forum Reference:
PortalRequestHandler ignores Exception and returns 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: