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 "Ate Douma (JIRA)" <je...@portals.apache.org> on 2009/04/29 22:53:30 UTC

[jira] Commented: (JS2-984) Jetspeed 2.2 Validation on Websphere 6.1

    [ https://issues.apache.org/jira/browse/JS2-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704331#action_12704331 ] 

Ate Douma commented on JS2-984:
-------------------------------

One part of authentication problems was caused by too aggressive request unwrapping by the DefaultContainerRequestResponseUnwrapper before invoking a portlet.
This caused the authentication state (UserPrincipal) as setup by the PortalFilter with the PortalRequestWrapper to get "lost".
I've just committed a solution for that using a new marker interface ContainerRequiredRequestResponseWrapper, and applied that on the PortalRequestWrapper as well the PortalRequest (special wrapper for Websphere).

However, even with that, by default login is still now working on Websphere.

This turns out to be caused by PortalAdministrationConfiguration.isCreateNewSessionOnLogin() now by default being configured to true.
Somehow the session.invalidate() *before* the authentication and getSession(true) right thereafter is somehow "losing" the authentication state on Websphere.
After I changed this configuration setting to false in assembly/administration.xml, I could login successfully again.

> Jetspeed 2.2 Validation on Websphere 6.1
> ----------------------------------------
>
>                 Key: JS2-984
>                 URL: https://issues.apache.org/jira/browse/JS2-984
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>         Environment: Websphere/WAS 6.1/Linux
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>             Fix For: 2.2.0
>
>
> Jetspeed 2.2 reportedly has issues running in the Websphere/WAS. At a minimum, login via the PortletFilter is apparently failing.
> Need to fix and validate basic portal functionality in Websphere/WAS environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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