Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspnet/AspNetWebStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.7
Choose a base ref
...
head repository: aspnet/AspNetWebStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.8
Choose a head ref
  • 16 commits
  • 29 files changed
  • 9 contributors

Commits on Feb 6, 2019

  1. Correct discussion links in CONTRIBUTING.md

    - add a link from README.md to CONTRIBUTING.md
    
    nit: remove extra blank lines
    dougbu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f8d0404 View commit details
    Browse the repository at this point in the history
  2. !fixup! CONTRIBUTING.md typo

    dougbu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    242dcf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Update ReflectedHttpActionDescriptor.cs

    Remove duplicated methodCall
    chinason authored and dougbu committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    ea5b885 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Update README.md

    The readme.md for the repo https://github.com/aspnet/Mvc says "This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore."
    cendern authored and dougbu committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    ebef5b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    ba26cfb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Replace 'master' with 'main' (#295)

    John Luo authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    42991b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Move to a current .NET SDK

    dougbu committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    ffbf707 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Rebrand to v3.2.8 / v5.2.8 (#298)

    - 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
    dougbu authored May 2, 2021
    Configuration menu
    Copy the full SHA
    bc83a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. [releaes/3.2.8] Get builds working again (#302)

    - 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
    dougbu authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c55dd95 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Merged PR 18778: Constrain the MemoryStream size

    Constrain the MemoryStream size
    Pranav Krishnamoorthy committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    8c4e5b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    d1df0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    664af54 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configure max request line size limits to be the same as maxHeaderSize (

    #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
    pranavkm authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ef4296e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c076c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Remove deprecated <licenseUrl /> element (#315)

    - remove `<requireLicenseAcceptance/>` as well
      - can't require a license w/o `<license/>` or `<licenseUrl/>`
    - also, don't need to ignore NU5125 anymore
    dougbu authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    362b7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    005f94e View commit details
    Browse the repository at this point in the history
Loading