
| Key: |
UP-753
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Ken Weiner
|
| Reporter: |
Ken Weiner
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
uPortal
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
|
|
|
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.
|
|
Description
|
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. |
Show » |
|