Support Article
HTTP 400 error on clicking the header of the decision table
SA-81488
Summary
Error occurs on clicking the header of the decision table.
Error Messages
The web page can not found, HTTP 400.
Steps to Reproduce
Not Applicable
Root Cause
%5B% was converted to '[' in the Ajax Call Header. This resulted in the 400 HTTP status code.
Resolution
Perform the following local-change:
Include the relaxedPathChars setting as below in the Server.xml.
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" relaxedQueryChars="[ ]" relaxedPathChars="[ ]" />
Published August 15, 2019 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.