Hi, I encountered a problem the other day when I tried to customize the collecting of CAS audit log's clientIpAddress field. The problem is solved in a kind of tricky way: I used BeanFacotryPostProcessor to remove the casClientInfoLoggingFilter bean, thus ClientInfoThreadLocalFilter will not be installed.
To see the problem detail and how I solved it, please see: https://groups.google.com/a/apereo.org/g/cas-user/c/DbRNg6l3LLM But what if we can control the ClientInfo collecting logic? So I submitted a pull request to apereo/inspecktr:https://github.com/apereo/inspektr/pull/82 Is there more work to be done? Is thre a better way to solve the problem? James -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-dev/6327e14a-de90-4697-827c-ab5f754645c0n%40apereo.org.
