Mark Diggory created DS-1430:
--------------------------------

             Summary: DSpace Browse does not support more than 9 browse indexes.
                 Key: DS-1430
                 URL: https://jira.duraspace.org/browse/DS-1430
             Project: DSpace
          Issue Type: Bug
    Affects Versions: 3.0, 1.8.2, 1.8.1, 1.8.0, 1.7.2, 1.7.1, 1.7.0, 1.6.2, 
1.6.1
            Reporter: Mark Diggory


Currently DSpace Browse cannot support more than 9 configured browse indexes, 
the issue is cause in a regular expression withint he Database Manager class.

private static final Pattern DB_SAFE_NAME = Pattern.compile("^[a-zA-Z_1-9.]+$");

This Pattern should be:

private static final Pattern DB_SAFE_NAME = 
Pattern.compile("^[a-zA-Z_0-9+.]+$"); 

--
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

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to