Re: LOG4J2-3259 Limit max recursion depth when interpolating strings

2022-01-03 Thread Patrick Mills
I would think an option to silence would be ok if off by default. I wouldn't want it, but some may. As for the return, empty would be better than partial as that may open bad values - not sure that could be abused, but if an attacker figured out the limit, they may be able to craft something bad t

[LOG4CXX] Release log4cxx 0.12.0-RC2

2021-05-03 Thread Patrick Mills
Anyone else building DLLs in Windows environment? I'm seeing lots of warnings in VS 2019. Wondering if these should be disabled or a note added about ignoring them. Or perhaps I'm doing something wrong in my cmake build: cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INS

Re: Does log4cxx supported for syslog over TCP/TLS

2021-04-19 Thread Patrick Mills
It only supports UDP at the current time. On Mon, Apr 19, 2021 at 9:48 AM Amartya Sengupta wrote: > Hi, > > Does the log4cxx library have support for syslog over TCP and/or > TLS(https)? > > From the documentation, it looks like it is not supported on TLS but TCP is > supported. > Or is it only

[log4cxx] Mapfilter

2020-05-22 Thread Patrick Mills
First I wanted to say thank you to everyone who has worked to revive log4cxx. And to those who have also worked to bring back the Windows side with cmake and testing; it's a lot of work and very much appreciated. We've been using log4cxx for a while and have a few additions we'd like to contribute