THE SQL sentence of non enum commonValue restrictions (numeric, text, datetime...) were not include parenthesis, so didn't work with WHERE IN clauses. Now, parenthesis are included with every type of common value restrictions, so every kind of WHERE clause will work.
If a report is executed from the SWI and the usedefaults attribute is set to "true", the report restriction values must be maintained if the restriction is not included in the executeReport request.
The Request field was not being passed to the WebUser, causing an exception when logging in using the new JWT provider.