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 }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
If all checks are not passed then the issue will be closed
I have checked that no other similar issue already exists
Operating System:Operating system name and version
Windows 10
Release Version:Release version or branch where the issue occurred
03.05.06
Issue
Explain your issue. Add any screenshots here
HttpServer can not remove HttpContexts that don't extend HttpContextImpl. This is a clear design flaw for a non-final class.
This issue is caused by HttpServer and is not a SimpleHttpServer issue.
Expected Behavior
Explain what was supposed to happen
HttpServer should be able to remove HttpContexts that don't extend HttpContextImpl
Steps To Reproduce
Explain how and/or when the error occurred
Remove context using extended HttpContext.
The text was updated successfully, but these errors were encountered:
Prerequisites
If all checks are not passed then the issue will be closed
Operating System: Operating system name and version
Windows 10
Release Version: Release version or branch where the issue occurred
03.05.06
Issue
Explain your issue. Add any screenshots here
HttpServer can not remove HttpContexts that don't extend HttpContextImpl. This is a clear design flaw for a non-final class.
This issue is caused by HttpServer and is not a SimpleHttpServer issue.
Expected Behavior
Explain what was supposed to happen
HttpServer should be able to remove HttpContexts that don't extend HttpContextImpl
Steps To Reproduce
Explain how and/or when the error occurred
Remove context using extended HttpContext.
The text was updated successfully, but these errors were encountered: