[
https://issues.jboss.org/browse/GTNWSRP-369?page=com.atlassian.jira.plugi...
]
RH Bugzilla Integration commented on GTNWSRP-369:
-------------------------------------------------
Adam Kovari <akovari(a)redhat.com> made a comment on [bug
983898|https://bugzilla.redhat.com/show_bug.cgi?id=983898]
+++ This bug was initially created as a clone of Bug #981585 +++
Description of problem:
We have created a remote portlet (wsrp) which saves a value as session
attribute:
request.getPortletSession().setAttribute("inputValue", inputValue)
and retrieves it again
String inputValue = (String)
request.getPortletSession().getAttribute("inputValue");
The problem is, that if we are placing the portlet twice one the same
page, both portlets are showing the same inputValue. So the
setAttribute() and getAttribute() method is not unique for the portlet
instance.
Version-Release number of selected component (if applicable):
EPP 5.1.1
How reproducible:
Always
Steps to Reproduce:
1. See description
Actual results:
Portlet Session attributes shared accross same portlets on one page
Expected results:
Portlet Session attributes not shared accross same portlets on one page
Additional info:
Portlet sessions are not properly scoped on consumer
----------------------------------------------------
Key: GTNWSRP-369
URL:
https://issues.jboss.org/browse/GTNWSRP-369
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Consumer
Affects Versions: 2.2.9.Final
Reporter: Chris Laprun
Assignee: Chris Laprun
Fix For: 2.2.10.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira