Feature #7096
closedDisable the feature of downloading external schemas for unregistered namespaces
0%
Description
Currently, Metacat will download the schemas during the metadata object inserting if it finds the namespaces is not found in the local cache system. In order to use the same schemas to validate xml objects, we need to disable the feature.
If the schemas of the object can't be found locally, Metacat will reject the documents (throw an exception). However, we need to provide those features for users:
1. A clear message to specify that the schema is not registered and contact Metacat operators.
2. A new admin page for Metacat operators to register schemas with/without namespaces.
Updated by ben leinfelder about 8 years ago
Wow, that's quite a shift in behavior. I guess I missed the meeting when this was discussed, but sounds like there was a good reason for it!
Updated by Jing Tao about 8 years ago
- Status changed from New to Resolved
Disable the downloading for both dtd and schema files.