Skip to content

Commit

Permalink
Fix #5310: Authorization not sent for attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Apr 29, 2022
1 parent 238be0d commit 6841681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ trait FormRunnerPersistence {
customHeaders = customPutHeaders.toMap,
headersToForward = Connection.headersToForwardFromProperty,
cookiesToForward = Connection.cookiesToForwardFromProperty,
getHeader = Connection.getHeaderFromRequest(externalContext.getRequest)
getHeader = inScopeContainingDocument.headersGetter
)

Connection.connectNow(
Expand Down

0 comments on commit 6841681

Please sign in to comment.