JspFactoryWrapper causes regression in two TCK tests

Description

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.

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

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