|
|
Puakma Web Booster is used to speed the performance of HTTP servers by compressing content and providing seamless cluster failover. Web Booster is free for non-Commercial use.
|
Altered the way the content length was being set in the http headers to use the more robust puakma.util.Util.replaceHeaderValue(). Previously if there was no content length value (as is the case for chunked) a content-length would not be set.
Web Booster will now retrieve the correct session object for use with HTTPHeaderProcessors. This allows header processors to store objects on a booster session.
Add new method to HTTPHeaderProcessor to allow the retrieval of posted HTTP data. This is useful for programmers who want to process their own login forms
HTMLDocument doc = HTTPHeaderProcessor.getDocument(sCharSet);
Fixed an issue where head requests sent through booster would cause a socket timeout.
Change logic so unless http server specifically says 'Connection: keep-alive', assume the connection will be closed. This stops the browser waiting for a socket timeout when the header is omitted (as it is in WebSphere)
Fixed bug where booster tried to compress chunked content which caused a socket timeout
Implementation of backup clusters. When the primary cluster is unavailable its backup will be used.
New console command "tell booster poll" to force booster to poll the backend servers.
|