You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for large json strings in webdriver response
Etaoin uses cheshire which uses jackson.
Jackson implemented, for security reasons, processing limits.
Starting with cheshire 6.0.0 these jackson limits are configurable.
The default json input string length for jackson is 20mb.
This is small for Etaoin, a webdriver will return a base64 encoded pdf
for a print page request.
We've bumped the json input string limit to ~2gb.
Closes#691
** {issue}676[#676]: Fix new driver creation so that it sidesteps some underlying Firefox race conditions and improves CI test stability. ({person}dgr[@dgr])
0 commit comments