Skip to content
  • Asier Lostalé's avatar
    fixes BUG-46579: DataSourceSecurity fails on Tomcat9 · 7383d37d
    Asier Lostalé authored
    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.
    7383d37d