Bug 1382 - SLB function crashes when accessing HTTPS
Review Request #642 — Created Feb. 5, 2025 and submitted
| Information | |
|---|---|
| timlai | |
| APV10 | |
| rel_apv_10_7 | |
| 1382 | |
| Reviewers | |
| kevin.poh, tanya, weikai | |
Root Cause:
SLB select the highest-priority policy containing <regex> and the highest-priority policy without <regex>.
These two policies are then compared again to determine the final result.
The crash occurred during this comparison because we passed incorrect parameters into the comparison function.Solution:
Pass correct parameter into the comparision function.
Bind regex policy with virtual, send URL request and APV didn't reboot
