[JBoss JIRA] (GTNMGMT-51) mgmt connect don't use 'crash.jaas.domain' to connect
by Nick Scavelli (JIRA)
[ https://issues.jboss.org/browse/GTNMGMT-51?page=com.atlassian.jira.plugin... ]
Nick Scavelli resolved GTNMGMT-51.
----------------------------------
Fix Version/s: 2.0.0-Alpha01
Resolution: Done
mgmt connect now only connects to portal container, and user is only authenticated once during ssh connection.
> mgmt connect don't use 'crash.jaas.domain' to connect
> -----------------------------------------------------
>
> Key: GTNMGMT-51
> URL: https://issues.jboss.org/browse/GTNMGMT-51
> Project: GateIn Management
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Boubaker Khanfir
> Assignee: Nick Scavelli
> Fix For: 2.0.0-Alpha01
>
>
> "crash.jaas.domain" is a property defined in "crash.properties" to define the security domain used to connect to CRaSH.
> This security domain is used to connect to SSH, but not used to connect to mgmt console.
> IMHO, it would be better to use this property to connect to the "mgmt console" or use another mechanism that allows extending the authentication.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2722) Improve design of DownloadResource
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2722?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2722:
----------------------------------
Labels: portal-s70 (was: )
> Improve design of DownloadResource
> ----------------------------------
>
> Key: GTNPORTAL-2722
> URL: https://issues.jboss.org/browse/GTNPORTAL-2722
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Minh Hoang TO
> Labels: portal-s70
>
> For the moment, DownloadResource is designed as a wrapper of InputStream.
> {code:java}
> public abstract class DownloadResource
> {
> public abstract InputStream getInputStream() throws IOException;
> }
> {code}
> This design is bad as the code of DownloadService has to care about IO handling on DownloadResource. That work should be done on DownloadResource creator 's side.
> It is better with
> {code:java}
> public abstract class DownloadResource
> {
> public abstract void write(OutputStream out) throws IOException;
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2813) Membership list in Group Management isn't ordered alphabetically
by H. Trang Vu (JIRA)
H. Trang Vu created GTNPORTAL-2813:
--------------------------------------
Summary: Membership list in Group Management isn't ordered alphabetically
Key: GTNPORTAL-2813
URL: https://issues.jboss.org/browse/GTNPORTAL-2813
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Affects Versions: 3.5.0.Final
Reporter: H. Trang Vu
# Go to Group Management
# Click on a group, for example Organization
# Open the membership list of Membership field
## The memberships are not well sorted, see [^GateIn-3.5.0.Final-UnsortedMemberships.png]
# Open Membership Management
# Add a membership, for example *administrator*
# Come back Group Management tab
# Open the membership list of Membership field
## The newly added membership is at the end of this list
# Expectation:
## Memberships are sorted alphabetically
## Newly added membership is also added correctly to the list.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2807) The page is not saved when edit node's page in group navigation
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2807?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2807:
----------------------------------
Labels: portal-s70 (was: )
> The page is not saved when edit node's page in group navigation
> ---------------------------------------------------------------
>
> Key: GTNPORTAL-2807
> URL: https://issues.jboss.org/browse/GTNPORTAL-2807
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.0.Final
> Environment: jboss-jpp-6.0.0.ER05
> GateIn 3.5
> FF 16
> Reporter: Thu Nguyen
> Priority: Minor
> Labels: portal-s70
>
> Here are steps to reproduce
> 1. Signin as root
> 2. Go to Application Registry
> 3. Create a page by winzard, called "Test"
> 4. Drag and drop "Application registry" portlet to this page
> 5. Save and close
> 6. Go to Group site, click on "edit navigation" of Administrators group
> 7. Click on Edit Node'page of "Test" node
> 8. Drag and drop "Dashboard" portlet to this page
> 9. Save and close
> 10.Click on Save on "Navigation management" popup
> 11. Open the page "Test"
> 12. Actual result: Don't show DashBoard portlet => NOK
> Expected Result: Show Dashboard portlet => It must be saved when edit Node's page on Navigation group.
> 13. click on "Edit page"
> 14. Actual result: Don't show Dashboard portlet => NOK
> Expected Result: Show Dashboard portlet => It must be saved when edit Node's page on Navigation group.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months