[
https://jira.duraspace.org/browse/DS-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Masár updated DS-1430:
---------------------------
Summary: DSpace Browse does not support more than 9 browse indexes (was:
DSpace Browse does not support more than 9 browse indexes.)
> 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: 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2,
> 3.0
> 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
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel