Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0, 1.1
-
None
-
Liferay Portlet Container
Description
The following snippet wrongly casts to HttpServletResponse, therefore portlet-environments will not work:
if (response instanceof HttpServletResponse)
{
HttpServletRequest httpServletRequest = (HttpServletRequest) request;
// Wrap this request only if something else (eg a RequestParameterServletFilter) has not already wrapped it.
if (!Boolean.TRUE.equals(httpServletRequest.getAttribute(RequestParameterServletFilter.REQUEST_PARAM_FILTER_CALLED)))
{
I will commit a solution very soon.
regards,
Martin
Attachments
Attachments
Issue Links
- is related to
-
ORCHESTRA-24 conversationContext param in url is missing; this breaks orchestra completely
- Closed