[JBoss JIRA] Created: (GTNPORTAL-1763) can't logout after authentication with CAS server
by houssem njah (JIRA)
can't logout after authentication with CAS server
-------------------------------------------------
Key: GTNPORTAL-1763
URL: https://issues.jboss.org/browse/GTNPORTAL-1763
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: User Interface
Affects Versions: 3.1.0-GA
Environment: tomcat package
Reporter: houssem njah
Hi,
after login with CAS server, i can't logout from portal
in fact:
-i click on link "logout"
- i get screen from CAS server that told me that i'm realy logger out.
- if i go to this url /portal:public/classic, i see that i still logged in to the portal
in the normal result, i must see the portal as a guest user (not logged in yet)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (GTNMGMT-2) Import/Export gadget clipped in FF 3.6 and IE 7.0
by Martin Putz (JIRA)
Import/Export gadget clipped in FF 3.6 and IE 7.0
-------------------------------------------------
Key: GTNMGMT-2
URL: https://issues.jboss.org/browse/GTNMGMT-2
Project: GateIn Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.0.0-Alpha01
Environment: - EPP 5.1.0, default skin
- Import/Export gadget
- FF 3.6.13
- IE 7.0.5730
Reporter: Martin Putz
Assignee: Nick Scavelli
Fix For: 1.0.0-Alpha02
Using FF 3.6.13 or IE 7.0.5730, the Export/Import gadget is clipped, and only the top half of the gadget is displayed. This problem persists both at the dashboard, as well as on a newly created page.
The gadget is properly rendered on Google Chrome 9.0.597.98.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (GTNPORTAL-1610) Cache portal config for the scope of the request
by Marek Posolda (JIRA)
Cache portal config for the scope of the request
------------------------------------------------
Key: GTNPORTAL-1610
URL: https://jira.jboss.org/browse/GTNPORTAL-1610
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Performance
Affects Versions: 3.1.0-GA
Environment: EPP 5.1.0 ER3
Reporter: Marek Posolda
Assignee: Julien Viet
I found another thing for logged user case performance, which can be improved. Issue is that method UserPortalConfigService.getUserPortalConfig() is called two times during HTTP request of logged user. And this method is expensive, because it performs other calls to IDM and DataStorage. So it should be possible to call it only once per HTTP request.
Now it's called from:
1. LocalizationLifecycle.onStartRequest()
2. PortalStateManager.restoreUIRootComponent() . After this call is obtained UserPortalConfig saved as attribute into PortalRequestContext.
It should be possible to save it into PortalRequestContext after LocalizationLifecycle.onStartRequest(), so that PortalStateManager.restoreUIRootComponent() can read it from PortalRequestContext. Or create another Lifecycle class for this purpose (Something similar to UserProfileLifecycle, which is doing similar thing for obtain UserProfile) ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months