Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
microsoftappsecops
/
AspNetWebStack
Public
forked from
aspnet/AspNetWebStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
AspNetWebStack
src
System.Web.Http.WebHost
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 21, 2018
Override `TryComputeLength(...)` in web host `HttpContent` implementations (#212)
Show description for 523f3aa
dougbu
authored
523f3aa
View commit details
Copy full SHA for 523f3aa
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
Avoid FxCop errors about localizing serialized data
Show description for 6a5c039
dougbu
committed
6a5c039
View commit details
Copy full SHA for 6a5c039
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
Change source code and repo license info to .NET Foundation
Show description for 1a987f8
dougbu
committed
1a987f8
View commit details
Copy full SHA for 1a987f8
View code at this point
Browse repository at this point
Commits on Sep 17, 2014
Fix for Codeplex-2103 - Batch's inner request's Url not being decoded in
Show description for 510fa58
rynowak
committed
510fa58
View commit details
Copy full SHA for 510fa58
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
Do not treat canceled tasks as unhandled exceptions (fixes #1789).
rynowak
committed
72d1d55
View commit details
Copy full SHA for 72d1d55
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
Do not cause unhandled exceptions for canceled tasks (fixes #1797).
Show description for 95b471e
rynowak
committed
95b471e
View commit details
Copy full SHA for 95b471e
View code at this point
Browse repository at this point
Commits on Feb 19, 2014
Modify HttpControllerHandler.ConvertRequest to not throw if request can be
Show description for e0a53c2
pranavkm
committed
e0a53c2
View commit details
Copy full SHA for e0a53c2
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
Update HttpControllerHandler.ConvertRequest to handle scenarios when the
Show description for 3974b68
pranavkm
committed
3974b68
View commit details
Copy full SHA for 3974b68
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
Don't use ClientDisconnectedToken on unsupported platforms (fixes #1644).
davidmatson
committed
8e9a2d0
View commit details
Copy full SHA for 8e9a2d0
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
CR feedback
rynowak
committed
0f37ba8
View commit details
Copy full SHA for 0f37ba8
View code at this point
Browse repository at this point
Commits on Dec 17, 2013
Codeplex-1431 Support buffered async request stream in web host
Show description for 0bf8e5c
rynowak
committed
0bf8e5c
View commit details
Copy full SHA for 0bf8e5c
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
CR feedback, using full type names in error messsages about constraints
rynowak
committed
7136f89
View commit details
Copy full SHA for 7136f89
View code at this point
Browse repository at this point
Use ClientDisconnectedToken on web host where reliable (fixes #858).
davidmatson
committed
9fb6847
View commit details
Copy full SHA for 9fb6847
View code at this point
Browse repository at this point
Issue1419
Show description for bb5fbdb
Tian Pan
committed
bb5fbdb
View commit details
Copy full SHA for bb5fbdb
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Incorporate code review feedback.
davidmatson
committed
19bd7fe
View commit details
Copy full SHA for 19bd7fe
View code at this point
Browse repository at this point
Fix for Codeplex-1383 for WebAPI
Show description for ee2dc0b
rynowak
committed
ee2dc0b
View commit details
Copy full SHA for ee2dc0b
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
Link buffering and chunked content on web host (fixes #1421).
davidmatson
committed
b19e400
View commit details
Copy full SHA for b19e400
View code at this point
Browse repository at this point
Commits on Nov 15, 2013
Handle web host routing exceptions by default (fixes #1355).
davidmatson
committed
66be22f
View commit details
Copy full SHA for 66be22f
View code at this point
Browse repository at this point
Log and return an error when TryComputeLength throws (fixes #1320).
davidmatson
committed
9751c4e
View commit details
Copy full SHA for 9751c4e
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
Fix fxcop build break
Yishai Galatzer
committed
d2e43cb
View commit details
Copy full SHA for d2e43cb
View code at this point
Browse repository at this point
Issue 762: Support IgnoreRoute in Web API on WebHost, OWIN, and Self-Host.
Tian Pan
committed
35289ec
View commit details
Copy full SHA for 35289ec
View code at this point
Browse repository at this point
Do not treat HttpContent as containing chunked frames (fixes #1124).
davidmatson
committed
39d1b2c
View commit details
Copy full SHA for 39d1b2c
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Move CallsHandler property to ExceptionContextCatchBlock.
Show description for 865c16c
davidmatson
committed
865c16c
View commit details
Copy full SHA for 865c16c
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
Dispose resources in web host exception cases (fixes #1345).
davidmatson
committed
da797e6
View commit details
Copy full SHA for da797e6
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
Switch to NuGet's new automatic package restore.
davidmatson
committed
9ce99ff
View commit details
Copy full SHA for 9ce99ff
View code at this point
Browse repository at this point
Add global error handling to OWIN host.
davidmatson
committed
b8bfe66
View commit details
Copy full SHA for b8bfe66
View code at this point
Browse repository at this point
Commits on Oct 18, 2013
Fix unsafe async code for GetRouteData exception handling.
davidmatson
committed
1a9b7f3
View commit details
Copy full SHA for 1a9b7f3
View code at this point
Browse repository at this point
Refactor ExceptionContext catch block properties into a separate class.
davidmatson
committed
caead6d
View commit details
Copy full SHA for caead6d
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Delay picking exception handling services (fixes #1339).
Show description for 5f6895e
davidmatson
committed
5f6895e
View commit details
Copy full SHA for 5f6895e
View code at this point
Browse repository at this point
Incorporate code review feedback.
davidmatson
committed
f8a27ab
View commit details
Copy full SHA for f8a27ab
View code at this point
Browse repository at this point
Commits on Oct 15, 2013
Incorporate code review feedback.
davidmatson
committed
7627ec0
View commit details
Copy full SHA for 7627ec0
View code at this point
Browse repository at this point
Add global error handling to web host.
davidmatson
committed
9d1be9f
View commit details
Copy full SHA for 9d1be9f
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
Link request context with host principal (fixes #1294).
davidmatson
committed
54f9dcb
View commit details
Copy full SHA for 54f9dcb
View code at this point
Browse repository at this point
Commits on Sep 12, 2013
Add remaining unit tests for HttpRequestContext.
davidmatson
committed
96ecfae
View commit details
Copy full SHA for 96ecfae
View code at this point
Browse repository at this point
Commits on Aug 22, 2013
Revert from GetBufferedInputStream to InputStream.
Show description for 188a4f9
davidmatson
committed
188a4f9
View commit details
Copy full SHA for 188a4f9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.