-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 2.3.1
-
Component/s: None
Because ApplicationConfig.getBooleanProperty() returns false by default, DBs which don't set a value for hibernate.database.lower_non_ascii_supported (because the query we use throws an exception) use Postgres lowert casing, so links with upper case letters with accents fail to work.
This affects HSQLDB, and might affect Oracle.