开发者

Turn off TRACE in GlassFish v2

开发者 https://www.devze.com 2022-12-12 02:27 出处:网络
I need to turn off TRACE to help close XST security vulnerabilities. I\'ve been looking, nothing obvious so far.

I need to turn off TRACE to help close XST security vulnerabilities. I've been looking, nothing obvious so far. A开发者_StackOverflowny help?


"set enableTrace to false in http-service" matches Jeanfrancois Arcand's answer. JFA's answer has the 'syntax'. You will need to make the change in the domain.xml file. That file is in the config directory of your domain. The path to that file is (typically) GFINSTALL/domains/domain1/config/domain.xml


set enableTrace to false in http-service

0

精彩评论

暂无评论...
验证码 换一张
取 消