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 11v3.0.4 - YYYY-MMM-DD (to be released)
22-------------------------------------
33
4+ - Fix: audit log part for response body for JSON format to be E
5+ [Issue #2066 - @martinhsv, @zimmerle]
46 - Make sure m_rulesMessages is filled after successfull match
57 [Issue #2000, #2048 - @victorhora, @defanator]
68 - 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) {
15931593 strlen (" response" ));
15941594 yajl_gen_map_open (g);
15951595
1596- if (parts & audit_log::AuditLog::GAuditLogPart ) {
1596+ if (parts & audit_log::AuditLog::EAuditLogPart ) {
15971597 LOGFY_ADD (" body" , this ->m_responseBody .str ().c_str ());
15981598 }
15991599 LOGFY_ADD_NUM (" http_code" , m_httpCodeReturned);
You can’t perform that action at this time.
0 commit comments