Note, the patch is actually attached to the JIRA issue. Thanks.
On 8/25/05, Carlin Rogers <[EMAIL PROTECTED]> wrote: > I've attached a patch that can be used for testing/verifying the > earlier fix/patch > to BEEHIVE-882. The test case runs in mock portal. The page flow running in > the mock portlet calls ScopedServletUtils.getOuterRequest(request) and then > sets an attribute on the outer request. The main JSP then tries to print that > request attribute (outside of the scope of the page flow portlet). > > With the initial bug, the attribute would not appear on the outer request > and the JSP would print null. Now the attribute appears. > > For now the test case must be run manually because testRecorder does not > support multipart requests, "multipart/form-data". See BEEHIVE-483. > > Note this patch is only a manual test so should be fine to add for V1. > > Regards, > Carlin >
