Rox 1.0 released
July 02, 2007
I've been sitting on this for absolutely ages. Enjoy.
Release 1.0
=====================
- Support for Java 1.5 improved. Rox will now load different marshalling implementations
based on the Java runtime version. Under version 1.5 and higher support for generics
and enumerated types is transparent.
- Rox now supports optional automatic mapping of HTTP GET requests onto your XML-RPC
method handlers. See the com.flat502.rox.server.CgiRequestUnmarshaller class
for more details.
- Connections from HTTP/1.0 clients are correctly terminated after a response has been
returned (unless they're using HTTP/1.1-style keepalives).
- Responses will now mirror the HTTP version of the request and HTTP 1.1 headers
will not be included in these responses.
- HttpRpcServer now supports an idle client timer. This is disabled by default. If
set clients that are idle for a period exceeding the timeout specified are
forcibly disconnected.
Posted at 02:15 PM