This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 24db11f4f0 Use absolute ordering in web.xml (#6729)
24db11f4f0 is described below
commit 24db11f4f09b086bed70b3233a80f2a0a5a80b6c
Author: Zach Hoffman <[email protected]>
AuthorDate: Fri Apr 8 12:10:32 2022 -0600
Use absolute ordering in web.xml (#6729)
---
traffic_router/core/src/main/webapp/WEB-INF/web.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/traffic_router/core/src/main/webapp/WEB-INF/web.xml
b/traffic_router/core/src/main/webapp/WEB-INF/web.xml
index 84dd01faf4..99e3b5dffc 100644
--- a/traffic_router/core/src/main/webapp/WEB-INF/web.xml
+++ b/traffic_router/core/src/main/webapp/WEB-INF/web.xml
@@ -18,6 +18,8 @@
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1" metadata-complete="true">
+ <!-- https://stackoverflow.com/questions/55445720 -->
+ <absolute-ordering />
<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/classes/log4j.xml</param-value>