TWSD-47 - AG : client security logs in buffer logs || IOCL ||11600
Review Request #1013 — Created Aug. 14, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| atlas | |
| AG | |
| rel_ag_9_4_5 | |
| TWSD-47 | |
| Reviewers | |
| evalin, jasonchou, milliechou, peteryeh | |
Write a reminder log on the AG side, indicating that due to the absence of a configured failure URL, the client security error cannot be recorded in the log buffer.(Fix some bugs)
After researching,
I add some new codes in uproxy/http_proxy/smanager/sec_misc.c
1. Add a new macro #define SETUPXML_FILE_PATH "/tmp/setup.xml"
2. In function sec_public_request, I add some codes in case AI_LOGIN_JS_ID, to write a reminder log in specific condition.
Fix the bugs when client security is not enabled, it sometimes will write the reminder log.
