Network infrastructure may remove some HTTP headers like
Accept-Encoding: gzip, deflate
If this header is removed when a request is made for a form which includes the delivery of the udd.js resource, Midtier (not tomcat) will create an HTTP 406 error and also possibly HTTP status 401 - this request requires http authentication |
This knowledge article may contain information that does not apply to version 21.05 or later which runs in a container environment. Please refer to Article Number 000385088 for more information about troubleshooting BMC products in containers. 1. Disable Midtier compression
arsystem.compression_index=1 to arsystem.compression_index=0
Ex: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" allowTrace="false" compressableMimeType="text/html,text/xml,text/css,text/javascript,application/x-javascript,application/javascript" compression="on" compressionMinSize="128" />
|