keycloak-scim/testsuite/integration-arquillian/tests/base
Thomas Darimont 36b01cbea0 Revise PAR request object parameter handlig (#34352)
We now store the original parameter value as-is, in case only a single parameter value is provided. In case multiple parameter values are provided
for the same parameter, we only retain the first parameter.
This ensures that the original value is retained. Previously the value list from the
`decodedFormParameters` `MultivaluedMap` was converted to a String while replacing '[' and ']'
with an empty string, which corrupted the original parameter values stored.

Fixes #34352

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2024-10-31 16:26:31 +01:00
..
src Revise PAR request object parameter handlig (#34352) 2024-10-31 16:26:31 +01:00
testsuites Fix theme resource loading on Windows, and enable additional test in jdk-integration-tests (#33512) 2024-10-03 11:37:49 +02:00
pom.xml Issue when running tests from IDE on embedded undertow - org.jboss.threads.EnhancedQueueExecutor.setKeepAliveTime(java.time.Duration) 2024-10-03 18:44:41 +02:00