Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 877800

Summary: wsrp - netunity v2 - interaction, navigational state portlets error
Product: [JBoss] JBoss Enterprise Portal Platform 6 Reporter: vramik
Component: PortalAssignee: Default User <jbpapp-maint>
Status: CLOSED WONTFIX QA Contact: vramik
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: bdawidow, epp-bugs, hfnukal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-17 19:03:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description vramik 2012-11-18 21:45:17 UTC
Description of problem:
There is value P%2b1%3dV%2b1%26P%2b2%3dV%2b2%26P%2b3%3dV%2b3 instead of P+1=V+1&P+2=V+2&P+3=V+3 when using netunity v2 as a remote producer.

This error is present when using portlets Interaction State and Navigational State.

How reproducible:
Register netunity v2 as a producer using http://netunitysoftware.com/wsrp2interop/WsrpProducer.asmx?Operation=WSDL&WsrpVersion=Two

Steps to Reproduce:
1. start portal and register the producer
2. go to application registry 
3. import applications
4. add Interaction State and Navigational State into page. 

  
Actual results:
Interaction State
 - when click on Set using Anchor (HREF) -> P+1=V+1&P+2=V+2&P+3=V+3 or Set using Form Submit (Action) -> P+1=V+1&P+2=V+2&P+3=V+3 button Last Portlet InteractionState: P%2b1%3dV%2b1%26P%2b2%3dV%2b2%26P%2b3%3dV%2b3 

Navigational State
 - Set in Render URL -> P+1=V+1&P+2=V+2&P+3=V+3
 - Set in Blocking Interaction URL -> P+1=V+1&P+2=V+2&P+3=V+3 button

Expected results: 
instead of P%2b1%3dV%2b1%26P%2b2%3dV%2b2%26P%2b3%3dV%2b3  there should be P+1=V+1&P+2=V+2&P+3=V+3.


Additional info: Navigational State -> Set in PBIA Response works fine.

Comment 1 claprun@redhat.com 2012-11-19 10:56:32 UTC
I'm actually not sure what the value should be…

Comment 2 claprun@redhat.com 2012-11-27 09:08:20 UTC
This is not a regression and considering that the rest of WSRP seems to work appropriately and the fact that fixing one of the encoding breaks another, I'd rather leave this as it is.

Comment 3 vramik 2012-12-17 19:03:58 UTC
According to previous comments closing as won't fix