Inconsistency between the namedquery getAppByNameOrTitle and it's parameters
@thomasdelhomenie
The size of the URL field in the database is too short, URLs can be longer then 250 characters. (Set to 500)
Using "like '%...%'" in named queries on permissions can cause issues IMO, for example if several groups have the same beginning (/group1 and /group10)
IMO we should not retrieve the groups of the user in the DAO, but instead pass the list of the groups to the DAO and build a query with this list of groups.
This PR fixes:
@vsellier
@thomasdelhomenie