Skip to content

Allow file middlewares to run if there's an endpoint with a null request delegate #42415

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

Closed
wants to merge 17 commits into from

Conversation

DamianEdwards
Copy link
Member

Fixes #42413

DamianEdwards and others added 16 commits June 24, 2022 15:30
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.3...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…0624.7 (#42424)

[main] Update dependencies from dotnet/runtime
…0625.3 (#42430)

[main] Update dependencies from dotnet/runtime
…se of an SDK issue (#41494)

Fixes #41425 that marked the tests as quarantined because of a runtime issue that was blocking the SDK update. 

A fix was merged on the runtime and the SDK was updated, so these tests should go back to normal.
…0626.1 (#42441)

[main] Update dependencies from dotnet/runtime
…627.1 (#42442)

[main] Update dependencies from dotnet/arcade
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `86add13` to `5376968`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@86add13...5376968)

---
updated-dependencies:
- dependency-name: src/submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…onalTests (#42427)

* Bump node-fetch in /src/SignalR/clients/ts/FunctionalTests

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Undo changes for local `npm` dependencies
- apply suggestions from code review

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Doug Bunting <[email protected]>
@DamianEdwards
Copy link
Member Author

Closing in favor of #42458

@amcasey amcasey added area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change DefaultFiles/DirectoryBrowser/StaticFileMiddleware to only no-op if there's an active endpoint with a non-null RequestDelegate
4 participants