This repository was archived by the owner on Oct 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathset-variable-current-time-ms.xml
More file actions
45 lines (45 loc) · 1.78 KB
/
set-variable-current-time-ms.xml
File metadata and controls
45 lines (45 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<match:metadata-stage value="client-request cache-hit ipa-response forward-request forward-response client-response">
<!-- this is a hack to ensure that the variable gets set anytime it is called and the set-variable isn't optimized out -->
<match:metadata-stage value="client-request">
<assign:variable>
<name>PMUSER_CURRENT_TIME_MS</name>
<value>%(AK_CURRENT_TIME_MS)</value>
<hidden>on</hidden>
</assign:variable>
</match:metadata-stage>
<match:metadata-stage value="cache-hit">
<assign:variable>
<name>PMUSER_CURRENT_TIME_MS</name>
<value>%(AK_CURRENT_TIME_MS)</value>
<hidden>on</hidden>
</assign:variable>
</match:metadata-stage>
<match:metadata-stage value="ipa-response">
<assign:variable>
<name>PMUSER_CURRENT_TIME_MS</name>
<value>%(AK_CURRENT_TIME_MS)</value>
<hidden>on</hidden>
</assign:variable>
</match:metadata-stage>
<match:metadata-stage value="forward-request">
<assign:variable>
<name>PMUSER_CURRENT_TIME_MS</name>
<value>%(AK_CURRENT_TIME_MS)</value>
<hidden>on</hidden>
</assign:variable>
</match:metadata-stage>
<match:metadata-stage value="forward-response">
<assign:variable>
<name>PMUSER_CURRENT_TIME_MS</name>
<value>%(AK_CURRENT_TIME_MS)</value>
<hidden>on</hidden>
</assign:variable>
</match:metadata-stage>
<match:metadata-stage value="client-response">
<assign:variable>
<name>PMUSER_CURRENT_TIME_MS</name>
<value>%(AK_CURRENT_TIME_MS)</value>
<hidden>on</hidden>
</assign:variable>
</match:metadata-stage>
</match:metadata-stage>