Juan Luis Rodríguez Ponce

Results 15 issues of Juan Luis Rodríguez Ponce

**Describe the bug** Using a 3.10.8 database and trying to start GN 4.0.6-SNAPSHOT throws an error while executing the migration scripts. Error is ``` 2021-11-23 11:52:24,642 INFO [geonetwork.databasemigration] - -...

bug

**Describe the bug** When the editor map is configured to load a web map context the map doesn't appear zoomed to the geometry bounding box. **To Reproduce** Steps to reproduce...

bug

The RDF temporary files created here are never deleted causing a disk space leak: https://github.com/geonetwork/core-geonetwork/blob/405d517d519acb6b8068f84fc137dbfc61456fa4/services/src/main/java/org/fao/geonet/api/records/rdf/RdfOutputManager.java#L116-L120 https://github.com/geonetwork/core-geonetwork/blob/405d517d519acb6b8068f84fc137dbfc61456fa4/services/src/main/java/org/fao/geonet/api/records/rdf/RdfOutputManager.java#L178 We need to manually remove these files after using them or if we can't...

bug

**Describe the bug** When a MEF file is harvested using a Directory type harvester the name of the source is changed to the one described in the `info.xml` contained in...

bug

**Describe the bug** A CSW request using a BBOX filter with `srsName=urn:ogc:def:crs:OGC:1.3:CRS84` returns this error: ``` Error is: java.lang.RuntimeException: Parsing failed for Envelope: java.lang.RuntimeException: Could not create crs: urn:ogc:def:crs:OGC:1.3:CRS84 ```...

bug

The value of `localeChangeInterceptor`'s `paramName` property should be independent of the default language used: https://github.com/geonetwork/core-geonetwork/blob/7f151ca0f52ca7be303e75b22af6e353e6f64f03/web/src/main/webResources/WEB-INF/spring-servlet.xml#L62-L65

bug

There is an assignation instead of a comparison in the `UpdateMetadataStatus` migration. https://github.com/geonetwork/core-geonetwork/blob/56f660f584126236c48b1ab4a2f64a52b18d457e/web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v3110/UpdateMetadataStatus.java##L249-L252

bug
backport 3.12.x

**Describe the bug** When migrating from GN 3.10.x to GN 4.0.x the migration [v3110/UpdateMetadataStatus.java](https://github.com/geonetwork/core-geonetwork/blob/1a61cfd6f5bc407f5054ac026d9a4c366213e094/web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v3110/UpdateMetadataStatus.java) is executed and does never end. **To Reproduce** Steps to reproduce the behavior: 1. Get a...

bug
backport 3.12.x

More detailed reports of errors in metadata date/time fields.

enhancement
schema plugin change

With large attachments having the content of the files as a byte array in memory can cause problems running out of memory. https://github.com/geonetwork/core-geonetwork/blob/b670c52486121a676241ad32d0230afcfe287a80/services/src/main/java/org/fao/geonet/api/records/attachments/AttachmentsApi.java#L251-L285 This should be written to the servlet...

bug