Bug 1082605
| Summary: | Public render parameter not propagated to the URL | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | mgottval <mgottval> | ||||||
| Component: | Portal | Assignee: | Lucas Ponce <lponce> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Tomas Kyjovsky <tkyjovsk> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.2.0 | CC: | epp-bugs, mvecera | ||||||
| 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: | 2014-04-04 13:20: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: | |||||||||
| Attachments: |
|
||||||||
|
Description
mgottval
2014-03-31 13:07:18 UTC
Created attachment 880752 [details]
Demo URL Public Render Parameters propagation
I couldn't reproduce reported issue. Please, let me know if there is special step/environment needed to repeat the error. Thanks ! I can't find any special environment. I happens to me every time, but the parameters are working.
In the ProducerPublicRenderParameterPortlet during processAction
String newPublicParameter = request.getParameter("newPublicParameter");
newPublicParameter is evaluated and set as render parameter, but then it is evaluated again and the newPublicParameter is null. (I added logging in the processAction to one line, and I get :"paramName1", null - null is evaluated for the second time)
Created attachment 882666 [details]
ipc.zip
We couldn't reproduce issue with a clean session of Chrome browser. |