Duende.BFF 4.3.0
This is a minor release that contains two bug fixes.
Bug fixes
- Correct
Content-Lengthfor transformed HTML. TheContent-Lengthheader is now recalculated from the UTF-8 byte length after BFF transforms HTML responses, so transformed root and fallback responses report the correct length (including Unicode and empty output). Many thanks to julien-vandenbussche for finding this issue and providing a clear fix instructions. IReturnUrlValidator.IsValidAsyncis asynchronous again. Return URL validation is awaited on the login and logout paths, and request cancellation is forwarded through the management endpoints, so custom asynchronous validators run as intended. Thanks to Coldknife2 for reporting this issue.