Re: Embedded HTTP server

2008-06-20 Thread Michael McMahon
David M. Lloyd wrote: On 06/19/2008 05:11 AM, Michael McMahon wrote: David, It was originally intended that the httpserver API would be part of the platform (actually in the package suggested above) but some members of the umbrella JSR for jdk 6 didn't agree with including a http server API in

Re: Embedded HTTP server

2008-06-20 Thread David M. Lloyd
On 06/20/2008 06:30 AM, Michael McMahon wrote: From a technical perspective, I'd really only make one change. Right now, server contexts are registered on the HttpServer directly. It would be nice if, instead of registering contexts, you just register a HttpHandler directly on the HttpServer