File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
v3.0.4 - YYYY-MMM-DD (to be released)
2
2
-------------------------------------
3
3
4
+ - Fix: audit log part for response body for JSON format to be E
5
+ [Issue #2066 - @martinhsv, @zimmerle]
4
6
- Make sure m_rulesMessages is filled after successfull match
5
7
[Issue #2000, #2048 - @victorhora, @defanator]
6
8
- Fix @pm lookup for possible matches on offset zero.
Original file line number Diff line number Diff line change @@ -1593,7 +1593,7 @@ std::string Transaction::toJSON(int parts) {
1593
1593
strlen (" response" ));
1594
1594
yajl_gen_map_open (g);
1595
1595
1596
- if (parts & audit_log::AuditLog::GAuditLogPart ) {
1596
+ if (parts & audit_log::AuditLog::EAuditLogPart ) {
1597
1597
LOGFY_ADD (" body" , this ->m_responseBody .str ().c_str ());
1598
1598
}
1599
1599
LOGFY_ADD_NUM (" http_code" , m_httpCodeReturned);
You can’t perform that action at this time.
0 commit comments