Skip to content

Version 1.2.6

Christine White edited this page May 27, 2015 · 7 revisions

The list below includes enhancements and bug fixes in version 1.2.6.

Table of Contents

Enhancements

Discovery

  • Identify urls ending with .pdf as type "Document" and report exception if an invalid type was supplied.
  • Provide modified date for CSW search results even when there is no time part in the record
  • CSW search wildcard enhancements

Synchronization and Publishing

  • Added the ability to auto approve new records when publishing through rest (see How to Publish Resources, "Publishing through REST API" section)
  • Added the ability to Harvest layers from Web Mapping Services (WMS)
  • Added the ability to Harvest layers from ArcGIS Map Services

Portal for ArcGIS Integration

  • Added support to Geoportal Server for using ArcGIS Online or Portal for ArcGIS as an identity store (OAuth2)

Desktop Tools

  • Updated Geoportal Server desktop tools to work with ArcGIS 10.3.1

Security and User Management

  • Improved security for cart processing, added a whitelist configuration parameter so that only process on the whitelist can be used for cart processing.
  • Deprecated capability to run command line scripts in Geoportal to improve security
  • Deprecated data migration capability (from 9.3) to improve security
  • Sanitized Carriage Return, Line Feed (CRLF) issues
  • Geoportal now supports registering new users through Register page or changing a password through the My Profile page if configured with Microsoft Active Directory.

Miscellaneous

  • Added support for DCAT 1.1. DCAT output has been enhanced to be compliant with v1.1 of the specification (https://project-open-data.cio.gov/v1.1/schema/), also made many enhancements to DCAT processing, please see Customize DCAT output
  • Upgraded the Geoportal Server to use JavaScript API 3.13
  • Upgraded the Geoportal Server to support Java 8
  • Added support for Portal for ArcGIS 10.3.1
  • Extend rest index stats to include details
  • Fix bugs related to WebLogic
  • Enhanced the GXE editor, including provide unique id for each multiplicity node
  • Fix ATOM harvesting bug
  • Fix ArcGIS Server harvesting bug
  • Fixed inspire validation errors
  • Cart functionality enhancements: select all results in one page for adding to cart, the ability to configure an index to be used as the cart capacity rather than just number of items for the cart ("tryhandler" in gpt.xml), and adjusting/repositioning the map when window is resized. See Cart Processor for more.

Known Issues

System Environment

  • Apache Tomcat 6.0.13 and earlier not supported. If used, when users access certain pages (Register Network Resource, the Search page), they'll be redirected to the Home Page. Logfile will show an error that the EL expression cannot be parsed. This is a known issue with Apache Tomcat. Workaround is to use later version of Tomcat; recommended is version 6.0.32 and higher.

Discovery

  • There are known issues with previewing various WMTS implementations. Please submit ones that work poorly to the [issues](https://github.com/Esri/geoportal-server/issues?state=open).
  • The ability for a WMS service to be previewed will depend on the projections supported by the service specified for the Geoportal Search map. See the Important Notes in the Changing the Map Service Topic for details.
  • When the thumbnail in metadata is not found, an empty image displays in the search result/details page.
  • Thumbnails with partially encoded URL reference (e.g., http://www.testserver.com/images/Note%20the%20encoding%20here/but no encoding here.JPG), the h:graphicImage java server faces component renders the link with plus signs in the spaces. Workaround is to use fully encoded URLs in thumbnail links.
  • Searching ArcGIS.com through federated search allows users to choose Live Data and extent for a search criteria, but these have no effect on the search request submitted to ArcGIS.com.
  • KML and KMZ file having html code in CDATA section as a description does not get rendered properly and show the html string as opposed to the rendered html.
  • KML files that use a geometry other than points or rectangles (e.g., lines, other polygons) will not be rendered properly on the Preview page.
  • When a document title is long with no spaces, HTML rendering does not wrap the title in search results. BeNiceAndUseSpacesPleaseAsOpposedToCamelCaseSinceNotAllOfUsAreDevelopers.
  • When OntologyService.war is deployed in IBM Weblogic without unzipping the .war file, the Ontology service does not return related terms.
  • For metadata records published with the first letter of their title being a diacritic letter, the records will be sorted with diacritic titles below the non-diacritic titles if Search results are ordered by title.

Publishing

  • The Geoportal calendar widget does not work properly if a server is set with different locale in JVM such as the Buddhist calendar.
  • When metadata status gets updated with the checkbox "Apply action to the entire result set", the status change gets updated in the lucene index when the next synchronization (to sync between lucene index and database) process runs and finishes.

Synchronization

  • For CSW protocol, incremental Synchronization will not reharvest metadata that have been deleted from admin interface.
  • If a repository doesn't support last updated date info, Incremental sync will act like full sync.

Back to Release Notes
Clone this wiki locally