SV-99573r1_rule
V-88923
SRG-APP-000141-WSR-000085
VROM-TC-000395
CAT II
10
Navigate to and open all listed web.xml files.
Navigate to and locate the mapping for the JSP servlet. It is the <servlet-mapping> node that contains <servlet-name>webdav</servlet-name>.
Remove the WebDav servlet and any mapping associated with it.
At the command prompt, execute the following command:
find / -name 'web.xml' -print0 | xargs -0r grep -HEn 'webdav'
If the command produces any output, this is a finding.
V-88923
False
VROM-TC-000395
At the command prompt, execute the following command:
find / -name 'web.xml' -print0 | xargs -0r grep -HEn 'webdav'
If the command produces any output, this is a finding.
M
3441