Revision 7442
Added by ben leinfelder almost 12 years ago
src/edu/ucsb/nceas/metacat/dataone/MNodeService.java | ||
---|---|---|
1211 | 1211 |
Identifier identifier = new Identifier(); |
1212 | 1212 |
DBUtil dbutil = new DBUtil(); |
1213 | 1213 |
// TODO: handle different schemes, like DOI, ARK, etc. |
1214 |
if (scheme != null) {
|
|
1214 |
if (false) {
|
|
1215 | 1215 |
throw new InvalidRequest("2193", "The scheme: '" + scheme + "' is not supported at this node."); |
1216 | 1216 |
} |
1217 | 1217 |
// handle default (no scheme) |
Also available in: Unified diff
do not reject any schemes -- all handled the same at the moment.