Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Redirect mutates the querystring

Created by: samsonradu

Steps required to reproduce the problem

Call an endpoint with a ticket parameter and a querystring parameter containing a dot (.) GET /simple?functionGroupMemberships.tag=AGENTS&lov=1&ticket=PT-.....

Expected Result

302 /staff/simple?functionGroupMemberships.tag=AGENTS&lov=1

Actual Result

302 /staff/simple?functionGroupMemberships_tag=AGENTS&lov=1