Open liberty 中是否有 Web Container custom 属性 com.ibm.ws.webcontainer.suppresserrorpageodrheader="true" 等价物?
Is there Web Container custom property com.ibm.ws.webcontainer.suppresserrorpageodrheader="true" equivalent in Open liberty?
在 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 中的等价物是什么?我怎样才能将它设置为真?在哪里设置?
谢谢,
吉尔森
我建议尝试将以下内容添加到您的 server.xml:
<webContainer com.ibm.ws.webcontainer.suppresserrorpageodrheader="true"/>
在 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 中的等价物是什么?我怎样才能将它设置为真?在哪里设置?
谢谢, 吉尔森
我建议尝试将以下内容添加到您的 server.xml:
<webContainer com.ibm.ws.webcontainer.suppresserrorpageodrheader="true"/>