-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Customizable security descriptors for HTTP.sys #35595
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds documentation for the new HTTP.sys feature that allows customizing request-queue security descriptors and integrates it into the ASP.NET Core .NET 10 release notes.
- Introduces a new
httpsys.mdinclude with an overview and example code for theRequestQueueSecurityDescriptoroption. - Updates
aspnetcore-10.0.mdto include the new httpsys documentation and add a related content link.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| includes/httpsys.md | New include describing the customizable HTTP.sys security API |
| aspnetcore-10.0.md | Added httpsys.md include and updated the Related content link |
Comments suppressed due to low confidence (2)
aspnetcore/release-notes/aspnetcore-10/includes/httpsys.md:4
- Use an xref link for the
RequestQueueSecurityDescriptorAPI instead of a raw source.dot.net URL to maintain consistency with other references.
You can now specify a custom security descriptor for HTTP.sys request queues. The new [RequestQueueSecurityDescriptor](https://source.dot.net/#Microsoft.AspNetCore.Server.HttpSys/HttpSysOptions.cs,a556950881fd2d87) property on <xref:Microsoft.AspNetCore.Server.HttpSys.HttpSysOptions> enables more granular control over access rights for the request queue.
aspnetcore/release-notes/aspnetcore-10.0.md:120
- Format the related content entry as a list item (e.g., prefix with
-) for consistency with other sections.
<xref:fundamentals/servers/httpsys>
wadepickett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great Tom.
Fixes #35569
This is just the what's new update; the update of the article in the servers section of the TOC will be next
Internal previews