[JBoss JIRA] Created: (GTNPORTAL-1965) Private gadget's category is visible to all users in dashboard
by William Siqueira (JIRA)
Private gadget's category is visible to all users in dashboard
--------------------------------------------------------------
Key: GTNPORTAL-1965
URL: https://issues.jboss.org/browse/GTNPORTAL-1965
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security, User Interface
Affects Versions: 3.1.0-GA
Environment: RHEL 6.0
Firefox/3.6.18
Reporter: William Siqueira
Priority: Critical
Attachments: CategoryGadgetBug.pdf
I would like to a gadget category to be visible only to Administrators. In this category I'll add some gadgets, but it should not be visible to other users than Administrators.
The problem is when I go to my dashboard logged as another user that is not in Administrator group, I still can see the category that should be visible only to Administrators.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (GTNPORTAL-1926) DB and LDAP in read-only: user attributes are saved only to DB but they are still read from LDAP
by Marek Posolda (JIRA)
DB and LDAP in read-only: user attributes are saved only to DB but they are still read from LDAP
------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1926
URL: https://issues.jboss.org/browse/GTNPORTAL-1926
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Identity integration
Affects Versions: 3.1.0-GA
Environment: - EPP 5.1.1.DEV01 with latest exo.portal.component.identity from GateIn trunk
- Picketlink 1.3.0.Alpha03
- LDAP configured with read-only setup (picketlink-idm-ldap-acme-config.xml from "example" folder used as configuration file)
Reporter: Marek Posolda
Assignee: Boleslaw Dawidowicz
Fix For: 3.2.0-GA
I have LDAP configured as read-only (Parameter "readOnly" with value "true" is configured as option in configuration of "PortalRepository" in picketlink configuration file picketlink-idm-ldap-acme-config.xml )
And then I am doing this in EPP UI:
1) Login as "mposolda" with password
2) Click to my name in right top corner
3) Change my first name and last name to "Marekkk Poosoldaaaa".
4) Click "Save" and I have message that attributes are changed successfully
5) Logout
6) Login again as mposolda
7) I am seeing that I am still "Marek Posolda"
Problem is that attributes are written to DB in method FallbackIdentityStoreImpl.updateAttributes (which is correct) but then they are read from LDAP in FallbackIdentityStoreImpl.getAttributes and DB attributes are simply ignored . This is confusing for users, because they may have feeling that their attributes are updated but they aren't)
I think that one of these two conditions should be met:
a) Show warning in step 4 that user can't change LDAP attributes (like FirstName, Lastname or Email)
b) Don't show warning but in this case, attributes from DB should have preference over attributes from LDAP.
It will be nice if this can be configurable and administrator can choose between option (a) or (b)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[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, 2 months
[JBoss JIRA] Created: (GTNMGMT-7) Import gadget fails if zip file contains directory entries
by Martin Weiler (JIRA)
Import gadget fails if zip file contains directory entries
----------------------------------------------------------
Key: GTNMGMT-7
URL: https://issues.jboss.org/browse/GTNMGMT-7
Project: GateIn Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.0.0-Alpha01
Reporter: Martin Weiler
Assignee: Nick Scavelli
Creating a zip file with the following command creates a zip archive that can't be imported using the gadget:
[mweiler@martin 00480690]$ zip -r new_portal.zip portal/
adding: portal/ (stored 0%)
adding: portal/test/ (stored 0%)
adding: portal/test/portal.xml (deflated 71%)
adding: portal/test/pages.xml (deflated 95%)
adding: portal/test/navigation.xml (deflated 81%)
The portal/ and portal/test/ directories within the zip archive break the import.
Using zip with -D option works (or, on Windows, using ant task with onlyfiles="true" attribute):
[mweiler@martin 00480690]$ zip -rD new_portal.zip portal/
adding: portal/test/portal.xml (deflated 71%)
adding: portal/test/pages.xml (deflated 95%)
adding: portal/test/navigation.xml (deflated 81%)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (GTNMGMT-4) The tool doesn't export container ids
by Tomas Kyjovsky (JIRA)
The tool doesn't export container ids
-------------------------------------
Key: GTNMGMT-4
URL: https://issues.jboss.org/browse/GTNMGMT-4
Project: GateIn Management
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Tomas Kyjovsky
Assignee: Nick Scavelli
The tool doesn't export container ids.
This may be problematic if website's stylesheet uses these ids in selectors, which, for example, is the case of portals in ecmdemo:
.ACMELeftTDContainer {
padding: 10px 10px 0 10px;
}
.ACMERightTDContainer {
width: 230px;
padding: 10px 10px 0 0;
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months