[JBoss JIRA] (GTNPORTAL-3413) Extension of feature GTNPORTAL-3402
by Juraci Paixão Kröhling (JIRA)
Juraci Paixão Kröhling created GTNPORTAL-3413:
-------------------------------------------------
Summary: Extension of feature GTNPORTAL-3402
Key: GTNPORTAL-3413
URL: https://issues.jboss.org/browse/GTNPORTAL-3413
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Juraci Paixão Kröhling
Assignee: Juraci Paixão Kröhling
This issue is for the second part of GTNPORTAL-3402 , which is to implement the UI allowing customers to select which password policy is currently active.
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-3402) Allow customers to customize login validation and accounts expiration
by Juraci Paixão Kröhling (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3402?page=com.atlassian.jira.pl... ]
Juraci Paixão Kröhling commented on GTNPORTAL-3402:
---------------------------------------------------
This feature will be split into two parts:
1) On a first phase, we'll read the configuration files for a policy called "passwordpolicy". If this is available, then it will automatically be applied to the places where password is used as input before persisting (not when logging in, for instance, but when setting a new password).
Ex.:
gatein.validators.passwordpolicy.length.min=5
gatein.validators.passwordpolicy.length.max=50
gatein.validators.passwordpolicy.regexp=...
2) On a second step, customers will be able to add more policies, and select which one is active on the UI, via a select box.
> Allow customers to customize login validation and accounts expiration
> ----------------------------------------------------------------------
>
> Key: GTNPORTAL-3402
> URL: https://issues.jboss.org/browse/GTNPORTAL-3402
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Juraci Paixão Kröhling
> Assignee: Juraci Paixão Kröhling
>
> Allow customers to add custom password rules to their GateIn installations.
> We've had a discussion about the possibilities, and it seems that the best for now would be something as follows:
> 1) Adapt/extend the current UserConfigurableValidator, which allows the usage of min/max/regex constraints for values based on values from a configuration file, for instance:
> gatein.validators.mycompanypasspolicy.length.min=5
> gatein.validators.mycompanypasspolicy.length.max=50
> gatein.validators.mycompanypasspolicy.regexp=...
> 2) Extend the User Interface to allow the administrator to enter the name of the configuration entry related to the password policy (mycompanypasspolicy , in this case).
> (originally requested via Bugzilla #973835)
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-3410) Templates-cache is not share between nodes in cluster
by Marek Posolda (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3410?page=com.atlassian.jira.pl... ]
Marek Posolda commented on GTNPORTAL-3410:
------------------------------------------
Ok, Thanks for the info
> Templates-cache is not share between nodes in cluster
> -----------------------------------------------------
>
> Key: GTNPORTAL-3410
> URL: https://issues.jboss.org/browse/GTNPORTAL-3410
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Tuyen Nguyen The
> Assignee: Tuyen Nguyen The
>
> Start by setting up a cluster environement with two nodes and start the nodes
> In Node 1:
> - Goto Sitemap page
> - Use editor to edit UISitemapTree.gtmpl
> - Goto sitemap page, it still old template because template is cached.
> - Use template management MBean to clear cache in node1
> - Goto sitemap page again and we see the change
> In Node 2:
> - Goto sitemap page
> => NOK: sitemap page in node 2 still use old template
> OK: template cache in 2 node must the same
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-3410) Templates-cache is not share between nodes in cluster
by Tran Trung Thanh (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3410?page=com.atlassian.jira.pl... ]
Tran Trung Thanh commented on GTNPORTAL-3410:
---------------------------------------------
Hi,
This issue is created because of problem in eXo Platform. We use a template which is cached by TemplateService from gatein-portal in order to render inside a portlet. In cluster mode, we modify this template in a node and this modification is taken effect in this node but not in others.
For more information, you can go https://jira.exoplatform.org/browse/EXOGTN-1758
Br,
> Templates-cache is not share between nodes in cluster
> -----------------------------------------------------
>
> Key: GTNPORTAL-3410
> URL: https://issues.jboss.org/browse/GTNPORTAL-3410
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Tuyen Nguyen The
> Assignee: Tuyen Nguyen The
>
> Start by setting up a cluster environement with two nodes and start the nodes
> In Node 1:
> - Goto Sitemap page
> - Use editor to edit UISitemapTree.gtmpl
> - Goto sitemap page, it still old template because template is cached.
> - Use template management MBean to clear cache in node1
> - Goto sitemap page again and we see the change
> In Node 2:
> - Goto sitemap page
> => NOK: sitemap page in node 2 still use old template
> OK: template cache in 2 node must the same
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-3410) Templates-cache is not share between nodes in cluster
by Marek Posolda (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3410?page=com.atlassian.jira.pl... ]
Marek Posolda commented on GTNPORTAL-3410:
------------------------------------------
Hi,
Can I ask about usecase for it? To me it seems that you need to change groovy templates just during development as far as I understand? On the other hand in production environment, the content of templates is always static. And usually cluster setup is used just during production, no? My point is that replication of static things like groovy templates is usually not needed as each cluster communication is adding some unecessarry overhead.
> Templates-cache is not share between nodes in cluster
> -----------------------------------------------------
>
> Key: GTNPORTAL-3410
> URL: https://issues.jboss.org/browse/GTNPORTAL-3410
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Tuyen Nguyen The
> Assignee: Tuyen Nguyen The
>
> Start by setting up a cluster environement with two nodes and start the nodes
> In Node 1:
> - Goto Sitemap page
> - Use editor to edit UISitemapTree.gtmpl
> - Goto sitemap page, it still old template because template is cached.
> - Use template management MBean to clear cache in node1
> - Goto sitemap page again and we see the change
> In Node 2:
> - Goto sitemap page
> => NOK: sitemap page in node 2 still use old template
> OK: template cache in 2 node must the same
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-3411) Minor markup XHTML issues
by Lucas Ponce (JIRA)
Lucas Ponce created GTNPORTAL-3411:
--------------------------------------
Summary: Minor markup XHTML issues
Key: GTNPORTAL-3411
URL: https://issues.jboss.org/browse/GTNPORTAL-3411
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Lucas Ponce
Assignee: Lucas Ponce
GateIn produces XHTML 1.0 Strict type documents.
There are some minor markups not compliant with XHTML specification (i.e. empty list <ul></ul>, or bad use of <span> tag inside a block element).
These issues don't affect to Portal behaviour but creates a non compliant markup.
--
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
12 years, 1 month