You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2009/05/11 16:52:32 UTC

svn commit: r773590 - /portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/request/PortalRequest.java

Author: ate
Date: Mon May 11 14:52:32 2009
New Revision: 773590

URL: http://svn.apache.org/viewvc?rev=773590&view=rev
Log:
JS2-973: Running Jetspeed 2.2 on Websphere 6.1 / Oracle10
see: http://issues.apache.org/jira/browse/JS2-973#action_12708063
- Do *not* protect the Websphere specific PortalRequest wrapper from unwrapping before dispatching to a portlet
  The PortalRequest wrapper is intended to ensure a "stable" view on the portal request session, requestContext and servletPath remains available on *only* this request object itself,
  not on subsequent included/forwarded request to portlets.

Modified:
    portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/request/PortalRequest.java

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/request/PortalRequest.java
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/request/PortalRequest.java?rev=773590&r1=773589&r2=773590&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/request/PortalRequest.java (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-portal/src/main/java/org/apache/jetspeed/request/PortalRequest.java Mon May 11 14:52:32 2009
@@ -46,7 +46,7 @@
  * @author <a href="mailto:ate@douma.nu">Ate Douma</a>
  * @version $Id$
  */
-public class PortalRequest extends HttpServletRequestWrapper implements ContainerRequiredRequestResponseWrapper
+public class PortalRequest extends HttpServletRequestWrapper
 {
     private final String      contextPath;
     private final String      servletPath;



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org