mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 19:02:15 +01:00
fix(exiftool): arbitrary file write
This commit is contained in:
@@ -251,7 +251,9 @@ Feature: /forms/pdfengines/split
|
||||
Then the response header "Content-Type" should be "text/plain; charset=UTF-8"
|
||||
Then the response body should match string:
|
||||
"""
|
||||
Invalid form data: form field 'splitMode' is required; form field 'splitSpan' is required; no form file found for extensions: [.pdf]
|
||||
Invalid form data: form field 'splitMode' is required
|
||||
form field 'splitSpan' is required
|
||||
no form file found for extensions: [.pdf]
|
||||
"""
|
||||
When I make a "POST" request to Gotenberg at the "/forms/pdfengines/split" endpoint with the following form data and header(s):
|
||||
| files | testdata/pages_3.pdf | file |
|
||||
|
||||
Reference in New Issue
Block a user