-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix error message #1216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix error message #1216
Conversation
both info->format and fmt (for versions prio 2.4) contain the error message format but not the actual formatted error message
see reported issue #1073 |
as errstr is only available since version > 2.2
Tried out the patch, but the error is still around. Apache 2.4.23, ModSec 2.9.1,
then configured, built and installed as a new module. Loaded correctly and tested with "curl localhost -d "p=/etc/passwd" results in this audit-log:
The error log says:
What am I doing wrong? |
@dune73: I've tried to reproduce your setup and testing Without patch I see following errors in the audit log
When I apply the patch I get following
|
works for me also on httpd 2.4.23 |
Hmm. I need to start over from scratch. Thank you guys. |
many thanks for testing @marcstern |
Thank you @dune73, @marcstern and @arminabf ! Patch is merged. |
info->format contains the error message format but not the actual formatted error message