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

Key: UP-753
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ken Weiner
Reporter: Ken Weiner
Votes: 0
Watchers: 0
Operations

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

ChannelFactory should not expose internal map of static channels, not create more than one instance of a multithreaded channel

Created: 17/Nov/04 11:05 PM   Updated: 03/Jul/07 04:10 PM
Component/s: None
Affects Version/s: 2.4.1
Fix Version/s: 2.4.2

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

Bugzilla Id: 1799


 Description  « Hide
ChannelFactory's staticChannels Hashtable now has public access, but it should be private since no clients ought to be accessing the cache directly. In fact, no code in uPortal currently accesses this table.

Also, the instantiateChannel method should be synchronized so that there isn't an unintended possibility of creating more than one instance of a particular multithreaded channel.

 All   Comments   Work Log   Change History      Sort Order:
Andrew Petro [04/Jan/05 12:42 PM]
This issue was resolved by Ken's 11.17 commit.