mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 04:53:16 +00:00
[DS-215] Allow mixed case metadata names.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5085 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -572,7 +572,7 @@ public class Item extends DSpaceObject
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
while(dcf.hasMoreTokens())
|
while(dcf.hasMoreTokens())
|
||||||
{
|
{
|
||||||
tokens[i] = dcf.nextToken().toLowerCase().trim();
|
tokens[i] = dcf.nextToken().trim();
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
String schema = tokens[0];
|
String schema = tokens[0];
|
||||||
|
Reference in New Issue
Block a user