Added finer grain statistics by separating dynamic from static generated replies Fixed replaying of 1xx replies back to the client Fixed HttpCacheControl to add new values for a directive that appears several times Re-fixed validators for If-Match dupRequest in proxy now removes Proxy-Authorization, thx to Thomas Kriegelstein Client now send back a BAD_REQUEST when the http request parser in strict mode throw an exception Fixed header name+":" parsing to include implied LWS proxy now serves GATEWAY_TIMEOUT and BAD_GATEWAY as it should Kludge for Age and maxValue -> must use Long instead of integers Fixed sharing default for the cache to match the one of CacheProp (true) Strict HTTP header parsing mode made more valid wrt quoted strings More error handling in strict mode to generate BAD_REQUEST replies A server-side "lenient" HTTP parsing property has been added, decoupled from the client-side one, settable via GeneralProperties in JigAdmin Parsing of field-value now has a strict/lenient mode Revalidation on HEAD now invalidates on new values Fixed handling of errors during HTTP headers parsing in the proxy, now returns a BAD_GATEWAY Parsing of HttpInteger now generates an exception on overflow Accept header is no longer automatically added by the proxy when the client request do not have it.