Fixed unit tests

This commit is contained in:
nghazalibeiklar 2022-01-17 12:56:37 +11:00
parent f6ae0ecf81
commit cc6d60fdce
No known key found for this signature in database
GPG Key ID: 900C605B850D1965

View File

@ -42,7 +42,7 @@
<Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" <Valve className="org.apache.catalina.valves.StuckThreadDetectionValve"
threshold="60"/> threshold="60"/>
{% if ((atl_tomcat_access_log == 'true') or {% if ((atl_tomcat_access_log == 'true') or
(confluence_version.split('.') | map('int') | list) >= ('7.11.0'.split('.') | map('int') | list)) %} (atl_tomcat_access_log is defined and (confluence_version.split('.') | map('int') | list) >= ('7.11.0'.split('.') | map('int') | list)) ) %}
<Valve className="org.apache.catalina.valves.AccessLogValve" <Valve className="org.apache.catalina.valves.AccessLogValve"
requestAttributesEnabled="true" requestAttributesEnabled="true"
directory="logs" directory="logs"