History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1933
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jen Bourey
Reporter: Susan Bramhall
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

cw_person attributes not passed on every call to proxy

Created: 24/Jan/08 10:56 AM   Updated: 26/Jun/08 02:16 PM
Component/s: WebProxy Channels
Affects Version/s: 2.6.1, 3.0.0-M5, 3.0.0-RC2, 3.0.0-RC3, 3.0.0, 3.0.1
Fix Version/s: 2.6.2, 3.1.0-M1, 3.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The documentation states that person attributes listed in the static parameter cw_person are passed on every request. In fact they are passed only when the channel is instantiated.

 All   Comments   Work Log   Change History   FishEye      Sort Order:
Jen Bourey [26/Jun/08 11:46 AM]
In line 590 of CWebProxy.java, there's the following:

state.fullxmlUri = state.xmlUri;

Before this statement, fullXmlUri is set to the URL plus the relevant person attribute parameters. I suspect that this statement is supposed to clear out any channel parameters from the previous request. I think what we really need to do is keep this statement, but after that, tack the person attributes back onto the url.