Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ACL filter fix.
    • Fixed issue with client ACL filter not working correctly when ACL's are attached to items in an array.
  • System datasource startup issue.
    • Ensure that the system datasource isn't attempted to be started twice if more than one event admin service is available.
  • Log file locator fix.
    • The code to locate the logging.properties file broke in some circumstances with the last update.
  • Data count issue with Postgres.
    • When counting the number of rows returned when generating data an error would occur if Postgres was the underlying database.
  • Date handling fix for editing.
    • The edit bundle is more forgiving of trying to shove the wrong type of date/time/timestamp into a date type column.
  • Id fix for edit bundle.
    • When creating a new feature the id reported to the audit table would be the FID, not the key value.
  • JDBC connection manager issue.
    • The services wasn't releasing it's reference to the password decoding service when shutting down.
  • Mail service didn't support encrypted passwords.
    • It wasn't possible to encrypt the password for the SMTP server in the configuration and have it decoded correctly.