Hide Forgot
project_key: JBEPP
Link: Added: This issue is related to PBR-182
Link: Added: This issue is a dependency of JBEPP-888
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: FileNotFoundException was swallowed by the FaceletPortletViewHandler. In some situation it was difficult to understand why something failed. The exception will no longer be swallowed and showed to the developer.
Release Notes Docs Status: Removed: Documented as Resolved Issue Added: Needs More Info Release Notes Text: Removed: FileNotFoundException was swallowed by the FaceletPortletViewHandler. In some situation it was difficult to understand why something failed. The exception will no longer be swallowed and showed to the developer. Added: Cause: NEEDINFO (What was causing the exception to be swallowed?) Consequence: FileNotFoundException was swallowed by the FaceletPortletViewHandler. In some situations this made it difficult to understand why some facets of the portal failed. Fix: An upgrade to JBoss Portlet Bridge NEEDINFO (Version) corrects this behavior. Result: The exception will no longer be swallowed and will appear to the developer.
Release Notes Text: Removed: Cause: NEEDINFO (What was causing the exception to be swallowed?) Consequence: FileNotFoundException was swallowed by the FaceletPortletViewHandler. In some situations this made it difficult to understand why some facets of the portal failed. Fix: An upgrade to JBoss Portlet Bridge NEEDINFO (Version) corrects this behavior. Result: The exception will no longer be swallowed and will appear to the developer. Added: Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects. (Text taken from same issue in 4.3.CP06 Release Notes JBEPP-447 http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/4.3/html-single/CP06_Release_Notes/index.html#issues_resolved)
Release Notes Docs Status: Removed: Needs More Info Added: Documented as Resolved Issue
Release Notes Text: Removed: Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects. (Text taken from same issue in 4.3.CP06 Release Notes JBEPP-447 http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/4.3/html-single/CP06_Release_Notes/index.html#issues_resolved) Added: Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects.
Release Notes Text: Removed: Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects. Added: Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is an instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects.