Skip to content

Merge tag 'v3.2.8' into 'main' #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 15, 2022
Merged

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Apr 15, 2022

dougbu and others added 11 commits April 27, 2021 22:37
- reformat README.md
  - merge 'Git tag' and 'Git branch' columns
  - remove old v3.2.4 / v5.2.4 information
  - add v3.2.7 / v5.2.7 information
- test using netcoreapp2.1
- react to .NET Core breaking change
  - see https://docs.microsoft.com/en-us/dotnet/core/compatibility/2.1#path-apis-dont-throw-an-exception-for-invalid-characters
- suppress NU5125 warnings
  - break the build because warnings are treated as errors
- do not validate Expires header values
  - #263
Constrain the MemoryStream size
#312)

* Configure max request line size limits to be the same as maxHeaderSize

As part of ReadAsHttpRequestMessageAsync, the parsing of the HTTP request line is limited
by a non-configurable 2k limit. The size does not affect buffer sizes, only the maximum allowed length.

This PR updates the ReadAsHttpRequestMessageAsync API to use the same limits for HTTP request line
as the HTTP header line, the latter which is configurable by user code.
In the default case, this means the HTTP request line size now supports a 16k limit before it throws.

Fixes #307
- remove `<requireLicenseAcceptance/>` as well
  - can't require a license w/o `<license/>` or `<licenseUrl/>`
- also, don't need to ignore NU5125 anymore
- redo merge to restore the complete history
- I accidentally squashed in #319 / 646f452
@dougbu
Copy link
Contributor Author

dougbu commented Apr 15, 2022

@dougbu dougbu merged commit 2fa23f2 into aspnet:main Apr 15, 2022
@dougbu dougbu deleted the dougbu/merge/v3.2.8 branch April 15, 2022 04:37
@dougbu dougbu added this to the 3.2.9 milestone Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants