History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2054
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Eric Dalquist
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

Missing portlet results in message at the start of page

Created: 12/May/08 12:51 PM   Updated: 22/May/08 10:30 AM
Component/s: Portlet Container
Affects Version/s: 3.0.0
Fix Version/s: 3.0.1, 3.1.0-M1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Tocmat 5.5.26
Issue Links:
Generic Relation
 
This issue relates to:
UP-2059 AJAX channel adding UI fails to reloa... Minor Resolved


 Description  « Hide
If a portlet application is missing Tomcat writes an error message out to the response after unwrapping it. This results in the error message being the first line of the rendered page:

The requested resource (/PlutoInvoker/GooglePortlet) is not available<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 All   Comments   Work Log   Change History   FishEye      Sort Order:
Eric Dalquist [12/May/08 01:26 PM]
These may actually be coming from the this.portletContainer.doLoad(portletWindow, httpServletRequest, httpServletResponse); call on line 262 of SpringPortletChannelImpl since that response is not wrapped.

Eric Dalquist [22/May/08 10:30 AM]
Fixed by wrapping all instances of a HttpServletResponse being passed to the portlet container