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 has been 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
Duplicate contexts do not throw IllegalArgumentException. Issue is caused by HttpServer; this is not a SimpleHttpServer issue.
Expected Behavior
Explain what was supposed to happen
Duplicate contexts should throw IllegalArgumentException.
Steps To Reproduce
Explain how and/or when the error occurred
Use createContext on same context using HttpServer.
The text was updated successfully, but these errors were encountered:
Multiple tests have been run against the #create method in the sun http server library; but the illargs exception is only thrown for specific contexts, not all. This is a dependency issue and can not be resolved by SimpleHttpServer
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
Duplicate contexts do not throw IllegalArgumentException.
Issue is caused by HttpServer; this is not a SimpleHttpServer issue.
Expected Behavior
Explain what was supposed to happen
Duplicate contexts should throw IllegalArgumentException.
Steps To Reproduce
Explain how and/or when the error occurred
Use createContext on same context using HttpServer.
The text was updated successfully, but these errors were encountered: