Re: RFR: 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE [v2]

2021-07-06 Thread Daniel Fuchs
On Mon, 5 Jul 2021 13:38:19 GMT, Julia Boes wrote: >> `com.sun.net.httpserver.HttpServer::createContext` specifies >> `IllegalArgumentException` to be thrown if a context already exists for the >> path provided. The implementation class`sun.net.httpserver.ServerImpl` does >> not comply with th

Re: RFR: 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE [v2]

2021-07-05 Thread Julia Boes
> `com.sun.net.httpserver.HttpServer::createContext` specifies > `IllegalArgumentException` to be thrown if a context already exists for the > path provided. The implementation class`sun.net.httpserver.ServerImpl` does > not comply with this, which is fixed by this change. > > Testing: Tier 1-3

Re: RFR: 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE

2021-07-02 Thread Michael McMahon
On Fri, 2 Jul 2021 11:58:46 GMT, Julia Boes wrote: >> `com.sun.net.httpserver.HttpServer::createContext` specifies >> `IllegalArgumentException` to be thrown if a context already exists for the >> path provided. The implementation class`sun.net.httpserver.ServerImpl` does >> not comply with th

Re: RFR: 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE

2021-07-02 Thread Daniel Fuchs
On Fri, 2 Jul 2021 11:56:04 GMT, Julia Boes wrote: > `com.sun.net.httpserver.HttpServer::createContext` specifies > `IllegalArgumentException` to be thrown if a context already exists for the > path provided. The implementation class`sun.net.httpserver.ServerImpl` does > not comply with this,

Re: RFR: 8269692: sun.net.httpserver.ServerImpl::createContext should throw IAE

2021-07-02 Thread Julia Boes
On Fri, 2 Jul 2021 11:56:04 GMT, Julia Boes wrote: > `com.sun.net.httpserver.HttpServer::createContext` specifies > `IllegalArgumentException` to be thrown if a context already exists for the > path provided. The implementation class`sun.net.httpserver.ServerImpl` does > not comply with this,