<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi, I have an app deployed on Keycloak, whenever I add a query parameter to any URL 
with the property name of “code", I get a 400 Bad Request (whether it's
 a static file or a servlet).<div><br></div><div>The same app on JBoss does not have the same issue. Is this a bug?&nbsp;</div><div><br></div><div>Here are two URLs to try out, both unsecure:</div><div><br></div><div>JBoss EAP:</div><div><a href="http://jbosseap-test.apps.qatest.biz/v1/cloudproviders?code=100" target="_blank">http://jbosseap-test.apps.<wbr>qatest.biz/v1/cloudproviders?<wbr>code=100</a></div><div><br></div><div>Keycloak:</div><div><br></div><div><a href="http://ec2-54-84-240-18.compute-1.amazonaws.com:8080/dsgapi/cloudproviders?code=123" target="_blank">http://ec2-54-84-240-18.<wbr>compute-1.amazonaws.com:8080/<wbr>dsgapi/cloudproviders?code=123</a></div><div><br></div><div>Christina</div></body></html>