|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Peter Leibiger:
Actually, you can. 1.566 added a new API for user name normalization (
JENKINS-22247), and the default is "case insensitive" (by making everything lowercase all the time). Renaming all folders to lowercase is what the migration code is attempting to do since 1.576 (JENKINS-23872) but fails, so you're not doing anything Jenkins wouldn't do (if it could).