Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
SE SupportSE SupportReporter
Brian ChanBrian ChanComponents
Fix versions
Priority
Medium
Details
Details
Assignee
SE Support
SE SupportReporter
Brian Chan
Brian ChanComponents
Fix versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created June 5, 2010 at 9:40 AM
Updated June 24, 2023 at 9:55 AM
Resolved June 5, 2010 at 9:40 AM
Two tests fail because of https://liferay.atlassian.net/browse/LPS-9966#icft=LPS-9966
Test Result (2 failures)
com.sun.ts.tests.portlet.ee.taglib.DefineObjectsProcessActionTest.test
com.sun.ts.tests.portlet.ee.taglib.DefineObjectsProcessEventTest.test
The root of the issue is that those two tests call:
out.clearBuffer() which throws an IllegalStateException because the buffer size is 0.
To get around that, I made sure that JspWriter is always wrapped with PipingJspWriter.