core-geonetwork
core-geonetwork copied to clipboard
Support metadata identifiers with URL special characters
Supersede https://github.com/geonetwork/core-geonetwork/pull/5736
To run
- Run GN locally with /web>mvn jetty:run -Dgeonetwork.security.coreconfig=encodeduuid
- Disable auto UUID generation, see documentation
Tests that I've made
- [x] Create a new template with https://myorg.com::{UUID}
- [x] Create a metadata with this template
- [x] Open it in the editor
- [x] Edit several fields
- [x] Save
- [x] Open it in the viewer
- [x] Open it as advanced view
- [x] Export it as XML
- [x] Export it as MEF
- [x] Permalinks work
So WDYT ? Any feedback ?