Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
unspecified
-
None
-
Windows XP, uPortal 2.3.2
Description
While trying to implement a custom WindowState in uPortal it has been discovered that no matter what supported mime-types are specified in the portlet.xml Pluto always throws an IllegalArgumentException. After looking through the Pluto code we found it has a hardcoded check to ensure the value sent to setContentType is always "text/html". The code is at RenderResponseImpl:95.