Skip to content

fixes BUG-46579: DataSourceSecurity fails on Tomcat9

Asier Lostalé requested to merge alo-issues/openbravo:fix/46579-t9 into release/21Q2

fetchShouldBeAllowedOnlyIfRoleIsGranted test was creating an invalid request by adding some parameters with special characters and not ecoding them. Tomcat 9 is stricter parsing URLs than previous version, not allowing this case.

Fixed by removing those parameters that were causing problems as they were not ncessary.

Merge request reports