Issue #5965 has been updated by Ken Barber.

Project changed from Puppet Labs Modules to Puppet Forge
Support Urls deleted ()


----------------------------------------
Bug #5965: User name / module name rules need to be thought through
https://projects.puppetlabs.com/issues/5965

Author: Thomas Hallgren
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: 
Branch: 
Affected URL: 


The original description:

<blockquote>
The validation of user name an module name needs an overhaul as per discussion 
here <a 
href="http://groups.google.com/group/puppet-dev/t/96ef4e45c91e710]";>[Puppet-dev]
 User and module name constraints</a>. The FULL_NAME_PATTERN should be changed 
into:

<pre>/\A([A-Za-z0-9][A-Za-z0-9_.-]*)\/([A-Za-z0-9][A-Za-z0-9_-]*)\z/</pre>

This means that the dash character is henceforth allowed in a user name which 
makes this bug dependent on Issue #5964.

Old names will always contain exactly one dash so we will be able to 
distinguish them from new names containing exactly one slash.

</blockquote>

really only scratches the surface of the issue, as can be seen from the 
comments that follow.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to