How can we prevent the following cookie warning in the API gateway ssg logs
2025-12-23T13:55:07.471+0300 WARNING 547676 org.apache.http.client.protocol.ResponseProcessCookies: Cookie rejected: "[version: 0][name:xxxxxx][value: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][domain: aaa.bbbbb.com][path: /xxx/xxxxxxxx][expiry: null]". Illegal path attribute "/7xxxxxxx/yyyyy/zzzzzz". Path of origin: "/xxxxxxxx/yyyyy/zzzzzz/ttttt"
There is no way to suppress this message in gateway it is raised from the Apache libraries indicating the cookie included in the response is rejected due to a . Illegal path attribute .