0

在 WAS Liberty 文档中,我可以找到 Web 容器自定义属性 com.ibm.ws.webcontainer.suppresserrorpageodrheader ( https://www.ibm.com/docs/en/was/8.5.5?topic=configuration-web-container- custom-properties#com.ibm.ws.webcontainer.suppressErrorPageODRHeader

Open Liberty 中的等价物是什么?如何将其设置为 true?我在哪里设置它?

谢谢,吉尔森

4

1 回答 1

0

我建议尝试将以下内容添加到您的 server.xml:

<webContainer com.ibm.ws.webcontainer.suppresserrorpageodrheader="true"/>
于 2021-05-06T03:35:14.073 回答