[JBoss JIRA] (GTNWCM-6) Mavenize **/*.sh scripts
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNWCM-6?page=com.atlassian.jira.plugin.s... ]
Peter Palaga updated GTNWCM-6:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Mavenize **/*.sh scripts
> ------------------------
>
> Key: GTNWCM-6
> URL: https://issues.jboss.org/browse/GTNWCM-6
> Project: GateIn WCM
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Peter Palaga
> Assignee: Peter Palaga
>
> There is a couple of them and they do things which can be done easily with maven.
> gatein-wcm/gatein-wcm-api/setup-module.sh
> gatein-wcm/gatein-wcm-impl-sec/setup-module.sh
> gatein-wcm/gatein-wcm-impl/setup-module.sh
> gatein-wcm/setup.sh
> gatein-wcm/test-resources.sh
> gatein-wcm/test.sh
--
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
11 years, 8 months
[JBoss JIRA] (GTNWCM-9) Initialize ModeShape CMIS on server startup
by Peter Palaga (JIRA)
Peter Palaga created GTNWCM-9:
---------------------------------
Summary: Initialize ModeShape CMIS on server startup
Key: GTNWCM-9
URL: https://issues.jboss.org/browse/GTNWCM-9
Project: GateIn WCM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Environment: Move the ModeShape CMIS init code from CmisServerApiTest to gatein-wcm-cmis project and find a way how that code could be invoked on server startup.
Reporter: Peter Palaga
Assignee: Peter Palaga
--
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
11 years, 8 months
[JBoss JIRA] (GTNPORTAL-2847) GroupManagement is not using UserConfigurableValidator for validating usernames
by Marek Posolda (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2847?page=com.atlassian.jira.pl... ]
Marek Posolda resolved GTNPORTAL-2847.
--------------------------------------
Fix Version/s: 3.5.3.Final
Resolution: Duplicate Issue
Issue is duplication of GTNPORTAL-2800 . It's already fixed in latest GateIn master and also in 3.5.x branch
> GroupManagement is not using UserConfigurableValidator for validating usernames
> -------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2847
> URL: https://issues.jboss.org/browse/GTNPORTAL-2847
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.0.Final
> Reporter: Marek Posolda
> Assignee: Marek Posolda
> Fix For: 3.5.3.Final, 3.6.0.Final
>
> Attachments: validation-screenshot.png
>
>
> Steps to reproduce:
> 1) I want custom validation for username fields. So I added this to GATEIN_HOME/standalone/configuration/gatein/configuration.properties:
> gatein.validators.username.regexp=^[A-Za-z0-9._%+-]+$
> gatein.validators.username.format.message=Username could contains only lowercase or uppercase letters, numbers, dots and percentage characters
> 2) Start GateIn
> 3) Login as root and create user "John_1_Wood" in "New Staff"
> 4) Now I want to add this user to group "/platform/guests". But it's not possible because of validations. (See attached screenshot)
> There are two issues here:
> a) GroupManagement is not using UserConfigurableValidator, so it treats "John_1_Wood" as invalid username. But it should permit it.
> b) The error message is invalid. It should use message for format configured by user (same message like the one used on New Staff page).
> So the message should be: The field "User Name" must match the format "Username could contains only lowercase or uppercase letters, numbers, dots and percentage characters".
--
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
11 years, 8 months