Done
Details
Assignee
Hongwei JiHongwei JiReporter
Adam DickmeissAdam DickmeissPriority
P3Story Points
2Sprint
NoneDevelopment Team
Core: PlatformFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Hongwei Ji
Hongwei JiReporter
Adam Dickmeiss
Adam DickmeissPriority
Story Points
2
Sprint
None
Development Team
Core: Platform
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 21, 2019 at 11:39 AM
Updated February 8, 2019 at 12:27 PM
Resolved February 6, 2019 at 2:49 PM
mod-audit currently uses a module descriptor with a routing entry of type=request-only. This prohibits large HTTP requests to Folio, such as uploads, becuase that filter passes the whole request to mod-audit and checks response before passing it into next module, such as a request-response handler.
With Okapi 2.23.0 you can use type=request-log which will pass request in parallel with handler and , thus, avoid saving it in memory.