SV-100733r1_rule
V-90083
SRG-APP-000251-WSR-000157
VRAU-TC-000620
CAT II
10
Navigate to and open /opt/vmware/horizon/workspace/conf/web.xml.
Configure the <web-app> node with the <filter> node listed below.
<filter>
<filter-name>setCharacterEncodingFilter</filter-name>
<filter-class>org.apache.catalina.filters.SetCharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
<param-name>ignore</param-name>
<param-value>false</param-value>
</init-param>
<async-supported>true</async-supported>
</filter>
Navigate to and open /opt/vmware/horizon/workspace/conf/web.xml.
Verify that the 'setCharacterEncodingFilter' <filter> has been specified.
If the "setCharacterEncodingFilter" filter has not been specified or is commented out, this is a finding.
V-90083
False
VRAU-TC-000620
Navigate to and open /opt/vmware/horizon/workspace/conf/web.xml.
Verify that the 'setCharacterEncodingFilter' <filter> has been specified.
If the "setCharacterEncodingFilter" filter has not been specified or is commented out, this is a finding.
M
3439