mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +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;
|
||||
while(dcf.hasMoreTokens())
|
||||
{
|
||||
tokens[i] = dcf.nextToken().toLowerCase().trim();
|
||||
tokens[i] = dcf.nextToken().trim();
|
||||
i++;
|
||||
}
|
||||
String schema = tokens[0];
|
||||
|
Reference in New Issue
Block a user