Author: taylor
Date: Fri Jun 8 10:42:53 2007
New Revision: 545568
URL: http://svn.apache.org/viewvc?view=rev&rev=545568
Log:
patch from Joachim Mueller
Modified:
portals/jetspeed-2/trunk/components/cm/src/java/org/apache/jetspeed/cache/impl/JetspeedContentCacheKey.java
Modified:
portals/jetspeed-2/trunk/components/cm/src/java/org/apache/jetspeed/cache/impl/JetspeedContentCacheKey.java
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/cm/src/java/org/apache/jetspeed/cache/impl/JetspeedContentCacheKey.java?view=diff&rev=545568&r1=545567&r2=545568
==============================================================================
---
portals/jetspeed-2/trunk/components/cm/src/java/org/apache/jetspeed/cache/impl/JetspeedContentCacheKey.java
(original)
+++
portals/jetspeed-2/trunk/components/cm/src/java/org/apache/jetspeed/cache/impl/JetspeedContentCacheKey.java
Fri Jun 8 10:42:53 2007
@@ -109,7 +109,7 @@
if (pos > -1)
{
String attributeName = segment.substring(pos);
- this.sessionAttribute =
context.getRequestParameter(attributeName);
+ this.sessionAttribute =
(String)context.getSessionAttribute(attributeName);
if (this.sessionAttribute != null)
{
key = (first) ? this.sessionAttribute : key +
EhPortletContentCacheElementImpl.KEY_SEPARATOR + this.sessionAttribute;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]