Filter by content-type to save responseBody#321
Merged
Zakaria-Kofiro merged 20 commits intomasterfrom Sep 20, 2024
Merged
Conversation
Collaborator
|
@Zakaria-Kofiro Rather than hardcoding the excluded mime types. Can we read the list in from the settings files that already contains |
* Disallow Doctype Decleration * disable DTD in XMLInputFactory of the ScriptProcessor --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
…ate and Max Users/Sec per Agent (#320) * initial implementation * unneeded --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
* Tank V2 API Module Refactor * unneeded test file * updating pom * missing resource file for tests * update all requests w/ auth header * small updates, unneeded files --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
#325) * Tank V2 API Module Refactor * unneeded test file * updating pom * missing resource file for tests * update all requests w/ auth header * moving to new branch * small updates, unneeded files * small fixes, unit tests, and fix for script upload error * match convention --------- Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
* Add JDK Http Client * Remove: apache httpclient 5
kevin-mcgoldrick
approved these changes
Sep 19, 2024
agent/http_client_5/src/main/java/com/intuit/tank/httpclient5/TankHttpClient5.java
Outdated
Show resolved
Hide resolved
kevin-mcgoldrick
added a commit
that referenced
this pull request
Jan 16, 2025
* master: (46 commits) Update doPUT to add boundary to multi-part + add doPatch (#363) Reduce Regex on RESPONSE_BODY (#362) CVE-2024-38827 (#351) add JobMakerTest (#361) Update AWS bom (#359) Bump org.apache.tomcat:tomcat-catalina from 11.0.1 to 11.0.2 (#357) updating command (#356) Update AgentStartup command to pass in list of arguments (#355) Enable Connection Manager Sharing in Apache Http 4.5 (#353) Agent Debugger Export Responses (CSV) (#350) Update Tomcat Release to 11 Project SaveAs now correctly copies all project values (#345) make sure that simulation time is met (#346) Prep Snapshot 4.1.1 Release 4.1.0 Library Updates (#344) single instance object mapper shared for the life of the apimonitor (#343) Filter by content-type to save responseBody (#321) cancel button working when canceling script group deletion (#342) Updating Agent Startup Command (#341) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Filter by content-type to save responseBody
Skips step to save response data based on content-type to avoid holding on to large responses:
Filters out any response data with
Content-Type:application/pdfaudio/*video/*image/*Please make sure these check boxes are checked before submitting
mvn clean test -P default** PR review process **