jsvc.git
14 years agoDecode the Host header better when generating the URL of the request.
Fredrik Tolf [Mon, 12 Oct 2009 23:09:31 +0000 (01:09 +0200)]
Decode the Host header better when generating the URL of the request.

14 years agoActually set the HTTP status code...
Fredrik Tolf [Mon, 12 Oct 2009 22:55:38 +0000 (00:55 +0200)]
Actually set the HTTP status code...

14 years agoAdded a request-restart-wrapper and some convenient redirections.
Fredrik Tolf [Mon, 12 Oct 2009 22:46:54 +0000 (00:46 +0200)]
Added a request-restart-wrapper and some convenient redirections.

14 years agoAdded a general-purpose root error handler.
Fredrik Tolf [Mon, 12 Oct 2009 22:01:59 +0000 (00:01 +0200)]
Added a general-purpose root error handler.

14 years agoAdded ways to get the addresses of the request's connection.
Fredrik Tolf [Mon, 12 Oct 2009 21:33:06 +0000 (23:33 +0200)]
Added ways to get the addresses of the request's connection.

14 years agoAdded a way to get the time of start of the server context.
Fredrik Tolf [Mon, 12 Oct 2009 21:18:03 +0000 (23:18 +0200)]
Added a way to get the time of start of the server context.

14 years agoAdded a convenient toString implementation for multimaps.
Fredrik Tolf [Mon, 12 Oct 2009 21:12:17 +0000 (23:12 +0200)]
Added a convenient toString implementation for multimaps.

14 years agoAdded a way to query the current server context.
Fredrik Tolf [Mon, 12 Oct 2009 21:10:52 +0000 (23:10 +0200)]
Added a way to query the current server context.

14 years agoMade the buffered response resettable.
Fredrik Tolf [Mon, 12 Oct 2009 20:47:20 +0000 (22:47 +0200)]
Made the buffered response resettable.

14 years agoAlways close the output stream after a request has completed.
Fredrik Tolf [Mon, 12 Oct 2009 20:33:19 +0000 (22:33 +0200)]
Always close the output stream after a request has completed.

14 years agoWrote an ant task to create jsvc war files.
Fredrik Tolf [Mon, 12 Oct 2009 19:33:27 +0000 (21:33 +0200)]
Wrote an ant task to create jsvc war files.

14 years agoInitially working J2EE container.
Fredrik Tolf [Mon, 12 Oct 2009 17:12:37 +0000 (19:12 +0200)]
Initially working J2EE container.

14 years agoAdded a test responder.
Fredrik Tolf [Mon, 12 Oct 2009 17:12:21 +0000 (19:12 +0200)]
Added a test responder.

14 years agoExtended the WAR maker to be able to add code files.
Fredrik Tolf [Mon, 12 Oct 2009 16:26:21 +0000 (18:26 +0200)]
Extended the WAR maker to be able to add code files.

14 years agoMoved WAR making to an explicit function.
Fredrik Tolf [Mon, 12 Oct 2009 15:54:44 +0000 (17:54 +0200)]
Moved WAR making to an explicit function.

14 years agoInitial commit with hopefully working J2EE request handler.
Fredrik Tolf [Sun, 4 Oct 2009 05:14:17 +0000 (07:14 +0200)]
Initial commit with hopefully working J2EE request handler.