uPortal 2.6.1 CGenericXSLT.setStaticData contains contains an if/else if
statement with the same conditions:
if(trimmedCacheScopeText.equals(ICacheable.CHANNEL_CACHE_KEY_SYSTEM_SCOPE)) 
{this.channelCacheScope = ChannelCacheKey.SYSTEM_KEY_SCOPE;
} else if
(trimmedCacheScopeText.equals(ICacheable.CHANNEL_CACHE_KEY_SYSTEM_SCOPE)) 
{this.channelCacheScope = ChannelCacheKey.INSTANCE_KEY_SCOPE;
}

I assume the second condition should test for
CHANNEL_CACHE_KEY_INSTANCE_SCOPE.


I looked in JIRA to see if it has been addressed or fixed and cannot
locate it.  How would you prefer to handle this?  Would you like us to
provide a patch?

thank you,

Kevin Mayer
Development and Integration
University of Colorado-Boulder
303-735-5674



-- 
You are currently subscribed to [email protected] as: [EMAIL 
PROTECTED]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to